td, th {
    font-size: 1em !important;
    color: #353535 !important;
}
/* Post Meta - Ngày đăng */
.vbqp-post-meta {
    padding: 8px 15px !important;
    margin: 0 0 20px 0 !important;
    background-color: #f5f5f5 !important;
    font-size: 13px !important;
    color: #888 !important;
    line-height: 1.4 !important;
    border: none !important;
    display: block !important;
}
.chi-tiet-van-ban-phap-quy-v2 {
    border: 1px solid #ddd; 
    margin-bottom: 20px;
    color: #333;
}
.vbqp-table-v2 {
    width: 100%;
    border-collapse: collapse; 
    margin-bottom: 0;
}
.vbqp-table-v2 tr {
    border-bottom: 1px solid #eee; 
}
.vbqp-table-v2 tr:last-child {
    border-bottom: none; 
}
.vbqp-table-v2 td {
    padding: 10px 15px !important;
    vertical-align: top;
    line-height: 1.6;
}
.vbqp-table-v2 td.vbqp-label {
    font-weight: bold;
    width: 18%; 
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
}
.vbqp-table-v2 td.vbqp-value {
    width: 32%; 
    border-right: 1px solid #eee; 
}

.vbqp-table-v2 tr:not(.vbqp-full-width) td.vbqp-value:last-of-type {
    border-right: none; 
}

.vbqp-table-v2 tr.vbqp-status-row {
    text-align: left; 
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}
.vbqp-table-v2 tr.vbqp-status-row td {
    text-align: center;
    font-weight: bold;
    border-right: none;
}

/* Toggle Switch cho Tình trạng hiệu lực */
.vbqp-toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vbqp-toggle-input {
    display: none !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

.vbqp-toggle-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.vbqp-toggle-slider {
    position: relative;
    width: 50px;
    height: 24px;
    background-color: #dc3545;
    border-radius: 24px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}

.vbqp-toggle-slider::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.vbqp-toggle-input:checked + .vbqp-toggle-label .vbqp-toggle-slider {
    background-color: #28a745;
}

.vbqp-toggle-input:checked + .vbqp-toggle-label .vbqp-toggle-slider::before {
    transform: translateX(26px);
}

.vbqp-toggle-text {
    font-weight: 500;
    transition: color 0.3s ease;
    color: #dc3545;
}

.vbqp-toggle-input:checked + .vbqp-toggle-label .vbqp-toggle-text {
    color: #28a745;
}

.vbqp-toggle-input:not(:checked) + .vbqp-toggle-label .vbqp-toggle-text {
    color: #dc3545;
}
}
.vbqp-con-hieu-luc {
    color: #28a745 !important;
    font-weight: 600 !important;
}

/* Đảm bảo màu xanh cho dòng trạng thái còn hiệu lực */
.vbqp-table-v2 tr.vbqp-status-row td.vbqp-con-hieu-luc {
    color: #28a745 !important;
    font-weight: bold !important;
}

/* Selector tổng quát cho tất cả các trường hợp hiển thị trạng thái còn hiệu lực */
.vbqp-table-v2 td:contains("Văn bản còn hiệu lực"),
.vbqp-table-v2 .vbqp-status-row td {
    color: #28a745 !important;
}

/* Đặc biệt cho trạng thái trong bảng chi tiết */
.chi-tiet-van-ban-phap-quy-v2 .vbqp-table-v2 tr.vbqp-status-row td {
    color: #28a745 !important;
    font-weight: bold !important;
    text-align: center !important;
}
.vbqp-het-hieu-luc {
    color: red;
}

.vbqp-table-v2 tr.vbqp-full-width td.vbqp-value {
    width: auto; 
    border-right: none;
    background-color: #fff; 
}

.vbqp-dinh-kem a {
    text-decoration: none;
    color: #c00;
}
.vbqp-dinh-kem a:before {
    content: "▸ ";
    color: #c00;
}

