/* ── HG Testimonial Slider ─────────────────────────────────────────────────── */

.hg-testimonials-wrap {
	width: 100%;
}

/* ── Individual card ─────────────────────────────────────────────────────────── */

.hg-testimonial-inner {
	padding: 8px 0;
}

.hg-testimonial-stars {
	display: block;
	line-height: 1;
}

.hg-testimonial-stars svg {
	display: block;
}

.hg-testimonial-title {
	margin: 14px 0 0;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.3;
}

.hg-testimonial-author {
	margin: 8px 0 0;
	font-size: 0.875em;
	opacity: 0.65;
	font-style: normal;
}

.hg-testimonial-content {
	margin: 12px 0 0;
	font-size: 0.9375em;
	line-height: 1.65;
}

.hg-testimonial-content p {
	margin: 0;
}

/* ── Carousel ────────────────────────────────────────────────────────────────── */

.hg-testimonials-slider.hr-carousel-ready {
	position: relative;
}

.hg-testimonials-slider .hr-slide {
	width: 100%;
}

/* Dots */
.hr-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.hr-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.2s ease;
	font-size: 0;
}

.hr-dot.is-active {
	background: #D7B38D;
}
