/* fixes.css — correcciones de producción */

.site-footer__text a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__text a:visited {
  color: #ffffff;
}

.site-footer__text a:hover {
  color: #1C9B83;
}

.site-footer__text a:focus-visible {
  outline: 1px solid #1C9B83;
  outline-offset: 2px;
}

.lb-cotizador__btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

#dh-form {
  margin-top: 40px;
  overflow: visible;
}

#dh-form iframe,
#dh-embed-iframe {
  display: block;
  width: 100% !important;
  min-height: 920px !important;
  height: 920px !important;
  border: none;
}

@media (max-width: 991.98px) {
  #dh-form iframe,
  #dh-embed-iframe {
    min-height: 1050px !important;
    height: 1050px !important;
  }
}
