/* Kiev reviews shortcode styles extracted from the source landing template. */

.mlk-kiev-reviews.testi-sec {
	--paper: #fafaf9;
	--paper-deep: #f1eee9;
	--ink: #1c1917;
	--ink-soft: #2f2b27;
	--muted: #6b6451;
	--line: #e2ddd6;
	--accent: #958e09;
	--accent-dim: rgba(149, 142, 9, 0.12);
	--dark: #171412;
	--r: 18px;
	--w: min(1200px, calc(100vw - 48px));
	padding: clamp(52px, 6vw, 80px) 0;
	background: var(--dark);
	color: var(--muted);
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.75;
}

.mlk-kiev-reviews *,
.mlk-kiev-reviews *::before,
.mlk-kiev-reviews *::after {
	box-sizing: border-box;
}

.mlk-kiev-reviews img {
	display: block;
	max-width: 100%;
}

.mlk-kiev-reviews .wrap {
	width: var(--w);
	margin: 0 auto;
}

.mlk-kiev-reviews .sec-hd {
	display: grid;
	gap: 10px;
}

.mlk-kiev-reviews .sec-hd.c {
	text-align: left;
	justify-items: flex-start;
}

.mlk-kiev-reviews .sec-hd h2 {
	margin: 0;
	font-family: "Lora", serif;
	font-weight: 500;
	line-height: 1.1;
	font-size: clamp(1.75rem, 2.8vw, 2.6rem) !important;
}

.mlk-kiev-reviews .sec-hd p {
	margin: 0;
	color: #ffffffb3;
	font-size: 0.95rem;
	max-width: 52ch;
}

.mlk-kiev-reviews .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgba(149, 142, 9, 0.9);
}

.mlk-kiev-reviews .sec-hd h2,
.mlk-kiev-reviews .testi-name {
	color: #fff;
}

.mlk-kiev-reviews .testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: clamp(32px, 4vw, 48px);
	align-items: stretch;
}

.mlk-kiev-reviews .testi-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--r);
	padding: 26px;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 14px;
	height: 100%;
}

.mlk-kiev-reviews .testi-stars {
	color: var(--accent);
	font-size: 0.9rem;
	letter-spacing: 0.08em;
}

.mlk-kiev-reviews .testi-quote {
	margin: 0;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	font-style: italic;
	align-self: start;
}

.mlk-kiev-reviews .testi-who {
	display: flex;
	align-items: center;
	gap: 11px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	align-self: end;
}

.mlk-kiev-reviews .testi-av {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(149, 142, 9, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Lora", serif;
	font-size: 1rem;
	color: var(--accent);
	font-weight: 600;
	flex-shrink: 0;
}

.mlk-kiev-reviews .testi-name {
	font-size: 0.85rem;
	font-weight: 700;
}

.mlk-kiev-reviews .testi-loc {
	font-size: 10.5px;
	color: rgb(255 255 255);
}

@media (max-width: 1100px) {
	.mlk-kiev-reviews .testi-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.mlk-kiev-reviews.testi-sec {
		--w: calc(100vw - 32px);
	}

	.mlk-kiev-reviews .testi-grid {
		grid-template-columns: 1fr;
	}
}
