

/* Start:/local/templates/cel_new/components/bitrix/news.list/dictionary/style.css?17623488351471*/
.words-wrapper{
    display: flex;
    padding: 32px;
    background: #fff;
    width: 100%;
    border-radius: 20px;
    gap: 40px
}

.words-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
    p{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: var(--text-black);
    }
}

.words-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    button{
        padding: 12px 20px;
        color: #0055FF !important;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        border-radius: 12px;
    }
    .active-button{
        color: #003399;
        background-color: var(--primary-blue-background);
    }
}

@media (max-width: 834px) {
    .words-wrapper{
        padding: 0px;
        background: none;
        border-radius: 0px;
        gap: 8px
    }
    .words-container{
        background: #fff;
        padding: 12px;
        border-radius: 20px;
        p{
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
        }
    }
    .words-buttons{
        button{
            padding: 8px 16px;
            font-size: 14px;
            line-height: 20px;
        }
    }
}

@media (max-width: 500px) {
    .words-wrapper{
        overflow-x: auto;
    }
    .words-container{
        white-space: nowrap;
        flex-shrink: 0;
        max-width: 256px;
    }
}
/* End */
/* /local/templates/cel_new/components/bitrix/news.list/dictionary/style.css?17623488351471 */
