/**
 * Styl dokumentu – Polityka prywatności (pk-document-wrapper).
 * Efekt kartki papieru, akcent #823044.
 */

.edu-policy-privacy,
.edu-policy-doc {
	background: #f0f0f0;
}

.pk-document-wrapper {
	--pk-accent: #823044;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	color: #333333;
	background-color: #ffffff;
	max-width: 1340px;
	margin: 40px auto;
	padding: 60px 50px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px, rgba(0, 0, 0, 0.04) 0px 1px 5px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
}

.pk-doc-header {
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 25px;
	margin-bottom: 45px;
	text-align: center;
}

.pk-doc-header h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 0;
	color: #111;
}

.pk-doc-meta {
	font-size: 14px;
	color: #666;
	margin: 10px 0 0;
	line-height: 1.5;
}

.pk-doc-section {
	margin-bottom: 35px;
}

.pk-doc-section h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #111;
	border-left: 3px solid var(--pk-accent);
	padding-left: 20px;
}

.pk-doc-section h3 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 8px;
	color: #444;
}

.pk-doc-section p {
	margin-bottom: 12px;
	font-size: 16px;
}

.pk-doc-section ul {
	margin: 15px 0;
	padding-left: 25px;
}

.pk-doc-section li {
	margin-bottom: 8px;
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}

.pk-doc-section li::before {
	content: "•";
	color: var(--pk-accent);
	font-weight: bold;
	position: absolute;
	left: 0;
}

.pk-admin-info {
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	padding: 20px 30px;
	border-radius: 6px;
	margin: 15px 0;
}

.pk-document-wrapper a {
	color: var(--pk-accent);
	text-decoration: none;
	border-bottom: 1px dotted var(--pk-accent);
	transition: all 0.2s ease;
}

.pk-document-wrapper a:hover {
	opacity: 0.8;
	border-bottom: 1px solid var(--pk-accent);
}

.pk-footer-note {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-align: right;
}

@media (max-width: 850px) {
	.pk-document-wrapper {
		padding: 30px 20px;
		margin: 20px 10px;
	}
	.pk-doc-header h1 {
		font-size: 24px;
	}
	.pk-doc-section h2 {
		font-size: 18px;
	}
}
/*# sourceMappingURL=policy-document.css.map */