/**
 * Strona Zasady zwrotów i reklamacji — twdsklep.pl
 */

.twd-zwroty__intro {
	margin: 0.85rem auto 0;
	max-width: 36rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #64748b;
}

.twd-zwroty__faq {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.twd-zwroty__card {
	padding: 1.1rem 1.15rem 1.05rem;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.twd-zwroty__card h2 {
	margin: 0 0 0.55rem;
	font-size: 0.98rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	line-height: 1.35;
	color: #0f172a;
}

.twd-zwroty__card p {
	margin: 0 0 0.55rem;
	font-size: 0.965rem;
	line-height: 1.6;
	color: #1e293b;
}

.twd-zwroty__card p:last-child {
	margin-bottom: 0;
}

.twd-zwroty__card .twd-legal__bullets {
	margin-bottom: 0;
}

.twd-zwroty__more {
	margin: 0 0 1.35rem;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #475569;
}

.twd-zwroty__more a {
	color: #0f172a;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.twd-zwroty__detail h2 {
	font-size: 0.92rem;
	letter-spacing: 0.01em;
}

body.page:has(.twd-zwroty) .hero-section,
body.page:has(.twd-zwroty) .entry-header {
	display: none;
}
