/* style.css */
.wwh-carousel-container-2230 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px; /* space for dots */
	--swiper-navigation-stroke-width: 1px; /* default */
}

.wwh-slide-2230 {
	box-sizing: border-box;
}

.wwh-slide-card-2230 {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #faf8f3;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.wwh-slide-image-2230 {
	text-align: center;
	margin-bottom: 20px;
}

.wwh-slide-image-2230 img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.wwh-slide-heading-2230 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	color: #1a3a2a;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

.wwh-slide-desc-2230 {
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	color: #3d3d3a;
	text-align: center;
	margin: 0 0 20px 0;
	flex-grow: 1;
}

.wwh-slide-btn-wrap-2230 {
	text-align: center;
	margin-top: auto;
}

.wwh-slide-btn-2230 {
	display: inline-block;
	color: #c8963e;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
	background: none;
	border: none;
	padding: 0;
}

.wwh-slide-btn-2230:hover {
	color: #a67c33;
}

/* Swiper overrides */
.wwh-carousel-container-2230 .swiper-button-next,
.wwh-carousel-container-2230 .swiper-button-prev {
	color: #1a3a2a;
	transform: scale(0.6);
	-webkit-text-stroke: var(--swiper-navigation-stroke-width) currentColor;
}

.wwh-carousel-container-2230 .swiper-pagination-bullet-active {
	background-color: #1a3a2a;
}
