/**
 * Testimonial block – front-end styles.
 *
 * @package wuppi-blocks
 */

.wuppi-testimonial {
	margin: 0;
	padding: 2em;
	background: var(--wp--preset--color--base-2, #f8f8f6);
	border-radius: 6px;
}

/* ── Stars ───────────────────────────────────────────────────────────────── */

.wuppi-testimonial__stars {
	display: flex;
	gap: 0.15em;
	margin-bottom: 0.75em;
	font-size: 1.1em;
	line-height: 1;
}

.wuppi-testimonial__star {
	color: #d1d5db;
}

.wuppi-testimonial__star.is-filled {
	color: #fbbf24;
}

/* ── Quote ───────────────────────────────────────────────────────────────── */

.wuppi-testimonial__quote {
	margin: 0 0 1.25em;
	padding: 0;
	border: none;
	font-style: italic;
	line-height: 1.65;
}

.wuppi-testimonial__quote > *:first-child { margin-top: 0; }
.wuppi-testimonial__quote > *:last-child  { margin-bottom: 0; }

/* ── Author ──────────────────────────────────────────────────────────────── */

.wuppi-testimonial__author {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
	font-style: normal;
}

.wuppi-testimonial__name {
	font-weight: 600;
}

.wuppi-testimonial__role {
	font-size: 0.875em;
	opacity: 0.65;
}
