﻿/*body {
    background-color: #f8f9fa;
    color: #333;
}*/

.policy-container {
    max-width: 900px;
    margin: 50px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    margin-top: 35px;
    font-size: 1.4rem;
    color: #1d4ed8;
}

h3 {
    margin-top: 25px;
    font-size: 1.15rem;
}

.effective-date {
    color: #6c757d;
    margin-bottom: 30px;
}

.contact-box {
    background: #f1f5f9;
    border-left: 4px solid #1d4ed8;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

ul {
    margin-bottom: 20px;
}
