.sra-box-520 {
	padding: 20px;
	background-color: #f0f8ff; /* Default, override by control */
	border-left: 4px solid #0B0BA8; /* Default, override by control */
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	font-family: var(--e-global-typography-text-font-family, sans-serif);
}

.sra-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 10px;
}

.sra-icon {
	font-size: 24px;
	line-height: 1;
}

.sra-title {
	margin: 0;
	font-family: var(--e-global-typography-primary-font-family, sans-serif);
	font-weight: 700;
	font-size: 18px;
	color: #333;
}

.sra-content {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

.sra-content p {
	margin-bottom: 10px;
}

.sra-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.sra-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
	font-size: 15px;
	color: #444;
}

.sra-list-icon {
	display: inline-flex;
	margin-right: 12px;
	min-width: 20px;
	color: #0B0BA8; /* Default */
	margin-top: 3px;
}

.sra-list-icon i {
	font-size: 16px;
}

.sra-list-icon svg {
	width: 16px;
	height: 16px;
	fill: #0B0BA8;
}

.sra-footer {
	font-size: 13px;
	color: #777;
	border-top: 1px solid rgba(0,0,0,0.08);
	padding-top: 15px;
	margin-top: 15px;
}

.sra-footer p {
	margin: 0;
}

@media (max-width: 767px) {
	.sra-box-520 {
		padding: 15px;
	}
}
