/* -----------------------------------
   LEGAL PAGE FULL WIDTH WRAPPER
----------------------------------- */
.legal-wrapper {
    width: 100%;
    padding: 40px 0 70px 0;
}

/* -----------------------------------
   DATE
----------------------------------- */
.law-date {
    color: #777;
    font-size: 15px;
    margin-bottom: 18px;
}

/* -----------------------------------
   PAGE TITLE
----------------------------------- */
.law-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0a4fa3;
}


/* -----------------------------------
   COLUMN FIX — № багана width
----------------------------------- */
.law-table th:first-child,
.law-table td:first-child {
    width: 50px;
    text-align: center;
    white-space: nowrap;
}

/* table-layout fixed устгах */
.law-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    /* table-layout: fixed;  ← Үүнийг устгана */
}

.legal-wrapper {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

/* -----------------------------------
   TABLE BASE
----------------------------------- */
.law-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    table-layout: fixed;
}

/* HEADER */
.law-table thead th {
    background: #f2f4f7;
    padding: 6px 10px !important;
    /* ↓↓↓ COMPACT ↓↓↓ */
    border: 1px solid #dcdcdc;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

/* CELL */
.law-table td {
    padding: 6px !important;
    /* ↓↓↓ COMPACT ↓↓↓ */
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    line-height: 1.25;
}

/* HOVER */
.law-table tbody tr:hover {
    background: #eef6ff;
    transition: .2s;
}

/* -----------------------------------
   LAW NAME (blue clickable text)
----------------------------------- */
.law-table a {
    color: #0a4fa3;
    font-weight: 500;
    text-decoration: none;
}

.law-table a:hover {
    text-decoration: underline;
}

/* -----------------------------------
   RESPONSIVE (MOBILE)
----------------------------------- */
@media (max-width: 768px) {
    .law-table {
        font-size: 14px;
    }

    .law-table td,
    .law-table th {
        padding: 5px 8px !important;
    }
}

/* Тушаалын жагсаалтын compact багана */
.law-table th,
.law-table td {
    padding: 6px 8px !important;
    /* ↓↓↓ COMPACT ↓↓↓ */
}

/* Баганы өргөнүүд */
.law-table th:nth-child(1),
.law-table td:nth-child(1) {
    width: 40px;
    text-align: center;
}

.law-table th:nth-child(3),
.law-table td:nth-child(3) {
    width: 120px;
    text-align: center;
}

.law-table th:nth-child(4),
.law-table td:nth-child(4) {
    width: 150px;
    text-align: center;
}

.law-table th:nth-child(5),
.law-table td:nth-child(5) {
    width: 80px;
    text-align: center;
}

/* 2. PDF viewer гадна scroll хаах */
.pdf-container {
    width: 100%;
    height: 90vh;
    overflow: hidden !important;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* 3. iframe дотор scroll зөв ажиллах */
.pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto !important;
}

/* 4. Зүүн багана өөрөө scroll үүсгэхийг хаах */
.left-col,
.left,
.left-content {
    overflow: visible !important;
    height: auto !important;
}


.download-btn-outline {
    display: inline-block;
    padding: 6px 16px;
    border: 2px solid #155fae;
    border-radius: 6px;
    font-size: 15px;
    color: #155fae;
    text-decoration: none;
    font-weight: 600;
    transition: .25s;
}

.download-btn-outline:hover {
    background: #155fae;
    color: #fff;
}