.oz-most-read .oz-most-read-tabs {
    display: flex;
    gap: 4px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d9d5d1;
}

.oz-most-read .oz-most-read-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    margin: 0 0 -1px;
    padding: 10px 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #6f645d;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}

.oz-most-read .oz-most-read-tab:hover,
.oz-most-read .oz-most-read-tab[aria-selected="true"] {
    background: transparent;
    color: #221f1c;
    border-bottom-color: #cca327;
}

.oz-most-read .oz-most-read-tab[aria-selected="true"] {
    /* Override Better Payment's global button font-weight. */
    font-weight: 700 !important;
}

.oz-most-read .oz-most-read-tab:focus-visible,
.oz-most-read .oz-most-read-panel:focus-visible {
    outline: 2px solid #8a6a12;
    outline-offset: 3px;
}

.oz-most-read .oz-most-read-panel[hidden] {
    display: none !important;
}

.oz-most-read .oz-most-read-empty {
    margin: 0;
    padding: 12px 0 24px;
    color: #6f645d;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}