.vbqp-search-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 25px;
}
.vbqp-search-form label {
    font-weight: bold;
    margin-right: 10px;
}
.vbqp-search-form input[type="search"] {
    width: 300px;
    padding: 8px;
    margin-right: 5px;
}
.vbqp-search-form input[type="submit"] {
    padding: 8px 15px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
.vbqp-search-form input[type="submit"]:hover {
    background: #005177;
}

.vbqp-archive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82em;
    border: 0px solid #ddd;
}
.vbqp-archive-table th {
    background-color: #f4f4f4;
    padding: 10px 4px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em !important;
}
.vbqp-archive-table td {
    padding: 5px;
    border-bottom: 1px solid #cccccc !important;
    vertical-align: top;
}
.vbqp-archive-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.vbqp-archive-table tbody tr:hover {
    background-color: #f1f1f1;
}

.vbqp-archive-table th:first-child,
.vbqp-archive-table td:first-child {
    width: 40px;
    text-align: center;
}
.vbqp-archive-table td a {
    text-decoration: none;
    color: #0073e6;
}
.vbqp-archive-table td a:hover {
    text-decoration: underline;
}
.vbqp-search-container-v2 {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.vbqp-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0061c2, #0073e6); 
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: bold;
}
.vbqp-search-header button {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    text-transform: inherit;
    font-size: 14px;
    margin: 0;
}
.vbqp-search-header button:hover {
    background: #ddd;
}

.vbqp-search-table {
    width: 100%;
    border-collapse: collapse;
}
.vbqp-search-table td {
    padding: 5px 10px !important;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
}
.vbqp-search-table td.vbqp-label {
    font-weight: bold;
    background-color: #f0f8ff !important; 
    width: 15%;
    text-align: right;
    padding-right: 15px !important;
	font-size: 0.8em !important;
}
.vbqp-search-table input[type="text"],
.vbqp-search-table select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    height: 2.6em;
    font-size: 0.8em;
}
.vbqp-search-table td.vbqp-date-range {
    white-space: nowrap;
}
.vbqp-search-table input.vbqp-date-input {
    width: 49.5%;
    display: inline-block;
}
.vbqp-search-footer {
    text-align: center;
    border-top: 1px solid #ccc !important;
}
button.vbqp-submit-button {
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    text-transform: inherit;
    font-size: 14px;
    margin: 0;
}
button.vbqp-submit-button:hover {
    background: #005177;
}

.vbqp-pagination {
    margin-top: 20px;
    text-align: center;
}
.vbqp-pagination .page-numbers {
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 3px;
}
.vbqp-pagination .page-numbers.current,
.vbqp-pagination .page-numbers:hover {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}
#vbqp_details_meta_box .vbqp-admin-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; 
}
.ui-datepicker {
    z-index: 9999 !important;
}
.vbqp-related-posts {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    color: #333;
}
.vbqp-related-posts h3 {
    background-color: #f9f9f9;
    margin: 0;
    padding: 10px 15px;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}
.vbqp-related-posts ul {
    margin: 15px;
    padding-left: 20px;
}
.vbqp-related-posts li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.vbqp-related-posts li a {
    text-decoration: none;
    color: #0073aa;
}
.vbqp-related-posts li a:hover {
    text-decoration: underline;
}
.vbqp-related-posts li a strong {
    color: #c00;
}

.vbqp-table-v2 td.vbqp-dinh-kem a {
    display: block; 
    margin-bottom: 5px; 
    line-height: 1.4;
}
.vbqp-table-v2 td.vbqp-dinh-kem a:last-child {
    margin-bottom: 0;
}
#vbqp_upload_dinh_kem_button {
    margin-top: 8px;
}

#vbqp_details_meta_box .select2-container {
    width: 100% !important; 
    box-sizing: border-box;
}

#vbqp_details_meta_box .select2-selection--single {
    height: 30px !important; 
    padding: 2px 0;
    line-height: 28px;
}

