/**
 * Module: CSI Intro Section.
 * Loaded only when a `csi_intro_section` layout is present.
 * (Shared slider skin lives in style.css §8.)
 */
.csi-intro-section .csi-intro-slider .carousel-item img {
	aspect-ratio: 3 / 2;
}

.csi-intro-section .csi-intro-sub {
	font-size: var(--fuchs-fs-lead, 20px);
	font-weight: var(--fuchs-fw-regular, 400);
	color: var(--fuchs-text, #231F20);
	margin-bottom: 1rem;
}

.csi-intro-section .csi-intro-detail {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.csi-intro-section .csi-intro-content {
		padding-left: 1.5rem;
	}
}
