/**
 * Surgical consistency fixes — hospedaje SEO articles only.
 * Loaded from gwt-seo-article-render.php; does not affect /demos/ or other pages.
 */

@media (prefers-color-scheme: light) {
  .gwt-seo-article .btn-gwt-outline {
    border-color: #6b8f12;
    color: #4a6210;
  }

  .gwt-seo-article .btn-gwt-outline:hover {
    background: #b9dd39;
    color: #0b0c10;
  }

  .gwt-seo-article .gwt-related-guides a {
    color: #b44a3e;
  }
}

.gwt-seo-article .gwt-article-hero__img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .gwt-seo-article .gwt-article-hero {
    padding: 48px 0 40px;
  }

  .gwt-seo-article .gwt-article-hero h1 {
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  .gwt-seo-article .gwt-wa-float {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}
