.dgr-removal-card{
  padding:20px;
  border:1px solid #dfe6ea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(16,47,70,.05);
}
.dgr-removal-card>span{
  display:block;
  margin-bottom:6px;
  color:#578e9e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.dgr-removal-card>strong{
  display:block;
  color:#102f46;
  font-size:18px;
  line-height:1.3;
}
.dgr-removal-card>p{
  margin:8px 0 14px;
  color:#657681;
  font-size:13px;
  line-height:1.55;
}
.dgr-removal-card>button{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border:1px solid #cfdbe1;
  border-radius:13px;
  background:#f4f7f8;
  color:#17364b;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:background .18s,border-color .18s,color .18s,transform .18s;
}
.dgr-removal-card>button:hover,
.dgr-removal-card>button:focus{
  border-color:#578e9e;
  background:#578e9e;
  color:#fff;
  transform:translateY(-1px);
}
.dgr-removal-modal[hidden]{display:none!important}
.dgr-removal-modal{
  position:fixed;
  inset:0;
  z-index:9999999;
  display:grid;
  place-items:center;
  padding:20px;
}
.dgr-removal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,20,31,.72);
  backdrop-filter:blur(6px);
}
.dgr-removal-panel{
  position:relative;
  z-index:1;
  width:min(780px,100%);
  max-height:calc(100vh - 40px);
  overflow:auto;
  padding:34px;
  border-radius:25px;
  background:#fff;
  box-shadow:0 30px 100px rgba(0,0,0,.32);
}
.dgr-removal-close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  aspect-ratio:1/1;
  padding:0;
  border:0;
  border-radius:999px;
  background:#102f46;
  color:#fff;
  font-size:27px;
  line-height:1;
  cursor:pointer;
}
.dgr-removal-close:hover,
.dgr-removal-close:focus{background:#578e9e}
.dgr-removal-kicker{
  display:block;
  padding-right:50px;
  color:#ff7b16;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dgr-removal-panel h2{
  margin:7px 48px 17px 0!important;
  color:#102f46!important;
  font-size:clamp(27px,4vw,38px)!important;
  line-height:1.12!important;
}
.dgr-removal-notice{
  margin-bottom:22px;
  padding:16px 18px;
  border-left:4px solid #ff7b16;
  border-radius:0 14px 14px 0;
  background:#fff7f0;
}
.dgr-removal-notice strong{color:#102f46}
.dgr-removal-notice p{
  margin:6px 0 0;
  color:#526675;
  line-height:1.55;
}
.dgr-removal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
#dgr-removal-form>label,
.dgr-removal-grid>label{
  display:grid;
  gap:7px;
  margin-bottom:14px;
}
#dgr-removal-form label>span{
  color:#263f51;
  font-size:13px;
  font-weight:800;
}
#dgr-removal-form input,
#dgr-removal-form select,
#dgr-removal-form textarea{
  width:100%;
  min-height:46px;
  border:1px solid #d7e0e5;
  border-radius:12px;
  background:#fff;
  color:#17364b;
  font:inherit;
  font-size:15px;
}
#dgr-removal-form input,
#dgr-removal-form select{padding:0 13px}
#dgr-removal-form textarea{
  min-height:96px;
  padding:12px 13px;
  resize:vertical;
}
#dgr-removal-form input:focus,
#dgr-removal-form select:focus,
#dgr-removal-form textarea:focus{
  outline:3px solid rgba(87,142,158,.18);
  border-color:#578e9e;
}
.dgr-removal-consent{
  grid-template-columns:22px 1fr!important;
  align-items:start;
  gap:10px!important;
  padding:13px 14px;
  border-radius:13px;
  background:#f3f7f8;
}
.dgr-removal-consent input{
  width:20px!important;
  height:20px!important;
  min-height:20px!important;
  margin-top:1px;
}
.dgr-removal-consent span{
  font-weight:600!important;
  line-height:1.5;
}
.dgr-removal-privacy{
  color:#73838e;
  font-size:12px;
  line-height:1.55;
}
.dgr-removal-submit{
  width:100%;
  min-height:50px;
  border:0;
  border-radius:14px;
  background:#ff7b16;
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:950;
  cursor:pointer;
}
.dgr-removal-submit:hover,
.dgr-removal-submit:focus{background:#578e9e}
.dgr-removal-submit:disabled{opacity:.65;cursor:wait}
.dgr-removal-message{
  min-height:22px;
  margin:12px 0 0;
  text-align:center;
  font-size:13px;
  font-weight:800;
}
.dgr-removal-message.is-error{color:#a23535}
.dgr-removal-message.is-success{
  padding:13px;
  border-radius:12px;
  background:#e9f7ef;
  color:#16784b;
}
.dgr-removal-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.dgr-removal-open{overflow:hidden}
@media(max-width:700px){
  .dgr-removal-modal{padding:8px;align-items:end}
  .dgr-removal-panel{
    max-height:calc(100vh - 16px);
    padding:27px 18px 22px;
    border-radius:22px 22px 14px 14px;
  }
  .dgr-removal-grid{grid-template-columns:1fr;gap:0}
  .dgr-removal-panel h2{font-size:28px!important}
}


/* ==========================================================
   CORREÇÃO DE CORES — v1.0.2
   Impede que estilos externos transformem botões em rosa.
   ========================================================== */

#dgr-removal-modal,
#dgr-removal-modal *{
  --dgr-orange:#ff7b16;
  --dgr-blue-gray:#578e9e;
  --dgr-dark:#102f46;
}

#dgr-removal-modal button,
#dgr-removal-modal input[type="button"],
#dgr-removal-modal input[type="submit"],
#dgr-removal-modal .button,
#dgr-removal-modal [role="button"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  background-image:none!important;
}

