/* Vision Abacus iframe embed - mobile height fix (served via turbo-child.css) */
.hs-embed-wrapper[data-service="visionabacus"] {
	width: 100% !important;
	max-width: 754px !important;
}
.hs-embed-wrapper[data-service="visionabacus"] .hs-embed-content-wrapper > div {
	position: relative !important;
	overflow: hidden !important;
	max-width: 100% !important;
	padding-bottom: 105% !important; /* default aspect ratio (desktop) */
}
.hs-embed-wrapper[data-service="visionabacus"] iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
}

@media (max-width: 768px) {
	/* Provide extra height on typical phones */
	.hs-embed-wrapper[data-service="visionabacus"] .hs-embed-content-wrapper > div {
		padding-bottom: 220% !important;
		min-height: 780px !important;
	}
}

@media (max-width: 480px) {
	/* Even taller on small phones */
	.hs-embed-wrapper[data-service="visionabacus"] .hs-embed-content-wrapper > div {
		padding-bottom: 260% !important;
		min-height: 900px !important;
	}
}
