.elementor-2184 .elementor-element.elementor-element-ab8bf04{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2184 .elementor-element.elementor-element-ec3fbd6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-2dd90d7 *//* === Mobile fix: centrer forsiden og søgefelt === */
@media (max-width: 768px) {

  /* Undgå horisontal scroll / “skub” til venstre */
  html, body {
    overflow-x: hidden;
  }

  /* Hero-indhold i midten */
  .s-hero.sms-hero-offset .container {
    text-align: center;
  }

  .s-hero.sms-hero-offset .eyebrow,
  .s-hero.sms-hero-offset .hero-title,
  .s-hero.sms-hero-offset .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  /* Knapperne under teksten */
  .s-hero.sms-hero-offset .hero-cta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Søgefeltet – på én kolonne og centreret */
  .s-hero.sms-hero-offset .hero-search {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .s-hero.sms-hero-offset .hero-search input,
  .s-hero.sms-hero-offset .hero-search button {
    width: 100%;
  }

  /* Trust-bar under søgefeltet */
  .s-hero.sms-hero-offset .trust-bar {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}/* End custom CSS */