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

img,
picture {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
}

body.page-login {
  --header-offset: 80px;
}

body.page-login .section-padding {
  padding: 56px 0;
}

body.page-login .auth-wrapper {
  max-width: 100%;
  padding: 0 16px;
}

body.page-login .role-card {
  padding: 24px;
}

body.page-login .auth-card {
  padding: 20px;
  margin-bottom: 20px;
}

body.page-login .auth-card h1 {
  font-size: 1.6rem;
}

body.page-login .login-form {
  gap: 12px;
}

body.page-login .login-note {
  margin-top: 10px;
}

body.page-login .support-note {
  margin-top: 18px;
}

body.page-login .support-note a {
  display: block;
}

body.page-login .form-feedback:empty {
  display: none;
}


.site-footer {
  padding: 48px 0;
}

.footer-contact-inline {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.footer-contact-inline__logo {
  width: 100%;
  height: auto;
  margin-right: 0;
}

.footer-contact-inline__logo img {
  height: auto;
}

.footer-bottom {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-terms {
  text-align: left;
}

.footer-nav {
  gap: 12px;
}

/* Mobile footer alignment overrides */
.footer-contact-inline {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.footer-terms {
  text-align: center;
}

.footer-nav {
  justify-content: center;
}

/* Mobile footer alignment overrides v2 */
.footer-contact-inline {
  justify-content: center;
}

.footer-contact-inline > div {
  text-align: center;
  width: 100%;
}

.footer-terms {
  width: 100%;
  text-align: center;
}

/* Mobile footer contact centering */
.footer-contact-inline {
  align-items: center;
}

.footer-contact-inline > div {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

/* Mobile footer contact titles center */
.footer-contact-inline {
  justify-content: center;
  text-align: center;
}

.footer-contact-title {
  justify-content: center;
}

/* Mobile notifications panel positioning */
.notifications-panel {
  right: 16px;
  left: 16px;
  width: auto;
  max-width: calc(100% - 32px);
}

.mobile-menu-button{position:relative;z-index:40}
.mobile-menu{z-index:50}
.mobile-menu.is-open{display:flex}
.mobile-menu.is-open{display:flex;position:fixed;top:72px;right:16px;left:auto;width:min(320px,90vw);z-index:9999}
.site-header, .header-container{overflow:visible}