/*============================================================================
   21-text-pages.css — textové/právní stránky (Obchodní informace ap.)
   Divi sekce s třídou .nj-text-section + běžný HTML obsah (h3/p/ul/a).
   Reusable i pro budoucí GDPR / Cookies / obchodní podmínky.
============================================================================*/

.nj-text-section { background: var(--sand-1); padding: 44px 0 84px; }
.nj-text-section > .et_pb_row {
	max-width: var(--container) !important;
	width: 92% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
/* obsah v čitelné kartě, užší míra řádku */
.nj-text-section .et_pb_column > .et_pb_module,
.nj-text-section .et_pb_text {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-card);
	box-shadow: var(--shadow);
	padding: 32px 36px;
}
.nj-text-section .et_pb_text * { color: var(--navy); }
.nj-text-section h2,
.nj-text-section h3,
.nj-text-section h4 {
	font-family: var(--font-serif);
	color: var(--navy);
	line-height: 1.2;
	margin: 1.6rem 0 .8rem;
}
.nj-text-section h2:first-child,
.nj-text-section h3:first-child { margin-top: 0; }
.nj-text-section h3 { font-size: 1.5rem; }
.nj-text-section p {
	line-height: 1.65;
	margin: 0 0 1rem;
	white-space: pre-line; /* zachová ručně psané zalomení v adresách atd. */
}
.nj-text-section ul {
	margin: 0 0 1.2rem;
	padding-left: 1.3rem;
	list-style: disc;
}
.nj-text-section li { line-height: 1.6; margin-bottom: .5rem; }
.nj-text-section strong { color: var(--navy); font-weight: 700; }
.nj-text-section a {
	color: var(--accent-deep);
	text-decoration: underline;
	word-break: break-word;
}
.nj-text-section a:hover { color: var(--accent-2); }

@media (max-width: 600px) {
	.nj-text-section .et_pb_column > .et_pb_module,
	.nj-text-section .et_pb_text { padding: 22px 20px; }
}
