/* Legal Pages (Privacy Policy & Terms of Service) Styles */
.privacy-policy,
.terms-of-service,
.cookie-policy {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
}

.privacy-policy h1,
.terms-of-service h1,
.cookie-policy h1 {
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.privacy-policy h2,
.terms-of-service h2,
.cookie-policy h2 {
    color: #34495e;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.privacy-policy h3,
.terms-of-service h3,
.cookie-policy h3 {
    color: #7f8c8d;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.privacy-policy p,
.privacy-policy li,
.terms-of-service p,
.terms-of-service li,
.cookie-policy p,
.cookie-policy li {
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.privacy-policy ul,
.terms-of-service ul,
.terms-of-service ol,
.cookie-policy ul,
.cookie-policy ol {
    padding-left: 1.5rem;
}



.privacy-policy a,
.terms-of-service a,
.cookie-policy a {
    color: #3498db;
    text-decoration: none;
}

.privacy-policy a:hover,
.terms-of-service a:hover,
.cookie-policy a:hover {
    text-decoration: underline;
}

.privacy-policy strong,
.terms-of-service strong,
.cookie-policy strong {
    color: #2c3e50;
}

.privacy-policy .highlight,
.terms-of-service .highlight,
.cookie-policy .highlight {
    background-color: #f8f9fa;
    padding: 1rem;
    border-left: 4px solid #3498db;
    margin: 1rem 0;
}

@media (max-width: 768px) {

    .privacy-policy,
    .terms-of-service,
    .cookie-policy {
        padding: 1rem;
    }

    .privacy-policy h1,
    .terms-of-service h1,
    .cookie-policy h1 {
        font-size: 1.75rem;
    }

    .privacy-policy h2,
    .terms-of-service h2,
    .cookie-policy h2 {
        font-size: 1.25rem;
    }
}

/* Additional styling for specific elements */
.last-updated {
    background-color: #ecf0f1;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    font-style: italic;
}

.contact-info {
    background-color: #e8f6f3;
    padding: 1.5rem;
    border-radius: 4px;
    border-left: 4px solid #27ae60;
    margin-top: 2rem;
}

.warning-box {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
    border-left: 4px solid #fdcb6e;
}

.important-note {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
    border-left: 4px solid #28a745;
}