﻿.privacy {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.privacy h1 {
    font-size: 1.8rem;
    color: #2c3e50;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    text-align: center;
}

.privacy h2 {
    font-size: 1.6rem;
    color: #2c3e50;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.privacy h2:first-child {
    margin-top: 0;
}

.privacy p {
    margin-bottom: 1.5rem;
    color: #4b5563;
}

.privacy a {
    color: #22c55e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.privacy a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.privacy h1 {
    border-bottom: 2px solid #22c55e;
    padding-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {

    .privacy h1 {
        font-size: 1.6rem;
    }

    .privacy h2 {
        font-size: 1.4rem;
    }

    .privacy p {
        font-size: 1rem;
    }
}

/* Print Styles */
@media print {
    main.privacy {
        max-width: 100%;
        padding: 0;
        font-size: 12pt;
    }

    .privacy h2 {
        page-break-after: avoid;
        font-size: 16pt;
    }

    .privacy p {
        margin-bottom: 1em;
    }

    a {
        word-wrap: break-word;
    }

    a::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        font-weight: normal;
    }
}

@media (max-width: 480px) {

    .privacy h1 {
        font-size: 1.4rem;
    }

    .privacy h2 {
        font-size: 1.2rem;
    }
}
