.omc-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.omc-switcher.omc-buttons {
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 4px;
    background: #f8f9fa;
}

.omc-switcher .omc-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    border: 0;
    background: transparent;
    color: #2b3445;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.omc-switcher .omc-btn .omc-code {
    font-weight: 700;
    font-size: 13px;
}

.omc-switcher .omc-btn .omc-label {
    font-size: 11px;
    opacity: .75;
}

.omc-switcher .omc-btn.is-active {
    background: #0d6efd;
    color: #fff;
}

.omc-switcher .omc-btn.is-active .omc-label {
    opacity: .95;
}

.omc-switcher.omc-dropdown .omc-select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    background: #fff;
    font-weight: 600;
}

.omc-rate {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
    width: 100%;
}

.omc-switcher.omc-loading {
    opacity: .5;
    pointer-events: none;
}

/* Precio promocional para pago en divisas (ficha de producto). */
.omc-fx-promo {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin: 6px 0 10px;
    padding: 4px 10px;
    border-radius: 6px;
    background: #eafaf1;
    border: 1px solid #b7e4c7;
}

.omc-fx-promo .omc-fx-label {
    font-size: 12px;
    color: #1b7a43;
    font-weight: 600;
}

.omc-fx-promo .omc-fx-amount {
    font-size: 15px;
    font-weight: 700;
    color: #0f5132;
}

/* Aviso de tasa BCV en el resumen del checkout. */
tr.omc-rate-notice th,
tr.omc-rate-notice td {
    border-top: 1px dashed #d9dde3;
    font-size: 13px;
}

tr.omc-rate-notice td {
    text-align: right;
}
