

/* Start:/local/templates/chaz/components/bitrix/news/bulletin-tech/style.css?17800477101111*/
/* Technical Bulletins - Complex Component Main Styles */

.bulletin-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.bulletin-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    padding: 10px 24px;
    border-radius: 2px; /* Почти квадратные как на скриншоте */
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    color: #1e293b !important;
    background-color: #f1f5f9;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.bulletin-tab.active {
    background-color: #004094; /* Темно-синий как на скриншоте */
    color: #ffffff !important;
}

.bulletin-tab:hover:not(.active) {
    background-color: #e2e8f0;
    color: #004094 !important;
}

@media (max-width: 575.98px) {
    .bulletin-filter-tabs {
        margin-bottom: 20px;
    }
    .bulletin-tab {
        padding: 8px 16px;
        font-size: 13px;
        flex-grow: 1;
    }
}

/* End */


/* Start:/local/templates/chaz/components/bitrix/news/bulletin-tech/bitrix/news.list/.default/style.css?17800477162627*/
/* Technical Bulletins - List Cards Styles */

.bulletin-list-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.bulletin-card-wrapper {
    width: 100%;
}

.bulletin-card {
    display: block;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.bulletin-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 64, 148, 0.05);
}

.bulletin-card-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.bulletin-badge-tag {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 4px 8px;
    background-color: #f1f5f9;
    color: #64748b;
    border-radius: 4px;
    line-height: 120%;
}

.bulletin-badge-category {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 120%;
}

/* Категория: Установка (Нежно-синий) */
.bulletin-badge-category.category-installation {
    background-color: #e0f2fe;
    color: #0369a1;
}

/* Категория: Обслуживание (Нежно-янтарный) */
.bulletin-badge-category.category-maintenance {
    background-color: #fef3c7;
    color: #b45309;
}

.bulletin-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 140%;
    margin: 0 0 10px 0;
    transition: color 0.2s ease;
}

.bulletin-card:hover .bulletin-card-title {
    color: #004094;
}

.bulletin-card-desc {
    font-size: 14px;
    line-height: 155%;
    color: #475569;
    margin-bottom: 16px;
    word-break: break-word;
}

.bulletin-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #94a3b8;
}

.bulletin-date-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    color: #94a3b8;
}

.bulletin-no-items {
    padding: 40px;
    text-align: center;
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 4px;
    color: #64748b;
    font-size: 15px;
}

.bulletin-pager {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .bulletin-card {
        padding: 16px;
    }
    .bulletin-card-title {
        font-size: 16px;
    }
    .bulletin-card-desc {
        font-size: 13px;
        margin-bottom: 12px;
    }
}

/* End */
/* /local/templates/chaz/components/bitrix/news/bulletin-tech/style.css?17800477101111 */
/* /local/templates/chaz/components/bitrix/news/bulletin-tech/bitrix/news.list/.default/style.css?17800477162627 */
