/* privacy_policy.css */

/* PRIVACY PAGE */
.privacy-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #1f2933;
}

.privacy-text h2 {
    margin-top: 2.25rem;
    margin-bottom: 0.9rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f1720;
}

.privacy-text p {
    margin-bottom: 1rem;
}

.privacy-text ul {
    margin: 0 0 1.25rem 0;
    padding-left: 1.25rem;
}

.privacy-text li {
    margin-bottom: 0.45rem;
}

.privacy-text hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.privacy-text .text-muted {
    color: #6b7280 !important;
}

/* Контейнер страницы */
.privacy-page-wrap {
    max-width: 920px;
}

/* Мобильная адаптация */
@media (max-width: 767.98px) {
    .privacy-text {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .privacy-text h2 {
        font-size: 1.1rem;
        margin-top: 1.8rem;
    }
}