.news-detail-text {
    font-size: 17px;
}

.news-detail-text h2,
.news-detail-text .h2 {
    font-size: calc(1.3rem + .6vw);
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.news-detail-text h3,
.news-detail-text .h3 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.75rem;
}

.snippet-citation {
    border-radius: var(--bs-border-radius); /* 0.375rem = 6px */
    background-color: var(--pro-black-050, #f5f5f6);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem;
}

.news-detail-text table {
    word-break: normal;
}

.news-citation:before, /* .news-citation оставлен для совместимости со старыми опубликованными материалами */
.snippet-citation > .d-flex:before {
    content: "“";
    font-size: 48px;
    margin-right: 12px;
    flex-shrink: 0;
    font-weight: 800;
    line-height: 1;
}

.snippet-citation__text {
    font-size: 20px;
}

.snippet-citation__author {
    font-weight: 700;
    line-height: 1.25;
    margin-top: 1rem;

}

.snippet-citation__signature {
    font-size: 14px;
    color: var(--bs-secondary, #6C757D);
    margint-top: 4px;
}

@media (min-width: 768px) {
    .news-detail-text {
        font-size: 18px;
    }

    .snippet-citation {
        padding: 2.5rem;
    }

    .news-citation:before,
    .snippet-citation > .d-flex:before {
        font-size: 64px;
    }

    .snippet-citation__author {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .news-detail-text h2,
    .news-detail-text .h2 {
        font-size: 1.75rem;
    }
    .news-detail-text h3,
    .news-detail-text .h3 {
        font-size: 1.5rem;
    }
}