/* Lieblingsportal top-level comparison layout v2 — 2026-09-19
   Goal: reduce excessive side whitespace on laptop/desktop without turning forms into ultrawide bands.
   Applies only on the four comparison hubs that include this stylesheet. */
@media (min-width:1280px) and (max-width:1599px){
  .hero-in{max-width:1320px!important;padding-left:32px!important;padding-right:32px!important}
  .rechner-mit-experte-in{max-width:1280px!important;width:calc(100% - 48px)!important}
}
@media (min-width:1600px){
  .hero-in{max-width:1440px!important;padding-left:48px!important;padding-right:48px!important}
  .rechner-mit-experte-in{max-width:1400px!important;width:calc(100% - 64px)!important}
}
