/**
 * VOP (Všeobecné obchodní podmínky) – page-specific styles.
 * Loaded only on page slug "vseobecne-obchodni-podminky".
 */

/* ── Layout ─────────────────────────────────── */
.vop-page {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}

/* ── Typography ─────────────────────────────── */
.vop-page .entry-content {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

.vop-page .entry-content h1 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.vop-page .entry-content strong {
	display: block;
	font-size: 17px;
	margin-top: 32px;
	margin-bottom: 12px;
}

.vop-page .entry-content p {
	margin-bottom: 14px;
}

/* ── Links ──────────────────────────────────── */
.vop-page .entry-content a {
	color: #b08d57;
	text-decoration: underline;
}

.vop-page .entry-content a:hover {
	color: #8a6d3b;
}

/* ── Table (if any) ─────────────────────────── */
.vop-page .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 14px;
}

.vop-page .entry-content table th,
.vop-page .entry-content table td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	text-align: left;
}

.vop-page .entry-content table th {
	background: #f7f7f7;
	font-weight: 600;
}

/* ── Responsive ─────────────────────────────── */
@media (max-width: 768px) {
	.vop-page {
		padding: 24px 16px 40px;
	}

	.vop-page .entry-content {
		font-size: 14px;
	}

	.vop-page .entry-content h1 {
		font-size: 22px;
	}

	.vop-page .entry-content strong {
		font-size: 15px;
	}

	.vop-page .entry-content table {
		font-size: 13px;
	}
}
