body.records-body {
    background: #f7f9fb;
    color: #253247;
}

body.records-body header {
    background: #fff;
}

body.records-body .v3-unified-main {
    width: min(1168px, 100%);
    margin-inline: auto;
    padding-top: 2rem;
}

body.records-body .v3-unified-main > p:first-child {
    margin: 0 0 0.75rem;
    color: #657286;
    font-size: 0.88rem;
    font-weight: 650;
}

body.records-body .title-underline {
    margin: 0;
    color: #172033;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 820;
    line-height: 1.15;
}

body.records-body .title-underline::after {
    content: "";
    display: block;
    width: min(75%, 760px);
    height: 6px;
    margin: 0.8rem 0 1.3rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-light), var(--brand-medium));
}

body.records-body .title-underline a {
    color: var(--brand-medium);
    font-size: 0.65em;
    text-decoration: none;
}

body.records-body .v3-unified-main > h4 {
    margin-bottom: 1.2rem;
    color: #334155;
    font-size: clamp(1rem, 2vw, 1.28rem);
    font-weight: 720;
    line-height: 1.4;
}

body.records-body .legend {
    margin-bottom: 1.2rem;
    color: #64748b;
}

body.records-body .card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: none !important;
}

body.records-body .card-header {
    padding: 0.75rem 1rem;
    border: 0;
    background: var(--brand-medium) !important;
}

body.records-body .card-header h5,
body.records-body .card-header h6 {
    margin: 0;
    font-weight: 780;
    letter-spacing: 0.01em;
}

body.records-body .card-body {
    padding: 1rem;
}

body.records-body .table {
    margin-bottom: 0;
    color: #334155;
    font-size: 0.88rem;
}

body.records-body .table > :not(caption) > * > * {
    padding: 0.65rem 0.7rem;
    border-color: #e2e8f0;
}

body.records-body .table thead th {
    color: #334155;
    font-weight: 780;
    white-space: nowrap;
}

body.records-body a {
    color: var(--brand-medium);
}

body.records-body a:hover,
body.records-body a:focus-visible {
    color: var(--brand-dark);
}

@media (max-width: 767.98px) {
    body.records-body .v3-unified-main {
        padding: 1.25rem 0.85rem 2.5rem;
    }

    body.records-body .legend .d-inline-flex {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 0.45rem !important;
    }

    body.records-body .card-body {
        padding: 0.85rem;
    }
}
