﻿ 
.policy-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h2 {
    color: #2c3e50;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
}

h3 {
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 12px;
}

.last-updated {
    color: #7f8c8d;
    font-style: italic;
    margin-bottom: 30px;
}

p {
    margin-bottom: 12px;
}

ul, ol {
    margin-bottom: 15px;
    padding-left: 30px;
}

li {
    margin-bottom: 8px;
}

strong {
    color: #2c3e50;
}

.section {
    margin-bottom: 30px;
}

.highlight-box {
    background-color: #e8f4f8;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
}

.warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
}

.contact-box {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

a {
    color: #3498db;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
    text-align: center;
    color: #7f8c8d;
    font-size: 14px;
}

@media (max-width: 768px) { 

    .policy-container {
        padding: 20px;
    }
}
