.policy-page {
    padding: 60px 0;
}

.policy-content-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    border-radius: 20px !important;
}

.policy-content {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #4b5563;
    font-size: 1.05rem;
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
    font-family: 'Rubik', sans-serif;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #013310;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.policy-content h2 {
    font-size: 1.75rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.5rem;
}

.policy-content h3 {
    font-size: 1.5rem;
}

.policy-content h4 {
    font-size: 1.25rem;
}

.policy-content p {
    margin-bottom: 1.5rem;
}

.policy-content strong {
    color: #1f2937;
    font-weight: 600;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.policy-content li {
    margin-bottom: 0.75rem;
}

.policy-content a {
    color: #033F1B;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.2s ease;
}

.policy-content a:hover {
    color: #056936;
    background: rgba(3, 63, 27, 0.05);
    border-radius: 4px;
}

/* Common Banner Title Styling */
.common-banner-title h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}