body {
  margin: 0;
  position: relative;
 }

  #hero-wrapper,
  .nomads-content .nomads-breakout {
    max-width: 99.5vw;
  } 

/* ========= region title ========= */

section.region-title {
  padding: 12px 0 12px;
}
section.region-title #block-nomads-primary-local-tasks {
 text-align: right;
 height: 50px;
}

/* ========= Admin tweak ========= */
.toolbar-horizontal .region-title #block-nomads-primary-local-tasks {
  margin-right: 50px;
}

/* ========= region content ========= */

.region-content {
  min-height: 500px;
  padding: 0;
}
.nomads-inner {
  width: 100%;
}
.nomads-inner--constrained {
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.nomads-content .nomads-breakout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Breakout scope: allow inner elements to go full width */
.nomads-breakout-scope {
  position: relative;
}

.node--view-mode-full > .node__content {
  display: grid;
  row-gap: 50px;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

/* ========= region button ========= */

section.region-bottom {
  padding: 32px 0;
}


/* ========= region footer ========= */

section.region-footer {
  padding: 32px 0;
}







/* ======================================
  Mobile device announcement - temporary
========================================= */

.mobile-announcement-overlay {
  display: none;
}
/*
@media (max-width: 1199px) {
  .mobile-announcement-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
  }

  .mobile-announcement-overlay__inner {
    max-width: 700px;
    width: 100%;
  }

  .mobile-announcement-overlay__logo {
    max-width: 60vw;
    height: auto;
    display: block;
    margin: 0 auto 24px;
  }

  .mobile-announcement-overlay__text {
    font-size: clamp(18px, 2.4vw, 30px);
    line-height: 1.4;
    color: #000;
  }
}
*/