/* =========================================================
   DC Obligation List — supplements country-list.css
   ========================================================= */

/* Back link */
.dc-ol-back {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .85rem;
    color: #6c757d;
}
.dc-ol-back:hover {
    color: #1d4ed8;
}

/* Single obligation page */
.dc-ol-single { max-width: 900px; }
.dc-ol-content { color: #495057; line-height: 1.7; }

/* Approved submissions table */
.dc-ol-table {
    font-size: .9rem;
    border-top: 2px solid #dee2e6;
}
.dc-ol-table thead th {
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #495057;
}
.dc-ol-table tbody tr:last-child td {
    border-bottom: none;
}
