

/* Start:/local/templates/church_of_the_nativity/components/bitrix/news/treby/bitrix/news.list/.default/style.css?1782878293802*/
.treby-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.treby-item {
    width: 275px;
    min-height: 78px;
    margin: 0;
    background: var(--main-color);
    border: 2px solid #e9ecef;
    border-radius: 25px;
    font-weight: 700;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease;
}

.treby-item:hover {
    background: #2e5b84;
    transform: translateY(-2px);
}

.treby-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px;
    box-sizing: border-box;
}
/* End */
/* /local/templates/church_of_the_nativity/components/bitrix/news/treby/bitrix/news.list/.default/style.css?1782878293802 */
