.x5414-modal .wandlit-wo-progress {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 16px;
}

.wandlit-wo-progress .x5414-progress-step {
    flex: 1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(30, 64, 175, 0.12);
    color: #1e40af;
}

.wandlit-wo-progress .x5414-progress-step.is-active {
    background: #1e40af;
    color: #fff;
}

.x5414-lang.wandlit-wo-lang {
    position: absolute;
    top: 12px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(15, 23, 42, 0.85);
    color: #f8fafc;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

.wandlit-wo-lang-select {
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 600;
}

.wandlit-wo-primary {
    background: linear-gradient(90deg, #1e40af 0%, #4338ca 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 6px 14px rgba(30, 64, 175, 0.35);
}

.wandlit-wo-primary:hover,
.wandlit-wo-primary:focus {
    background: linear-gradient(90deg, #1e3a8a 0%, #3730a3 100%) !important;
    color: #fff !important;
}

.x5414-footer.wandlit-wo-sticky-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 18px;
    box-shadow: 0 -2px 12px rgba(15, 23, 42, 0.08);
    z-index: 50;
}

#x5414-step-next {
    display: none !important;
}

.x5414-close {
    color: #1f2937 !important;
    opacity: 1 !important;
    font-size: 26px !important;
}

.wandlit-wo-crypto-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.wandlit-wo-crypto-select {
    width: 100%;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

.wandlit-wo-crypto-qrwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
}

.wandlit-wo-crypto-qr {
    width: 160px;
    height: 160px;
}

.wandlit-wo-crypto-conversion {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
}

.x5414-modal.is-loading::after {
    content: 'Preparing your secure checkout...';
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0.4px;
}
