
/* v8.5 - quitar cabecera oscura innecesaria en página de verificación */
html body .ji-content-panel--no-hero{
  background:transparent!important;
  box-shadow:none!important;
}

html body .ji-content-panel--no-hero > .ji-content-panel__inner{
  padding-top:clamp(2rem,4vw,3.5rem)!important;
}

html body .ji-content-panel--no-hero .ji-cert-verify{
  margin-top:0!important;
}
