#lrl-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:99999;
}

.lrl-box{
    background:#fff;
    width:420px;
    max-width:90%;
    margin:10% auto;
    padding:20px;
    position:relative;
}

.lrl-close{
    position:absolute;
    right:10px;
    top:1px;
    cursor:pointer;
    font-size:32px;
}


/* Opções */
.lrl-opcoes{
    display:block !important;
    width:100%;
    margin-top:10px;
}

/* Esconde as opções depois do envio */
.lrl-opcoes.lrl-hidden{
    display:none !important;
}

.lrl-opcoes label{
    display:flex !important;
    width:100% !important;
    align-items:flex-start;
    gap:8px;
    margin:0 0 14px 0 !important;
    padding:0 !important;
    cursor:pointer;
    box-sizing:border-box;
}

.lrl-opcoes label:last-child{
    margin-bottom:5px !important;
}

.lrl-opcoes input[type="radio"]{
    display:inline-block !important;
    width:auto !important;
    margin:3px 0 0 0 !important;
    padding:0 !important;
    flex:0 0 auto;
}

.lrl-opcoes span{
    display:block !important;
    line-height:1.4;
    margin:0;
    padding:0;
}