#vbqp_details_meta_box .select2-selection__arrow {
    height: 28px !important;
}

.select2-container--open {
    z-index: 99999 !important;
}

#vbqp_details_meta_box .inside {
    padding: 0;
    margin: 0;
}

#vbqp_details_meta_box .form-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; 
}

#vbqp_details_meta_box .form-table tr {
    border-bottom: 1px solid #f0f0f0;
}
#vbqp_details_meta_box .form-table tr:last-child {
    border-bottom: none;
}

#vbqp_details_meta_box .form-table th {
    width: 12%; 
    padding: 15px;
    vertical-align: top;
    text-align: left;
    font-weight: 600;
    background-color: #f9f9f9;
    border-right: 1px solid #f0f0f0;
}

#vbqp_details_meta_box .form-table th label span {
    color: #d63638;
    font-weight: bold;
    margin-left: 2px;
}

#vbqp_details_meta_box .form-table td {
    width: 30%; 
    padding: 12px 15px;
    vertical-align: top;
    border-right: 1px solid #f0f0f0; 
}
#vbqp_details_meta_box .form-table tr td:last-child {
    border-right: none;
}

#vbqp_details_meta_box .form-table td[colspan="3"] {
    width: 80%; 
    border-right: none;
    background-color: #fff;
}

#vbqp_details_meta_box .vbqp-admin-input,
#vbqp_details_meta_box .vbqp-admin-select2 {
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
}

#vbqp_details_meta_box textarea.vbqp-admin-input {
    min-height: 100px;
}

#vbqp_details_meta_box .select2-container {
    max-width: 100%;
    width: 100% !important; 
    box-sizing: border-box;
}

#vbqp_upload_dinh_kem_button {
    margin-top: 8px;
    font-size: 13px;
    padding: 4px 12px;
}

#vbqp_details_meta_box .description {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

#vbqp_details_meta_box input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}
#vbqp_details_meta_box td[colspan="3"] label {
    vertical-align: middle;
}
button.select2-selection__clear {
    height: 0 !important;
}
table td {
    border: 0px solid #124750 !important;
}
.vbqp-results-container>p>strong {
    color: #0073e7;
}
.vbqp-results-container>p {
    padding: 15px 25px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
ul.ui-autocomplete,
.ui-autocomplete {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 9999 !important;
    background: white !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

ul.ui-autocomplete li.ui-menu-item,
.ui-autocomplete .ui-menu-item {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    cursor: pointer !important;
    font-size: 13px !important;
    text-align: left !important;
}

ul.ui-autocomplete li.ui-menu-item div.ui-state-active,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 8px 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    cursor: pointer !important;
    text-align: left !important;
    background-color: #fff !important;
    color: #333 !important;
    border: none !important;
    margin: 0 !important;
}

.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-bottom: none !important;
}

ul.ui-autocomplete li.ui-menu-item:hover,
ul.ui-autocomplete li.ui-menu-item.ui-state-active,
ul.ui-autocomplete li.ui-menu-item.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item:focus,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #f8f9fa !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #333 !important;
}

/* CSS cho autocomplete văn bản thay thế */
.vbqp-autocomplete-item {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px !important;
    gap: 0px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    text-align: left !important;
}

.vbqp-so-ky-hieu {
    font-weight: bold !important;
    color: #0073aa !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
}

.vbqp-tieu-de {
    color: #333 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    text-align: left !important;
    margin-top: 2px !important;
    margin-bottom: 0 !important;
    font-style: normal !important;
}

/* Khi hover, giữ màu chữ */
.vbqp-autocomplete-item:hover .vbqp-so-ky-hieu,
.ui-state-active .vbqp-so-ky-hieu,
.ui-autocomplete .ui-menu-item:hover .vbqp-so-ky-hieu,
.ui-autocomplete .ui-menu-item.ui-state-active .vbqp-so-ky-hieu {
    color: #0073aa !important;
}

