/* ACF Shortcodes Display Styling - CashFlow Theme */
.acf-fields-display {
	margin-top: 45px;
}

.acf-field-group {
	margin-bottom: 24px;
}

.acf-field-group.acf-title {
	font-size: clamp(24px, 5vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.acf-field-group.acf-image .acf-field-value {
	width: 100%;
	text-align: center;
}

.acf-field-group.acf-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	display: block;
	margin: 0 auto;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.acf-field-group.acf-image img:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.acf-field-group.acf-text {
	word-break: break-word;
	line-height: 1.65;
}

.acf-field-value ul {
	padding-left: 24px;
}

.acf-field-value a {
	color: var(--wp--preset--color--custom-main-color, #503AA8);
	text-decoration: underline;
	transition: color 0.2s ease;
}

.acf-field-value a:hover {
	color: var(--wp--preset--color--custom-accent-color, #FFEE58);
}

.has-inline-color {
	background-color: transparent;
	color: #f02a2a;
}

.is-layout-flow .wp-block-image img {
	object-fit: contain;
}

ol.wp-block-list li {
	font-size: var(--wp--preset--font-size--medium);
}

@media (max-width: 768px) {
	.acf-fields-display {
		margin-top: 30px;
	}
}
