

/* Start:/local/templates/aft/components/bitrix/news/newspaper/bitrix/news.detail/.default/style.css?17446335081382*/
.newspaper-item h1 {
    font-size: 6rem;
    line-height: 130%;
    padding-top: 0;
}
.newspaper-item__sections {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    overflow-y: scroll;
    scrollbar-color: transparent;
    scrollbar-width: none;
}
.newspaper-item__sections::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.newspaper-item__section {
    border: 1px solid var(--color);
    border-radius: 100vmax;
    color: var(--color);
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 6px;
    padding: 0.4em 0.9em;
    position: relative;
    text-decoration: none;
    transition: opacity 0.2s, color 0.2s, background 0.2s, border-color 0.2s;
    outline: none;
    z-index: 0;
}
.newspaper-item__content {
    margin-top: 6rem;
}
.newspaper-item__content p {
    margin-bottom: 1em;
    max-width: 30ch;
}
.newspaper-item__content p:has(img) {
    max-width: none;
}
.newspaper-item__content img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .newspaper-item h1 {
        padding-top: 29px;
    }
    .newspaper-item__section {
        border-width: 2px;
        font-size: 4.8rem;
        margin: 14px 7px;
        padding: 0.2em 0.75em 1.5rem;
    }
    .newspaper-item__content p {
        max-width: none;
    }
}

/* End */
/* /local/templates/aft/components/bitrix/news/newspaper/bitrix/news.detail/.default/style.css?17446335081382 */
