html,
body.gst-site-layout {
  min-height: 100%;
}

body.gst-site-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.gst-site-layout > .m-b-1 {
  flex: 0 0 auto;
}

.gst-site-main {
  flex: 1 0 auto;
  width: 100%;
}

.gst-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.gst-footer a,
.gst-footer-cookie-link {
  font-size: 0.95rem;
}

.gst-footer-cookie-link {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-decoration: none;
}

.gst-footer-cookie-link:hover,
.gst-footer-cookie-link:focus {
  color: #fff;
  text-decoration: underline;
  outline: none;
}
