.public-body {
  background: #fff8ec;
}

.public-shell {
  background-color: #fff8ec;
  background-image: var(--theme-image);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.shortcut:not(.shortcut--wide) .shortcut__arrow {
  display: none;
}

.public-shell footer a {
  display: inline-block;
}

.public-shell footer a:hover small {
  color: #4f2aad;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.wifi-dialog {
  box-sizing: border-box;
  margin: auto;
  max-width: calc(100vw - 1.5rem);
}

body:has(.wifi-dialog[open]) {
  overflow: hidden;
}
