.rdo-wl-confirm-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(60, 40, 20, 0.45);
}

.rdo-wl-confirm-box {
    width: 100%;
    max-width: 420px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    font-family: inherit;
}

.rdo-wl-confirm-title {
    font-size: 18px;
    font-weight: 700;
    color: #7E5B34;
    margin-bottom: 10px;
}

.rdo-wl-confirm-body {
    font-size: 14px;
    line-height: 1.5;
    color: #5b4a36;
    margin-bottom: 22px;
}

.rdo-wl-confirm-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.rdo-wl-confirm-actions button {
    appearance: none;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 2rem;
    line-height: 1;
}

.rdo-wl-confirm-no {
    background: #F3ECE2;
    color: #7E5B34;
}

.rdo-wl-confirm-no:hover {
    background: #E9DECF;
}

.rdo-wl-confirm-yes {
    background: #EF4C24;
    color: #FFFFFF;
}

.rdo-wl-confirm-yes:hover {
    background: #d8421d;
}
