/* Policy Pages Styles - Compact & Professional */

.policy-section-wrapper {
    background-color: #ffffff;
    padding: 2rem 1rem;
}

.policy-header {
    border-bottom: 3px solid #2c3e50;
    padding-bottom: 1.5rem;
}

.policy-header h1 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.policy-header p {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.content-section {
    padding: 0;
}

.policy-section {
    margin-bottom: 2rem;
}

.policy-section h2 {
    color: #2c3e50;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.policy-section h3 {
    color: #34495e;
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.policy-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.policy-section ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 0.75rem;
    padding: 0;
}

.policy-section ul li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.policy-section a {
    color: #2980b9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.policy-section a:hover {
    color: #1f618d;
    text-decoration: underline;
}

.contact-info {
    background: #ecf0f1;
    padding: 1.25rem;
    border-radius: 6px;
    margin-top: 0.75rem;
    border-left: 4px solid #2980b9;
}

.contact-info p {
    margin: 0.3rem 0;
    font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .policy-section-wrapper {
        padding: 1.5rem 0.75rem;
    }

    .policy-header h1 {
        font-size: 1.8rem;
    }

    .policy-section h2 {
        font-size: 1.15rem;
    }

    .policy-section h3 {
        font-size: 0.95rem;
    }

    .policy-section p {
        font-size: 0.9rem;
    }

    .policy-section ul li {
        font-size: 0.9rem;
    }
}