.vbqp-autocomplete-item:hover .vbqp-tieu-de,
.ui-state-active .vbqp-tieu-de,
.ui-autocomplete .ui-menu-item:hover .vbqp-tieu-de,
.ui-autocomplete .ui-menu-item.ui-state-active .vbqp-tieu-de {
    color: #333 !important;
}

/* Override jQuery UI default styles với specificity cao */
.ui-autocomplete.ui-widget.ui-widget-content,
.ui-autocomplete.ui-menu {
    text-align: left !important;
}

.ui-autocomplete .ui-menu .ui-menu-item .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item-wrapper {
    text-align: left !important;
    display: block !important;
}

.ui-autocomplete .ui-menu .ui-menu-item {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override cho tất cả text content trong autocomplete */
.ui-autocomplete *,
.ui-autocomplete li,
.ui-autocomplete div,
.ui-autocomplete span {
    text-align: left !important;
}
/* =================================================================== */
/* Sửa đổi CSS Tương Thích Di Động
/* Áp dụng cho màn hình <= 768px
/* =================================================================== */
@media (max-width: 768px) {
    .vbqp-search-header {
        flex-direction: column; 
        align-items: flex-start;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
    }
    
    .vbqp-search-header button {
        margin-top: 0;
        font-size: 0.85em;
    }

    .vbqp-search-table tr {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .vbqp-search-table td,
    .vbqp-search-table td.vbqp-label {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: none;
        padding: 0 !important;
    }

    .vbqp-search-table td.vbqp-label {
        text-align: left;
        background: none;
        font-weight: bold;
        padding: 10px !important;
        border: 1px solid #dce9f5;
        border-radius: 5px 5px 0 0;
        font-size: 0.8em !important;
    }
    
    .vbqp-search-table td.vbqp-date-range {
        white-space: normal;
        font-size: 0.8em !important;
    }

    .vbqp-search-table input.vbqp-date-input {
        width: 100%; 
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .vbqp-search-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .vbqp-results-container {
        overflow-x: auto; 
        width: 100%;
        margin-bottom: 20px;
    }
    .vbqp-archive-table {
        min-width: 1000px; 
    }
    .vbqp-results-container p:first-child {
        text-align: center;
    }
    .vbqp-archive-table thead {
        display: table-header-group;
    }
    
    .vbqp-archive-table th {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: inherit;
    }
    .vbqp-archive-table tr {
        display: table-row; 
        border: none; 
        margin-bottom: 0;
        border-radius: 0;
        overflow: visible;
    }

    .vbqp-archive-table td {
        display: table-cell; 
        padding: 10px 8px !important;
        border-bottom: 1px solid #eee !important; 
        width: auto; 
        box-sizing: border-box;
        background: none !important;
        font-weight: normal !important;
        font-size: 0.9em !important; 
        color: #353535 !important;
    }

    .vbqp-archive-table td::before {
        display: none !important;
    }

    .vbqp-archive-table td:nth-of-type(6) a {
        white-space: normal; 
        min-width: 250px; 
        display: block;
    }

    .vbqp-table-v2 tr,
    .vbqp-table-v2 td {
        display: block;
        width: 100% !important; 
        box-sizing: border-box;
        border: none;
        font-size: 0.8em;
    }

    .vbqp-table-v2 td.vbqp-label {
        font-weight: bold;
        padding: 10px !important;
        border-right: none !important;
        border-bottom: 1px solid #ccc !important;
    }
    .vbqp-table-v2 td.vbqp-value {
        padding: 10px !important;
        border-right: none !important;
        border-bottom: 1px solid #ccc !important;
    }
    
    .vbqp-table-v2 tr.vbqp-full-width td.vbqp-label {
        background-color: #f9f9f9;
        border-bottom: none;
        padding-bottom: 10px !important;
    }
    .vbqp-table-v2 tr.vbqp-full-width td.vbqp-value {
        border-bottom: 1px solid #ddd;
        padding-top: 10px !important;
    }
    
    .vbqp-table-v2 tr.vbqp-status-row td {
        padding: 15px !important;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .vbqp-search-header {
        display: flex; 
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vbqp-archive-table th:nth-child(1), .vbqp-archive-table td:nth-child(1) { width: 3%; }
    .vbqp-archive-table th:nth-child(2), .vbqp-archive-table td:nth-child(2) { width: 10%; }
    .vbqp-archive-table th:nth-child(3), .vbqp-archive-table td:nth-child(3) { width: 15%; } 
    .vbqp-archive-table th:nth-child(4), .vbqp-archive-table td:nth-child(4) { width: 10%; } 
    .vbqp-archive-table th:nth-child(5), .vbqp-archive-table td:nth-child(5) { width: 10%; }
    .vbqp-archive-table th:nth-child(6), .vbqp-archive-table td:nth-child(6) { width: 28%; }
    .vbqp-archive-table th:nth-child(7), .vbqp-archive-table td:nth-child(7) { width: 12%; } 
    .vbqp-archive-table th:nth-child(8), .vbqp-archive-table td:nth-child(8) { width: 12%; } 
    .vbqp-search-table input[type="text"], .vbqp-search-table select {
        margin-top: 0;
        font-size: 1em;
        height: 35px;
        width: 100%;
        padding: 8px 10px;
        box-sizing: border-box;
        border: 1px solid #dce9f5;
        border-radius: 0 0 5px 5px;
        margin-bottom: 20px;
    }
    .vbqp-search-table select {
        font-size: 0.8em !important;
    }
    .entry-header-text {
        padding: 0 !important;
    }
}

.vbqp-multiple-select-container {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    min-height: 30px;
    padding: 5px;
    background-color: #fff;
}

.vbqp-selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}

.vbqp-tag {
    display: inline-flex;
    align-items: center;
    background-color: #0073aa;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.2;
    cursor: default;
}

.vbqp-tag-remove {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

.vbqp-tag-remove:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.vbqp-multi-doc-widget__search {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    min-height: 25px;
}

/* Widget chip readonly (case "Văn bản thay thế" khi văn bản hiện tại đã hết hiệu lực) */
.vbqp-multi-doc-widget--readonly {
    background-color: #f6f7f7;
    cursor: not-allowed;
}
.vbqp-multi-doc-widget--readonly .vbqp-tag { opacity: 0.85; }

.entry-content, .entry-header-text {
    padding-top: 0;
}

/* ===== Doc Blocks: hiển thị từng văn bản (liên quan / thay thế / sửa đổi) thành block ===== */
.vbqp-doc-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0;
}
.vbqp-doc-block {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #f5f9ff;
    border: 1px solid #d6e4f5;
    border-left: 4px solid #0073aa;
    border-radius: 6px;
    text-decoration: none !important;
    color: #1f2937;
    line-height: 1.45;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.06s ease, box-shadow 0.15s ease;
}
.vbqp-doc-block--linked {
    cursor: pointer;
}
.vbqp-doc-block--linked:hover,
.vbqp-doc-block--linked:focus {
    background: #e9f1fb;
    border-color: #0073aa;
    box-shadow: 0 2px 6px rgba(0, 115, 170, 0.12);
    transform: translateY(-1px);
    outline: none;
}
.vbqp-doc-block--plain {
    background: #fafafa;
    border-left-color: #9ca3af;
    cursor: default;
}
.vbqp-doc-block__icon {
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.45;
}
.vbqp-doc-block__ky-hieu {
    font-weight: 600;
    color: #0073aa;
    word-break: break-word;
}
.vbqp-doc-block--plain .vbqp-doc-block__ky-hieu {
    color: #4b5563;
}
@media (max-width: 600px) {
    .vbqp-doc-block {
        padding: 6px 10px;
        gap: 6px;
    }
}