.wcpay-cart-currency-box {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    background: transparent;
}

.wcpay-cart-currency-box .wcpay-currency-pill,
.wcpay-cart-currency-box .wcpay-currency-pill:focus,
.wcpay-cart-currency-box .wcpay-currency-pill:active {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    border: 1px solid rgba(255,255,255,0.4) !important;
    background: #111 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    outline: none;
    white-space: nowrap;
    box-shadow: none !important;
}

.wcpay-cart-currency-box .wcpay-currency-pill .wcpay-currency-pill-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.wcpay-cart-currency-box .wcpay-currency-flag {
    font-size: 1rem;
}

.wcpay-cart-currency-box .wcpay-currency-amount {
    font-weight: 600;
}

.wcpay-cart-currency-box .wcpay-currency-pill:hover {
    background: #1d1d1d !important;
    transform: translateY(-1px);
    border-color: #ffffff !important;
}

.wcpay-cart-currency-box .wcpay-currency-pill.is-active,
.wcpay-cart-currency-box .wcpay-currency-pill.is-active:focus,
.wcpay-cart-currency-box .wcpay-currency-pill.is-active:active {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25) !important;
    color: #fff !important;
}

.wcpay-cart-currency-box.is-loading .wcpay-currency-pill {
    pointer-events: none;
    opacity: 0.6;
}
