/* MVC shell helpers — not from production React; layout chrome only */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 1000;
  padding: 8px 16px;
  background: #000000;
  color: #ffffff;
}

.skip-link:focus {
  left: 8px;
}

.site-header,
.site-main,
.site-footer {
  width: 100%;
  max-width: 100%;
}

/* Stop horizontal page scroll from clipping the fixed header left/right on mobile */
html,
body.site {
  max-width: 100%;
  overflow-x: clip;
}

.site-main {
  min-height: 50vh;
}

.umb-block-list {
  display: grid;
  gap: 40px;
}

.site-header .umb-block-list,
.home-page .umb-block-list {
  display: block;
  gap: 0;
}

@media (max-width: 599.95px) {
  .umb-block-list {
    gap: 20px;
  }
}
