/* Keep the label left behind by the sliding orange indicator readable on light banners. */
header[data-header-theme="light"]
    [data-segmented-control]:has([data-segmented-item]:is(:hover, :focus-visible))
    [data-segmented-item][data-segment-active]:not(:is(:hover, :focus-visible)) {
    --template-color: rgba(24, 24, 25, 0.58) !important;
}