#dgr-removal-modal .dgr-removal-submit,
#dgr-removal-modal button.dgr-removal-submit,
#dgr-removal-modal input[type="submit"].dgr-removal-submit{
  border:0!important;
  background:#ff7b16!important;
  background-color:#ff7b16!important;
  color:#fff!important;
  box-shadow:none!important;
}

#dgr-removal-modal .dgr-removal-submit:hover,
#dgr-removal-modal .dgr-removal-submit:focus,
#dgr-removal-modal .dgr-removal-submit:focus-visible,
#dgr-removal-modal .dgr-removal-submit:active{
  border-color:#578e9e!important;
  background:#578e9e!important;
  background-color:#578e9e!important;
  color:#fff!important;
  outline:3px solid rgba(87,142,158,.24)!important;
  outline-offset:2px!important;
}

#dgr-removal-modal .dgr-removal-close,
#dgr-removal-modal button.dgr-removal-close{
  border:0!important;
  background:#102f46!important;
  background-color:#102f46!important;
  color:#fff!important;
}

#dgr-removal-modal .dgr-removal-close:hover,
#dgr-removal-modal .dgr-removal-close:focus,
#dgr-removal-modal .dgr-removal-close:focus-visible,
#dgr-removal-modal .dgr-removal-close:active{
  background:#578e9e!important;
  background-color:#578e9e!important;
  color:#fff!important;
  outline:3px solid rgba(87,142,158,.24)!important;
  outline-offset:2px!important;
}

#dgr-removal-modal input[type="checkbox"]{
  accent-color:#ff7b16!important;
}

#dgr-removal-modal input[type="checkbox"]:focus,
#dgr-removal-modal input[type="checkbox"]:focus-visible{
  outline:3px solid rgba(87,142,158,.24)!important;
  outline-offset:2px!important;
}

#dgr-removal-modal input:focus,
#dgr-removal-modal select:focus,
#dgr-removal-modal textarea:focus,
#dgr-removal-modal input:focus-visible,
#dgr-removal-modal select:focus-visible,
#dgr-removal-modal textarea:focus-visible{
  border-color:#578e9e!important;
  outline:3px solid rgba(87,142,158,.18)!important;
  box-shadow:none!important;
}

#dgr-removal-modal select{
  color:#17364b!important;
  background-color:#fff!important;
}

#dgr-removal-modal ::selection{
  background:#578e9e!important;
  color:#fff!important;
}

/* Botão do cartão público */
.dgr-removal-card>button,
.dgr-removal-card button[data-dgr-open]{
  border:1px solid #ff7b16!important;
  background:#ff7b16!important;
  background-color:#ff7b16!important;
  color:#fff!important;
  box-shadow:none!important;
  text-shadow:none!important;
  background-image:none!important;
}

.dgr-removal-card>button:hover,
.dgr-removal-card>button:focus,
.dgr-removal-card>button:focus-visible,
.dgr-removal-card>button:active,
.dgr-removal-card button[data-dgr-open]:hover,
.dgr-removal-card button[data-dgr-open]:focus,
.dgr-removal-card button[data-dgr-open]:focus-visible,
.dgr-removal-card button[data-dgr-open]:active{
  border-color:#578e9e!important;
  background:#578e9e!important;
  background-color:#578e9e!important;
  color:#fff!important;
  outline:3px solid rgba(87,142,158,.22)!important;
  outline-offset:2px!important;
}

/* Bloqueia explicitamente cores rosa/magenta herdadas */
#dgr-removal-modal button,
#dgr-removal-modal a,
.dgr-removal-card button{
  --e-global-color-primary:#ff7b16!important;
  --e-global-color-accent:#578e9e!important;
}

