/* Logged-in profile settings/help composition for mobile only. */
@media (max-width: 768px) {
  html body.page-profil .profile-sidebar {
    display: grid !important;
    gap: 16px !important;
  }

  html body.page-profil .profile-menu {
    display: grid !important;
    gap: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(222, 210, 197, .88) !important;
    border-radius: 18px !important;
    background: rgba(255, 253, 249, .94) !important;
    box-shadow: 0 9px 22px rgba(68, 46, 27, .06) !important;
  }

  html body.page-profil .profile-menu h2 {
    margin: 0 !important;
    padding: 16px 16px 10px !important;
    color: #191714 !important;
    font: 850 1.35rem / 1.12 "Manrope", Inter, system-ui, sans-serif !important;
    letter-spacing: -.025em !important;
  }

  html body.page-profil .profile-menu__item {
    min-height: 62px !important;
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-top: 1px solid rgba(222, 210, 197, .68) !important;
    color: #29231e !important;
    background: transparent !important;
    text-align: left;
  }

  html body.page-profil .profile-menu__item > span:first-child {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #d75a27;
    background: #fff3ea;
  }

  html body.page-profil .profile-menu__item > span:nth-child(2) { min-width: 0; }
  html body.page-profil .profile-menu__item strong,
  html body.page-profil .profile-menu__item small {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html body.page-profil .profile-menu__item strong {
    color: #29231e !important;
    font: 800 .94rem / 1.2 "Manrope", Inter, system-ui, sans-serif !important;
  }
  html body.page-profil .profile-menu__item small {
    margin-top: 3px;
    color: #736a62 !important;
    font: 500 .75rem / 1.28 "Manrope", Inter, system-ui, sans-serif !important;
    white-space: normal;
  }
  html body.page-profil .profile-menu__item em {
    color: #8c8177 !important;
    font-size: 1.35rem !important;
    font-style: normal;
  }
  html body.page-profil .profile-menu__item--logout strong { color: #a64118 !important; }
  html body.page-profil .profile-menu__item--logout > span:first-child { color: #a64118; background: #fff0e8; }
  html body.page-profil .profile-menu__item:focus-visible { outline: 2px solid rgba(255, 92, 22, .5); outline-offset: -3px; }

  html body.page-profil .profile-tip-card {
    padding: 17px !important;
    border: 1px solid rgba(222, 210, 197, .88) !important;
    border-radius: 18px !important;
    background: rgba(255, 253, 249, .94) !important;
    box-shadow: 0 9px 22px rgba(68, 46, 27, .06) !important;
  }
  html body.page-profil .profile-tip-card h2 {
    margin: 0 0 6px !important;
    color: #191714 !important;
    font: 850 1.28rem / 1.12 "Manrope", Inter, system-ui, sans-serif !important;
    letter-spacing: -.025em !important;
  }
  html body.page-profil .profile-tip-card p:not(.profile-eyebrow) {
    margin: 0 0 13px !important;
    color: #736a62 !important;
    font-size: .84rem !important;
    line-height: 1.42 !important;
  }
  html body.page-profil .profile-tip-card > a {
    width: fit-content;
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 92, 22, .42);
    border-radius: 999px;
    color: #a64118 !important;
    background: #fff8f2;
    font: 850 .78rem / 1 "Manrope", Inter, system-ui, sans-serif;
    text-decoration: none !important;
  }
  html body.page-profil .profile-tip-card > a:focus-visible { outline: 2px solid rgba(255, 92, 22, .5); outline-offset: 3px; }
}
