.faq-fare-table-wrap {
    width: 100%;
    margin: 1.25rem 0 1rem;
    overflow-x: auto;
    border: 1px solid #d8dde2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 26, 32, .08);
    scrollbar-color: #c99800 #edf0f2;
    scrollbar-width: thin;
}

.faq-fare-table-wrap:focus-visible {
    outline: 3px solid #1565c0;
    outline-offset: 3px;
}

.faq-fare-table {
    width: 100%;
    min-width: 620px;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    color: #202124;
}

.faq-fare-table th,
.faq-fare-table td {
    padding: 1rem 1.15rem;
    border: 0;
    border-bottom: 1px solid #e5e7e9;
    text-align: center;
    vertical-align: middle;
}

.faq-fare-table th:first-child {
    width: 40%;
    text-align: left;
}

.faq-fare-table thead th {
    background: #f6c515;
    color: #171717;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.faq-fare-table thead th:first-child {
    border-top-left-radius: 13px;
}

.faq-fare-table thead th:last-child {
    border-top-right-radius: 13px;
}

.faq-fare-table tbody th {
    color: #252b31;
    font-weight: 700;
}

.faq-fare-table tbody tr:nth-child(even) {
    background: #f7f8f9;
}

.faq-fare-table tbody tr:last-child th,
.faq-fare-table tbody tr:last-child td {
    border-bottom: 0;
}

.faq-fare-amount {
    display: inline-flex;
    min-width: 4.75rem;
    justify-content: center;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #fff5cc;
    color: #4a3900;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.faq-fare-note {
    color: #5c6570;
    font-size: .92rem;
}

html.dark-mode .faq-fare-table-wrap {
    border-color: #494949;
    background: #202020;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
    scrollbar-color: #f6c515 #303030;
}

html.dark-mode .faq-fare-table {
    color: #f2f2f2;
}

html.dark-mode .faq-fare-table th,
html.dark-mode .faq-fare-table td {
    border-bottom-color: #3f3f3f;
}

html.dark-mode .faq-fare-table thead th {
    background: #d3a800;
    color: #101010;
}

html.dark-mode .faq-fare-table tbody th {
    color: #f2f2f2;
}

html.dark-mode .faq-fare-table tbody tr:nth-child(even) {
    background: #272727;
}

html.dark-mode .faq-fare-amount {
    background: #4a3b05;
    color: #ffe27a;
}

html.dark-mode .faq-fare-note {
    color: #c9c9c9;
}

@media (max-width: 575.98px) {
    .faq-fare-table {
        min-width: 560px;
    }

    .faq-fare-table th,
    .faq-fare-table td {
        padding: .85rem .8rem;
    }
}
