.policy-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
    position: relative;

    h1 {
        color: var(--primary-orange);
        margin-bottom: 0.5rem;
    }

    h2 {
        color: var(--dark-orange);
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    p {
        color: var(--light-text);
        margin-bottom: 0.75rem;
    }
}

.last-updated {
    color: #888;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 2rem;
}
