.mm-site-shell {
  min-height: 100vh;
}

.mm-site-region,
.mm-site-main,
.mm-site-header__inner,
.mm-site-footer__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}

.mm-site-header {
  border-bottom: 1px solid rgb(201 223 231 / 80%);
  background: rgb(255 255 255 / 94%);
}

.mm-site-header__inner {
  padding: 14px clamp(16px, 4vw, 40px);
}

.mm-site-main {
  min-height: 100vh;
  padding: clamp(20px, 4vw, 44px) clamp(16px, 4vw, 40px);
  background: var(--mm-theme-surface);
}

.mm-site-highlighted,
.mm-site-help,
.mm-site-title {
  margin-bottom: 24px;
}

.mm-site-title h1 {
  margin: 0;
}

.mm-site-content {
  min-width: 0;
}

.mm-site-footer {
  background: var(--mm-theme-deep);
  color: #fff;
}

.mm-site-footer__inner {
  padding: 28px clamp(16px, 4vw, 40px);
}

.mm-site-footer a {
  color: #fff;
}

/* The application supplies its own identity, content shell and footer. */
body.path-meteo-marees .mm-site-main {
  padding: 0;
}

body.path-meteo-marees .mm-site-content {
  width: 100%;
  max-width: none;
}

.mm-site-main--front {
  padding: 0;
}

.mm-site-content--front {
  width: 100%;
  max-width: none;
}

@media (max-width: 640px) {
  .mm-site-main {
    padding-block: 20px;
  }

  .mm-site-header__inner,
  .mm-site-footer__inner {
    padding-inline: 16px;
  }
}
