.form-filter {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form-filter label {
    margin-bottom: 0;
}

.form-filter select {
    width: fit-content;
}

.text-break {
    word-wrap: break-word;
    word-break: break-word;
}

.header-congbao {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sector-name {
    text-transform: uppercase;
}

.subject-heading {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.subject-laws-items {
    padding-top: 0;
}

.title-list {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: red;
    margin-bottom: 20px
}

.title-list span {
    border-bottom: 1px solid red;
}

.font-style-css {
    font-size: 12px;
    color: #000;
}

.cb-attachments {
    font-weight: 700;
    display: flex;
    gap: 5px;
}

.cb-attachments .lins a {
    display: block;
}

.block-years {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.block-years-header {
    background: #00a3e4;
    color: white;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.years-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.years-list li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.years-list li:before {
    content: "■";
    color: orange;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

.years-list li a {
    display: block;
    padding: 8px 15px 8px 25px;
    color: #333;
    text-decoration: none;
}

.years-list li a:hover,
.month-link:hover,
.vanban-link:hover {
    color: #00a3e4;
}

.years-list li.active a {
    background: #5bc0de;
    color: white;
    font-weight: bold;
}

.muclucthang-container,
.chitietthang-container {
    margin-bottom: 20px;
    border-radius: 5px;
}

.muclucthang-container {
    border: 1px solid #ddd;
    overflow: hidden;
}

.muclucthang-header {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 5px 5px 0 0;
}

.chitietthang-header {
    border-bottom: 2px solid #00a3e4;
    padding: 10px 0;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
}

.page-title {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #00a3e4;
    text-transform: uppercase;
}

.months-list {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.month-item:before {
    content: "○";
    color: #ccc;
    margin-right: 8px;
}

.vanban-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.month-link,
.vanban-link {
    color: #333;
    text-decoration: none;
}

.vanban-date {
    font-weight: bold;
    color: #333;
}

.generate_page {
    margin-top: 20px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

@media screen and (max-width: 767.98px) {
    .header-congbao {
        gap: 10px;
        flex-wrap: wrap;
    }

    .header-congbao-form {
        flex-basis: 100%;
        max-width: 100%;
    }

    .header-congbao-info {
        flex-basis: 100%;
        max-width: 100%;
    }

    .months-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .months-list {
        grid-template-columns: 1fr;
    }
}
