/* POLICY PAGE STYLES */

.policy-page-wrapper {
	width: 100%;
	background-color: #ffffff;
	padding: 60px 0 100px 0;
	font-family: 'Lora', serif;
	box-sizing: border-box;
}

.policy-page-container {
	max-width:1350px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.policy-header {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.policy-title {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #111111;
	margin: 0;
}

/* Content Styling */
.policy-content {
	font-family: 'Lora', serif;
}

.policy-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #333333;
	margin: 0 0 24px 0;
}

.policy-content h2 {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	color: #111111;
	margin: 40px 0 20px 0;
}

.policy-content h3 {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: #222222;
	margin: 30px 0 15px 0;
}

.policy-content h4 {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4;
	color: #333333;
	margin: 25px 0 12px 0;
}

.policy-content strong {
	color: #000000;
	font-weight: 700;
}

/* Lists */
.policy-content ul,
.policy-content ol {
	margin: 0 0 24px 0;
	padding-left: 24px;
}

.policy-content li {
	font-size: 17px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 8px;
}

.policy-content li:last-child {
	margin-bottom: 0;
}

/* Links */
.policy-content a {
	color: #E63946;
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.2s ease;
}

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

/* Blockquotes */
.policy-content blockquote {
	margin: 0 0 24px 0;
	padding: 15px 25px;
	border-left: 4px solid #E63946;
	background-color: #fafafa;
}

.policy-content blockquote p {
	font-style: italic;
	margin: 0;
	color: #555555;
}

/* Responsiveness */
@media (max-width: 767px) {
	.policy-page-wrapper {
		padding: 40px 0 60px 0;
	}
	.policy-title {
		font-size: 32px;
	}
	.policy-header {
		margin-bottom: 30px;
	}
	.policy-content p,
	.policy-content li {
		font-size: 16px;
		line-height: 1.7;
	}
	.policy-content h2 {
		font-size: 22px;
		margin: 30px 0 15px 0;
	}
	.policy-content h3 {
		font-size: 18px;
		margin: 25px 0 12px 0;
	}
}
