/* =====================================================================
   RESULTS PAGE — desktop rebuild (v297), DESKTOP ONLY.
   The new desktop asset flow reuses the existing .results-asset /
   .results-desktop-only / .results-asset__img / .results-cta-asset /
   .results-cta-hotspot machinery in home-v228.css (shown >=1025, hidden
   <=1024). Mobile/tablet flow is untouched.

   Only override: the supplied CTA asset is a 1290-wide portrait panel,
   so cap it at native width centred on black (no upscaling / softening),
   consistent with the other baked CTA panels across the site.
   ===================================================================== */

.page-results #r-cta .results-asset__img {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.page-results .results-cta-hotspot {
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}
.page-results .results-cta-hotspot:focus-visible {
  outline: 2px solid var(--color-gold, #8b6e3b);
  outline-offset: 2px;
}
