/* Mandatory Public Disclosure — CBSE Appendix-IX revised tabular format */

.disclosure-section {
    margin-bottom: 36px;
}

.disclosure-section:last-child { margin-bottom: 0; }

.disclosure-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 800;
    color: #1a1d24;
    letter-spacing: 0.3px;
}

.disclosure-tag {
    font-size: 18px;
    font-weight: 800;
    color: #2b4cb8;
}

.disclosure-title-text {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
}

.disclosure-subheading {
    margin: 22px 0 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1a1d24;
}

.disclosure-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #9bb6d2;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 14px;
}

.disclosure-table-wrap:last-child { margin-bottom: 0; }

.disclosure-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.5;
}

.disclosure-table thead th {
    background: #cfe2f3;
    color: #1a1d24;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 11px 12px;
    border-bottom: 1px solid #9bb6d2;
    vertical-align: middle;
    white-space: nowrap;
}

.disclosure-table thead th:not(:last-child),
.disclosure-table tbody td:not(:last-child) {
    border-right: 1px solid #d8dee7;
}

.disclosure-table tbody td {
    padding: 10px 12px;
    border-top: 1px solid #e3e8ef;
    vertical-align: top;
    color: #2c3340;
    word-break: break-word;
}

.disclosure-table tbody tr:nth-child(even) td { background: #fafbfd; }

.disclosure-table .disclosure-sno {
    width: 5%;
    min-width: 48px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: 600;
    color: #4a5160;
    white-space: nowrap;
}

.disclosure-table thead th.disclosure-sno-head {
    width: 5%;
    min-width: 48px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.disclosure-table .disclosure-subrow td {
    background: #f3f6fb !important;
    font-style: italic;
}

.disclosure-table .disclosure-subrow td:nth-child(2) { padding-left: 28px; }

.disclosure-table .disclosure-empty {
    text-align: center;
    color: #6b7280;
    font-style: italic;
    padding: 18px;
}

.disclosure-table .disclosure-link {
    font-weight: 600;
    text-decoration: underline;
}

.disclosure-table .muted { color: #9aa3b2; }

.disclosure-table tbody td ul,
.disclosure-table tbody td ol {
    margin: 0;
    padding-left: 20px;
}

.disclosure-table tbody td ul { list-style: disc; }
.disclosure-table tbody td ol { list-style: decimal; }

.disclosure-table tbody td li {
    margin: 0 0 4px;
    line-height: 1.5;
}

.disclosure-table tbody td li:last-child { margin-bottom: 0; }

.disclosure-table tbody td p {
    margin: 0 0 6px;
}

.disclosure-table tbody td p:last-child { margin-bottom: 0; }

.disclosure-table tbody td a:not(.disclosure-link) {
    color: #2b4cb8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .disclosure-title { font-size: 16px; }
    .disclosure-tag { font-size: 16px; }
    .disclosure-table { font-size: 12px; }
    .disclosure-table thead th,
    .disclosure-table tbody td { padding: 8px 9px; }
}
