.chs-wrapper-5e80e0ad {
	position: relative;
	width: 100%;
}
.chs-slide-5e80e0ad {
	position: relative;
	display: flex;
    width: 100%;
}
.chs-slide-inner-5e80e0ad {
    display: flex;
    width: 100%;
    min-height: inherit;
}
.chs-content-5e80e0ad {
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: relative;
    z-index: 2;
}
.chs-image-col-5e80e0ad {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.chs-content-inner-5e80e0ad {
	display: flex;
	flex-direction: column;
	gap: 20px;
    width: 100%;
}
.chs-title-5e80e0ad {
	margin: 0;
	font-family: 'Playfair Display', serif; /* Mikaya vibe */
	font-weight: 600;
	font-size: 3em;
	line-height: 1.2;
    opacity: 0; /* for animation */
}
.chs-subtitle-5e80e0ad {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5;
    opacity: 0; /* for animation */
}
.chs-btn-5e80e0ad {
	display: inline-block;
	text-decoration: none;
	padding: 15px 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	width: fit-content;
    opacity: 0; /* for animation */
}

/* Swiper overrides */
.chs-wrapper-5e80e0ad .swiper-button-next,
.chs-wrapper-5e80e0ad .swiper-button-prev {
	z-index: 3;
}
.chs-wrapper-5e80e0ad .swiper-pagination {
	z-index: 3;
}

/* Simple animation classes added by JS */
.chs-animate-in {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

@media (max-width: 768px) {
    /* Base mobile styling */
	.chs-title-5e80e0ad { font-size: 2em; }
	.chs-subtitle-5e80e0ad { font-size: 1em; }
    
    /* Ensure image has a minimum height when stacked on mobile */
    .chs-slide-inner-5e80e0ad[style*="flex-direction: column"] .chs-image-col-5e80e0ad,
    .chs-slide-inner-5e80e0ad[style*="flex-direction: column-reverse"] .chs-image-col-5e80e0ad {
        min-height: 300px;
    }
}
