/* Customer currency display widget — scoped styles for default and custom headers (display-only). */
.b2c-currency-widget {
    display: inline-flex;
    align-items: center;
    margin: 0;
    max-width: 100%;
}

.b2c-currency-widget__select {
    min-width: 5.5rem;
    max-width: 100%;
    font-size: 0.8125rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 0.25rem;
}

.b2c-currency-widget--empty {
    display: none !important;
}

.b2c-currency-widget__label.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
