/*
 * EvoOnline homepage SEO editorial sections — R53.
 * Scope is limited by the contextual wrapper emitted only for modules 94 and 104.
 */
.home-page .eo-r51-seo {
  width: 100%;
  margin: clamp(48px, 5vw, 72px) 0;
  padding: 0;
  color: #17191f;
}

.home-page .eo-r51-seo--top {
  margin-top: clamp(44px, 4.5vw, 68px);
  margin-bottom: clamp(52px, 5vw, 76px);
}

.home-page .eo-r51-seo--bottom {
  margin-top: clamp(52px, 5vw, 76px);
  margin-bottom: clamp(56px, 5.5vw, 84px);
}

.home-page .eo-r51-seo > .heading {
  max-inline-size: 30ch;
  margin: 0 0 clamp(18px, 1.8vw, 26px);
  padding: 0;
  color: #17191f;
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-align: left;
  text-transform: none;
}

.home-page .eo-r51-seo > .html-module {
  width: 100%;
  max-inline-size: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .eo-r51-seo > .html-module p {
  max-inline-size: none;
  margin: 0 0 20px;
  color: #666d78;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.home-page .eo-r51-seo > .html-module p:last-child {
  margin-bottom: 0;
}

.home-page .eo-r51-seo > .html-module a {
  color: #d92d27;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(217, 45, 39, 0.32);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.home-page .eo-r51-seo > .html-module a:hover,
.home-page .eo-r51-seo > .html-module a:focus-visible {
  color: #b91f1a;
  border-bottom-color: currentColor;
}

@media (min-width: 1180px) {
  .home-page .eo-r51-seo {
    display: grid;
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
    column-gap: clamp(64px, 5vw, 96px);
    align-items: start;
  }

  .home-page .eo-r51-seo > .heading {
    grid-column: 1;
    align-self: start;
    margin-bottom: 0;
  }

  .home-page .eo-r51-seo > .html-module {
    display: block;
    grid-column: 2;
    align-self: start;
  }
}

@media (max-width: 767px) {
  .home-page .eo-r51-seo,
  .home-page .eo-r51-seo--top,
  .home-page .eo-r51-seo--bottom {
    margin-top: 38px;
    margin-bottom: 46px;
  }

  .home-page .eo-r51-seo > .heading {
    max-inline-size: none;
    margin-bottom: 16px;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.22;
    letter-spacing: -0.02em;
  }

  .home-page .eo-r51-seo > .html-module,
  .home-page .eo-r51-seo > .html-module p {
    max-inline-size: none;
  }

  .home-page .eo-r51-seo > .html-module p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.65;
  }
}
