/* Browse — tab pills as buttons (matches site .rj-pill) */



.rj-pills button.rj-pill {

    cursor: pointer;

    font: inherit;

    font-family: inherit;

}



.rj-pills button.rj-pill.active {

    border-color: var(--rj-accent);

    color: var(--rj-text);

    background: var(--rj-surface-2);

}

