.ai-news-carousel-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
}

.ai-news-carousel-title {
	font-size: 1.6rem;
	margin: 0 0 16px;
	font-weight: 700;
}

.ai-news-carousel {
	padding: 0 8px 44px;
}

.ai-news-card {
	height: auto;
	width: 300px;
}

.ai-news-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ai-news-card-link:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ai-news-card-image {
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: center;
	background-color: #e9edf2;
}

.ai-news-card-image--placeholder {
	background: linear-gradient(135deg, #dfe6f0, #eef1f6);
}

.ai-news-card-body {
	display: flex;
	flex-direction: column;
	padding: 14px 16px 16px;
	flex: 1;
}

.ai-news-card-source {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
	font-weight: 600;
	margin-bottom: 6px;
}

.ai-news-card-title {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0 0 8px;
	font-weight: 600;
	color: #111827;
}

.ai-news-card-excerpt {
	font-size: 0.85rem;
	color: #4b5563;
	line-height: 1.4;
	margin: 0 0 10px;
	flex: 1;
}

.ai-news-card-date {
	font-size: 0.75rem;
	color: #9ca3af;
	margin-top: auto;
}

.ai-news-carousel .swiper-button-prev,
.ai-news-carousel .swiper-button-next {
	color: #111827;
	background: #fff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.ai-news-carousel .swiper-button-prev::after,
.ai-news-carousel .swiper-button-next::after {
	font-size: 14px;
	font-weight: 700;
}

.ai-news-carousel .swiper-pagination-bullet-active {
	background: #111827;
}

.ai-news-carousel-error {
	text-align: center;
	color: #6b7280;
	padding: 24px;
}
