.copyright {
    font-size: 14px;
    color: #777;
    text-align: left;
    padding: 15px 0 0px 0;
}

.copyright .policy_block {
    color: #7d7d7d !important;
    text-decoration: none;
    border-bottom: 1px dashed #7d7d7de6;
    transition: all 0.3s ease;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
}

.copyright .policy_block:hover {
    color: #1a5bb8;
    border-bottom-color: #7d7d7de6;
}

.policy_block {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.policy {
    margin-top: 46px !important;
    top: unset !important;
}

/* Заголовки разделов */
.policy p > b:first-child {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}

/* Первый блок (дата и версия) */
.policy > p:first-child {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Абзацы */
.policy p {
    margin-bottom: 12px;
}

/* Списки */
.policy ul {
    margin: 10px 0 15px 20px;
    padding: 0;
}

.policy ul li {
    margin-bottom: 6px;
}

/* Жирный текст внутри списков */
.policy ul li b {
    color: #000;
}

/* Ссылки */
.policy a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0, 123, 255, 0.5);
}

.policy a:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;
}

/* Разделители (пустые строки типа <br>) */
.policy br + b {
    margin-top: 5px;
    display: inline-block;
}

/* Адаптив */
@media (max-width: 768px) {
    .policy {
        font-size: 13px;
        line-height: 1.5;
    }

    .policy p > b:first-child {
        font-size: 16px;
    }
}
