/**
 * Đánh giá khách hàng — slider section.
 */

.ankhang-testimonials {
	padding: 12px 0 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.ankhang-testimonials__slider {
	margin: 0 -8px;
}

.ankhang-testimonials__slide {
	padding: 8px;
}

.ankhang-testimonial-card {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	padding: 24px 22px 20px;
	height: 100%;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.ankhang-testimonial-card__quote {
	font-size: 2.8rem;
	line-height: 1;
	color: var(--ankhang-color-primary, #1c22cc);
	font-weight: 800;
	margin-bottom: 4px;
	font-family: Georgia, serif;
}

.ankhang-testimonial-card__content {
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.65;
	flex: 1;
	margin-bottom: 18px;
}

.ankhang-testimonial-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #f1f5f9;
	padding-top: 14px;
	margin-top: auto;
}

.ankhang-testimonial-card__person {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.ankhang-testimonial-card__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: linear-gradient(135deg, #e0e7ff, #dbeafe);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ankhang-testimonial-card__avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ankhang-testimonial-card__avatar-fallback {
	font-weight: 800;
	color: var(--ankhang-color-primary, #1c22cc);
	font-size: 1rem;
	text-transform: uppercase;
}

.ankhang-testimonial-card__meta {
	min-width: 0;
}

.ankhang-testimonial-card__name {
	display: block;
	color: var(--ankhang-color-primary, #1c22cc);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.3;
}

.ankhang-testimonial-card__location {
	display: block;
	color: #94a3b8;
	font-size: 0.78rem;
	line-height: 1.3;
	margin-top: 2px;
}

.ankhang-stars {
	display: flex;
	gap: 2px;
	flex-shrink: 0;
}

.ankhang-stars__icon {
	color: #e2e8f0;
	font-size: 1rem;
	line-height: 1;
}

.ankhang-stars__icon.is-filled {
	color: #f59e0b;
}

/* Flickity nav trong section */
.ankhang-testimonials .flickity-prev-next-button {
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.ankhang-testimonials .flickity-page-dots {
	bottom: -34px;
}

.ankhang-testimonials .flickity-page-dots .dot {
	background: #c7d2fe;
	opacity: 1;
}

.ankhang-testimonials .flickity-page-dots .dot.is-selected {
	background: var(--ankhang-color-primary, #1c22cc);
}

@media (max-width: 849px) {
	.ankhang-testimonials {
		padding: 8px 0 20px;
	}

	.ankhang-testimonial-card {
		min-height: 240px;
	}
}
