
.redx-ecd-context-single {
    visibility: hidden;
}

.redx-ecd-context-single.redx-ecd-positioned {
    visibility: visible;
}

.redx-ecd-usd-code {
    margin-left: 3px;
    color: inherit;
    font-size: .72em;
    font-weight: 800;
    letter-spacing: .04em;
    opacity: .9;
    vertical-align: middle;
}

.redx-ecd-component {
    display: block;
    clear: both;
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.25;
}

.redx-ecd-box {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    padding: 11px 13px;
    border: 1.5px solid #ff1735;
    border-radius: 8px;
    background: #070707;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(255, 23, 53, .10);
}

.redx-ecd-label {
    color: #f4f4f4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.redx-ecd-value {
    color: #ff1735;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(255, 23, 53, .16);
}

.redx-ecd-dropdown {
    position: relative;
    display: inline-block;
}

.redx-ecd-dropdown-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;

    width: 84px !important;
    min-width: 84px !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 10px !important;

    border: 1.5px solid #ff1735 !important;
    border-radius: 6px !important;

    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
}

.redx-ecd-current {
    display: inline-block !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.redx-ecd-chevron {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    flex: 0 0 auto;
}

.redx-ecd-menu {
    display: none;
    position: absolute;
    z-index: 999999;
    right: 0;
    top: calc(100% + 5px);

    width: 84px;
    padding: 4px;

    border: 1px solid #ff1735;
    border-radius: 6px;
    background: #050505;

    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .55);
}

.redx-ecd-dropdown.is-open .redx-ecd-menu {
    display: block;
}

.redx-ecd-option {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 8px 7px !important;

    border: 0 !important;
    border-radius: 4px !important;

    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-align: left !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    box-shadow: none !important;
    cursor: pointer !important;
}

.redx-ecd-option:hover,
.redx-ecd-option:focus {
    background: #171717 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.redx-ecd-note {
    margin-top: 7px;
    color: #929292;
    font-size: 10.5px;
    line-height: 1.35;
    max-width: 430px;
}

.redx-ecd-rate-date {
    display: none;
}

.redx-ecd-checkout-notice {
    margin: 8px 0 14px;
    font-size: 12px;
    opacity: .78;
}

@media (max-width: 480px) {
    .redx-ecd-box {
        gap: 9px;
        padding: 10px 11px;
    }

    .redx-ecd-label {
        font-size: 10px;
    }

    .redx-ecd-value {
        font-size: 15px;
    }

    .redx-ecd-dropdown-button,
    .redx-ecd-menu {
        width: 78px !important;
        min-width: 78px !important;
    }
}
