/* Chi tiết Tài liệu Kỳ họp CSS */
.category-item {
    padding: 8px 12px;
    border-bottom: 1px solid #eaeaea;
}

.category-item.active {
    background-color: #f5f5f5;
    font-weight: bold;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle {
    cursor: pointer;
    transition: transform 0.3s;
}

.dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.news-dropdown {
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.news-dropdown li {
    margin-bottom: 8px;
    font-size: 14px;
}

.news-dropdown li a {
    color: #333;
    text-decoration: none;
}

.news-dropdown li a:hover {
    color: #007bff;
}

.news-dropdown li i {
    margin-right: 5px;
    font-size: 12px;
}

/* Style cho ngày tháng trong kyhop-item */
.kyhop-item .news-date {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    font-style: italic;
}

/* Style cho title giống LuongTruyCap component */
.section-card-title,
.horizontal-border-title {
    color: #B70B00 !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    letter-spacing: -0.4px !important;
    text-transform: uppercase !important;
}

.horizontal-border-title a {
    color: #B70B00 !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    letter-spacing: -0.4px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.horizontal-border-title a:hover {
    color: #b61911 !important;
} 