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

.mobile-menu-toggle {
  display: none;
}

.site-header,
.mobile-menu-panel,
.header-actions,
.home-section,
#specialty-program-buttons {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
    width: 100%;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
    overflow-wrap: anywhere;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 10px 8px;
    border: 0;
    border-radius: 4px;
    background: #173a31;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #fffdf8;
  }

  .mobile-menu-panel {
    display: none;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 14px 16px 18px;
    background: #fffdf8;
    border-bottom: 1px solid #dfe4d9;
    box-shadow: 0 12px 24px #173a3126;
  }

  .site-header.mobile-menu-open .mobile-menu-panel {
    display: block;
  }

  .mobile-menu-panel .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .mobile-menu-panel .header-actions .button {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .home-section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-section .button {
    max-width: 100%;
    white-space: normal;
  }

  #specialty-program-buttons {
    width: 100%;
    justify-content: center;
  }

  #specialty-program-buttons > .button,
  #specialty-program-buttons > .kidney-program-menu {
    flex: 1 1 140px;
    width: auto;
    max-width: 150px;
  }

  #specialty-program-buttons .kidney-program-menu > .button {
    width: 100%;
  }

  .kidney-stage-buttons {
    width: 100%;
    max-width: 150px;
  }
}

@media (max-width: 360px) {
  #specialty-program-buttons > .button,
  #specialty-program-buttons > .kidney-program-menu {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .kidney-stage-buttons {
    max-width: 100%;
  }
}
