/* RENOVARMAIS_CADASTRO_MODAL_20260910 */

.rm-cadastro-trigger{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:12px 18px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  background:#e52521;
  color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.rm-cadastro-trigger:hover{
  filter:brightness(.96);
}

.rm-cadastro-trigger-wrap{
  display:flex;
  justify-content:flex-end;
  margin:16px 0;
}

.rm-cadastro-modal-overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:10000 !important;
  display:none !important;
  align-items:center;
  justify-content:center;
  padding:24px;
  margin:0 !important;
  background:rgba(15,23,42,.52) !important;
  overflow:auto;
}

.rm-cadastro-modal-overlay.rm-modal-aberto{
  display:flex !important;
}

.rm-cadastro-modal-card{
  position:relative;
  width:min(980px, 100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border-radius:18px;
  padding:28px;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.24);
}

.rm-cadastro-modal-fechar{
  position:sticky;
  top:0;
  float:right;
  z-index:3;
  width:40px;
  height:40px;
  margin:-10px -10px 8px 12px;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:#0f172a;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}

body.rm-modal-travado{
  overflow:hidden;
}

@media (max-width:700px){
  .rm-cadastro-modal-overlay{
    padding:10px;
    align-items:flex-end;
  }

  .rm-cadastro-modal-card{
    width:100%;
    max-height:92vh;
    border-radius:18px 18px 0 0;
    padding:20px 16px;
  }

  .rm-cadastro-trigger-wrap{
    justify-content:stretch;
  }

  .rm-cadastro-trigger{
    width:100%;
  }
}
