/* ─────────────────────────────────────────────────────
   wp-hero Helper Plugin — Testimonials Widget CSS
   Entspricht exakt dem wp-hero.com Design
   ───────────────────────────────────────────────────── */

.wphero-testi-section {
	width: 100%;
}

.wphero-testi-inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

/* TAG */
.wphero-testi-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #F07D2A;
	margin-bottom: 10px;
}

/* HEADLINE */
.wphero-testi-headline {
	font-size: clamp(26px, 4.5vw, 38px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: #0B1D35;
	margin: 0 0 10px 0;
}

.wphero-testi-headline em {
	font-style: normal;
	color: #F07D2A;
}

/* SUBTEXT */
.wphero-testi-sub {
	font-size: 16px;
	color: #6B7280;
	max-width: 520px;
	margin: 0 auto 44px;
	line-height: 1.65;
}

/* LIST */
.wphero-testi-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

/* CARD */
.wphero-testi-card {
	background-color: #FFFFFF;
	border: 1px solid #E2DDD4;
	border-radius: 12px;
	padding: 22px 24px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
	position: relative;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wphero-testi-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

/* Dekoratives Anführungszeichen */
.wphero-testi-card::before {
	content: '\201C';
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 64px;
	color: rgba(240, 125, 42, 0.10);
	font-family: Georgia, serif;
	line-height: 1;
	pointer-events: none;
}

/* STARS */
.wphero-testi-stars {
	color: #F07D2A;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	line-height: 1;
}

/* QUOTE */
.wphero-testi-quote {
	font-size: 15px;
	color: #374151;
	line-height: 1.65;
	margin: 0 0 16px 0;
}

/* AUTHOR ROW */
.wphero-testi-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* AVATAR */
.wphero-testi-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
	letter-spacing: 0.02em;
}

/* AUTHOR INFO */
.wphero-testi-author-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wphero-testi-name {
	font-size: 14px;
	font-weight: 700;
	color: #0B1D35;
	line-height: 1.3;
}

.wphero-testi-role {
	font-size: 14px;
	font-weight: 400;
	color: #6B7280;
}

.wphero-testi-meta {
	font-size: 12px;
	color: #6B7280;
	line-height: 1.3;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.wphero-testi-headline { font-size: 26px; }
	.wphero-testi-sub { font-size: 15px; margin-bottom: 28px; }
	.wphero-testi-card { padding: 18px; }
	.wphero-testi-card::before { font-size: 48px; top: 8px; right: 12px; }
	.wphero-testi-quote { font-size: 14px; }
}
