.js-currency-price {
    display: inline-block;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.connecting-seat-panel .display-price-seat-selected.js-currency-price {
    display: inline-block;
}

.connecting-seat-panel .display-price-seat-selected .currency-price {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.connecting-seat-panel .display-price-seat-selected .currency-price__original {
    margin-top: 0;
    font-size: .7em;
    white-space: nowrap;
}

#container-price .currency-detail-label {
    width: 60%;
    vertical-align: middle;
}

#container-price .currency-detail-value {
    width: 40%;
    vertical-align: middle;
    text-align: right;
}

#container-price .currency-detail-value .js-currency-price,
#container-price .currency-detail-value .currency-price {
    width: 100%;
}

#container-price .currency-detail-value .currency-price {
    align-items: flex-end;
}

#container-price .currency-detail-value .currency-price__converted {
    justify-content: flex-end;
}

del.js-currency-price .currency-price__value,
del.js-currency-price .currency-price__original {
    text-decoration: line-through;
}

del.js-currency-price .currency-price__info {
    text-decoration: none;
}

.currency-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    vertical-align: middle;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.currency-price__converted {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.currency-price__value {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.currency-price__original {
    margin-top: 2px;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.2;
    opacity: .7;
}

.currency-price__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.currency-price__info:focus {
    outline: 2px solid rgba(0, 0, 0, .25);
    outline-offset: 2px;
}

.currency-reference-popover {
    position: absolute;
    z-index: 1080;
    width: 260px;
    max-width: calc(100vw - 24px);
    padding: 10px 12px;
    color: #fff;
    border-radius: 6px;
    background: #343a40;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .2);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.promo-badge.js-currency-price {
    min-width: 48px;
    padding: 3px 4px !important;
    overflow: visible;
    line-height: 1.1;
    white-space: normal;
}

.promo-badge .currency-price {
    width: 100%;
    align-items: center;
}

.promo-badge .currency-price__converted {
    justify-content: center;
    gap: 0;
    white-space: nowrap;
}

.promo-badge .currency-price__value {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    white-space: nowrap;
}

.promo-badge .currency-price__info,
.promo-badge .currency-price__original {
    display: none;
}

@media (max-width: 575.98px) {
    .currency-reference-popover {
        width: 230px;
    }
}
