/*
 * EV-charging page (/nabijanie-elektromobilu/) — page-specific styles for
 * the 4-step "Štyri kroky k nabíjaniu" how-it-works grid.
 *
 * The actual reservation form is rendered by the shared bookly iframe
 * (template-parts/design/teledom-iframe.php), styled by the existing
 * .section-iframe + .iframe-wrap rules. The hero meta-card piggybacks on
 * the booking-hero / meta-card classes shared with /oslavy/ and /svadby/.
 *
 * All grid layouts collapse to 1 column on mobile via the responsive
 * cascade in zzz-responsive.css; only the inline rules unique to this
 * page live here.
 */

.teledom-design .ev-conditions {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 28px;
	margin-top: 40px;
}

.teledom-design .ev-cond__num {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	color: var(--gold-deep);
	margin-bottom: 14px;
}

.teledom-design .ev-cond h4 {
	font-family: var(--display);
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px;
	letter-spacing: -0.01em;
}

.teledom-design .ev-cond p {
	font-size: 13px;
	color: var(--muted-light);
	line-height: 1.55;
	margin: 0;
}

/* --- responsive -------------------------------------------------- */

@media (max-width: 1100px) {
	.teledom-design .ev-conditions { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
	.teledom-design .ev-conditions { grid-template-columns: 1fr; gap: 24px; }
}
