/* ======================================================================= */
/* ФАЙЛ: policy.css (Стили для страницы политики)                      */
/* ======================================================================= */

.content-section h1, 
.content-section h2 {
    color: var(--primary-text-color);
}

.content-section h1 {
    text-align: center;
    margin-bottom: 1.5em;
}

.content-section h2 {
    border-bottom: 1px solid var(--card-border-color);
    padding-bottom: 0.3em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.content-section p {
    margin-bottom: 1em;
}

.content-section a {
    font-weight: 600;
}
