/*
 * einvoicing.pk — page-scoped styles for the HS code guides.
 *
 * Package H3; refit to the Compliance Register world (D3). This file only
 * adds what public/tools/tools.css does not provide: candidate-table
 * captions, source locators and the prefilled finder link lists.
 */

.hsg-draft {
    margin-bottom: var(--space-5);
}

.hsg-cand caption {
    padding: 0.6rem 0.8rem;
    text-align: left;
    font-size: var(--fs-sm);
    color: var(--ink-2);
    background: var(--paper-soft);
    border-bottom: 1px solid var(--rule);
}

.hsg-cand td:first-child {
    white-space: nowrap;
}

.hsg-loc {
    font-size: 0.9em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hsg-loc-note {
    display: block;
    margin-top: 0.2rem;
    font-size: var(--fs-xs);
    color: var(--ink-2);
}

.hsg-tool-links {
    padding-left: 1.2rem;
}

.hsg-tool-links li + li {
    margin-top: 0.55rem;
}

.hsg-tool-links code {
    font-size: 0.9em;
}

.hsg-frame {
    margin-top: var(--space-4);
}
