/* ============================================================
   Privacy Policy Template Styles
   ============================================================ */

/* Privacy Header */
.privacy-header {
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid var(--med-border);
}

.privacy-meta {
	color: var(--med-text-muted);
	font-size: 0.9rem;
	margin: 0;
}

/* Privacy Sections */
.privacy-section {
	margin-bottom: 2.5rem;
}

.privacy-section:last-of-type,
.privacy-section-last {
	margin-bottom: 0;
}

.privacy-text {
	line-height: 1.8;
	color: var(--med-text);
}

.privacy-text p {
	margin-bottom: 1rem;
}

.privacy-text p:last-child {
	margin-bottom: 0;
}

/* Privacy Content */
.privacy-content h2 {
	margin-bottom: 1rem;
}

.privacy-content h3 {
	margin: 1.5rem 0 0.75rem;
}

.privacy-content ul {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.privacy-content li {
	margin-bottom: 0.5rem;
}
