.policy-container {
        font-family: 'Livvic', sans-serif;
        line-height: 1.7;
        color: #333;
        max-width: 900px;
        margin: 40px auto;
        padding: 40px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.05);
        border: 1px solid #eee;
        margin-top: 270px;
    }

    .policy-container h1 {
        color: #E31E24;
        font-weight: 900;
        font-size: clamp(24px, 5vw, 36px);
        text-transform: uppercase;
        border-bottom: 5px solid #F5E027;
        display: inline-block;
        margin-bottom: 30px;
    }

    .policy-container h2 {
        font-size: 22px;
        color: #111;
        font-weight: 700;
        margin-top: 35px;
        display: flex;
        align-items: center;
    }

    .policy-container h2 i {
        margin-right: 12px;
        color: #E31E24;
    }

    .privacy-highlight {
        background-color: #f8f9fa;
        border-left: 5px solid #E31E24;
        padding: 20px;
        margin: 20px 0;
        border-radius: 4px;
        font-size: 15px;
        font-style: italic;
    }

    .policy-sub-section {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .contact-bar {
        margin-top: 50px;
        padding-top: 30px;
        border-top: 1px solid #eee;
        text-align: center;
    }

    @media (max-width: 768px) {
        .policy-container {
            padding: 25px;
            margin: 20px;
            margin-top: 210px;
        }
    }