/**
 * Policy / Legal page template (page-policy.php)
 * Hand-authored — not compiled from SCSS.
 * Styles editor-authored content (headings, paragraphs, lists) for readability.
 */

.tp-policy-wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 55px 60px;
	box-shadow: 0 30px 60px rgba(0, 19, 64, 0.06);
}

.tp-policy-content {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.85;
}

.tp-policy-content > *:first-child {
	margin-top: 0;
}

.tp-policy-content h1,
.tp-policy-content h2,
.tp-policy-content h3,
.tp-policy-content h4 {
	color: #001340;
	font-weight: 600;
	line-height: 1.3;
}

.tp-policy-content h1 {
	font-size: 30px;
	margin: 0 0 30px;
}

.tp-policy-content h2 {
	font-size: 23px;
	margin: 45px 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e8ecf3;
}

.tp-policy-content h3 {
	font-size: 19px;
	margin: 32px 0 14px;
}

.tp-policy-content h4 {
	font-size: 17px;
	margin: 26px 0 12px;
}

.tp-policy-content p {
	margin: 0 0 18px;
}

.tp-policy-content ul,
.tp-policy-content ol {
	margin: 0 0 18px;
	padding-left: 22px;
}

.tp-policy-content li {
	margin-bottom: 10px;
}

.tp-policy-content a {
	color: #2f5f8f;
	text-decoration: underline;
	word-break: break-word;
}

.tp-policy-content a:hover {
	color: #ab0c2f;
}

.tp-policy-content code {
	background: #f2f5f9;
	border-radius: 4px;
	padding: 2px 7px;
	font-size: 0.9em;
	color: #001340;
}

.tp-policy-content strong {
	color: #001340;
}

.tp-policy-content blockquote {
	margin: 0 0 18px;
	padding: 12px 22px;
	border-left: 4px solid #2f5f8f;
	background: #f6f9fc;
	color: #3a3a3a;
}

.tp-policy-updated {
	margin: 40px 0 0;
	padding-top: 22px;
	border-top: 1px solid #e8ecf3;
	font-size: 14px;
	font-style: italic;
	color: #7a7a7a;
}

@media (max-width: 575px) {
	.tp-policy-wrapper {
		padding: 32px 22px;
	}
}
