/* Policy Content Styles */
.policy-content {
    padding: 50px 0;
    background-color: #fff;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.policy-content h1 {
    color: var(--primary-color);    
    margin-bottom: 10px;
    font-size: 2.2em;
}

.last-updated {
    color: #ffffff;
    font-style: italic;
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h2 {
    color: var(--primary-color);    
    margin-bottom: 15px;
    font-size: 1.5em;
}

.policy-section p {
    margin-bottom: 15px;
}

.policy-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.policy-section li {
    margin-bottom: 8px;
}

.policy-section a {
    color: #0066cc;
    text-decoration: none;
}

.policy-section a:hover {
    text-decoration: underline;
}