﻿/* Privacy Policy 页面特定的样式 */
.privacy-content {
    width: 100%;
    background-color: #222021;
    flex: 1;
}


.privacy-title {
    font-size: 32px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    margin: 32px 0;
}

.last-updated {
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    color: #ffffffb2;
    margin-bottom: 24px;
}

.intro-text {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff7f;
    line-height: 1.5;
    margin-bottom: 32px;
    white-space: pre-line;
}

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

.section-title {
    font-size: 24px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    color: #ffffffb2;
    margin-bottom: 16px;
}

.section-content {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff7f;
    line-height: 1.6;
    white-space: pre-line;
}

/* Responsive media queries */
@media (min-width: 640px) {

    .privacy-title {
        font-size: 48px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-content {
        font-size: 18px;
    }

    .last-updated {
        font-size: 24px;
    }

    .intro-text {
        font-size: 18px;
    }
}

@media (min-width: 768px) {

    .privacy-title {
        font-size: 60px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-content {
        font-size: 20px;
    }

    .last-updated {
        font-size: 28px;
    }

    .intro-text {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {

    .privacy-title {
        font-size: 60px;
    }

    .section-title {
        font-size: 40px;
    }

    .section-content {
        font-size: 24px;
    }

    .last-updated {
        font-size: 32px;
    }

    .intro-text {
        font-size: 24px;
    }
}

@media (min-width: 1280px) {
    .privacy-title {
        margin: 58px 0;
    }

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