@media (max-width: 900px) {
  .su202MobileNav .su202NavIcon {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: currentColor;
  }

  .su202MobileNav .su202NavIcon svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .su202MobileNav .su202ComposeIcon,
  .su202MobileNav .nhMobilePlus.su202NavIcon,
  .su202MobileNav .su112ComposeIcon.su202NavIcon {
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    background: #f51c58 !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(245, 28, 88, .38) !important;
  }

  .su202MobileNav .su202ComposeIcon svg,
  .su202MobileNav .nhMobilePlus.su202NavIcon svg,
  .su202MobileNav .su112ComposeIcon.su202NavIcon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2.3;
  }

  .su202MobileNav a,
  .su202MobileNav button {
    -webkit-tap-highlight-color: transparent;
  }

  .su202MobileNav a.active .su202NavIcon,
  .su202MobileNav button.active .su202NavIcon {
    color: #ff4c79;
  }

}

.trustGuestProfile {
  width: min(720px, calc(100% - 28px));
  margin: 28px auto 120px;
  padding: 34px 24px;
  border: 1px solid #23465d;
  border-radius: 28px;
  background: rgba(7, 27, 42, .94);
  color: #eaf4fb;
  text-align: center;
}

.trustGuestProfile h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 8vw, 48px);
}

.trustGuestProfile p {
  margin: 0 auto 24px;
  max-width: 520px;
  color: #9bb1c2;
  font-size: 17px;
  line-height: 1.5;
}

.trustGuestProfile button {
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 16px;
  background: #f51c58;
  color: #fff;
  font: inherit;
  font-weight: 800;
}
