.io-529-wrapper {
	padding: 15px;
}

.io-529-box {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	padding: 40px 45px;
	border-left: 4px solid #222C5B; /* Default Navy, overridden by control */
	transition: all 0.3s ease-in-out;
}

.io-529-box:hover {
	border-left-width: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.io-529-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif; /* Fallback */
	font-size: 28px;
	font-weight: 700;
	color: #222C5B; /* Default Navy, overridden by control */
	line-height: 1.3;
}

.io-529-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #4a4a4a;
	margin-bottom: 0;
}

.io-529-desc p:last-child {
	margin-bottom: 0;
}