.rlr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.rlr-modal {
    background: #fff;
    width: 350px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.rlr-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
