.ac-container-9f1fafd9 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

@media (min-width: 1025px) {
	.ac-container-9f1fafd9 {
		flex-direction: row;
		align-items: center;
		gap: 40px;
	}
}

.ac-sidebar-9f1fafd9 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

@media (min-width: 1025px) {
	.ac-sidebar-9f1fafd9 {
		flex: 0 0 300px;
		gap: 30px;
	}
}

.ac-title-9f1fafd9 {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.2;
}

.ac-arrows-9f1fafd9 {
	display: none; /* Hidden on mobile */
	align-items: center;
	gap: 15px;
}

@media (min-width: 768px) {
	.ac-arrows-9f1fafd9 {
		display: flex; /* Show on tablet and desktop */
	}
}

.ac-arrow-9f1fafd9 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s;
	padding: 0;
}

.ac-arrow-9f1fafd9:hover
{
	transform: scale(1.1);
	background: transparent;
}

.ac-arrow-9f1fafd9:focus {
	background: transparent;
}

.ac-arrow-9f1fafd9 svg {
	width: 24px;
	height: 24px;
}

.ac-arrows-divider-9f1fafd9 {
	width: 2px;
	height: 40px;
	background-color: white;
	opacity: 1;
}

.ac-btn-9f1fafd9 {
	display: inline-block;
	padding: 12px 24px;
	border: 2px solid transparent; /* Default border */
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
	border-radius: 30px;
}

.ac-btn-9f1fafd9:hover {
	transform: scale(1.1);
}

.ac-carousel-wrapper-9f1fafd9 {
	flex: 1;
	overflow: hidden;
	position: relative;
	/* Add padding so shadows aren't cut off */
	/*padding: 20px; */
	/* Offset the padding visually */
	/*margin: -20px;*/
	padding: 0;
	margin: 0;
}

.ac-track-9f1fafd9 {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	/*padding-bottom: 20px;*/
	padding: 20px 0 20px 20px;
	max-width: 1215px;
}

.ac-track-9f1fafd9::-webkit-scrollbar {
	display: none;
}

.ac-slide-9f1fafd9 {
	flex: 0 0 80%;
	scroll-snap-align: start;
}

@media (min-width: 768px) {
	.ac-slide-9f1fafd9 {
		flex: 0 0 45%;
	}
}

@media (min-width: 1024px) {
	.ac-slide-9f1fafd9 {
		flex: 0 0 385px;
	}
}

.ac-card-9f1fafd9 {
	position: relative;
	background: #f5f5f5;
	border-radius: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* Removed overflow: hidden so shadows render correctly; applied radius to inner elements instead */
}

.ac-card-img-9f1fafd9 {
	width: 100%;
	height: 356px;
	background-size: cover;
	background-position: center;
	border-top-left-radius: inherit; /* inherit radius from card */
	border-top-right-radius: inherit;
}

@media (max-width: 1024px) {
	.ac-card-img-9f1fafd9 {
		width: 72.7vw;
		height: 63.6vw;
	}
}

.ac-card-content-9f1fafd9 {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.ac-card-date-9f1fafd9 {
	font-size: 0.9rem;
	font-weight: 600;
}

.ac-card-title-9f1fafd9 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.4;
}

.ac-card-title-link-9f1fafd9 {
	color: inherit;
	text-decoration: none;
}

.ac-card-title-link-9f1fafd9:hover {
	text-decoration: none;
	color: inherit;
}

.ac-card-title-link-9f1fafd9:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
