.maui-app-brand {
  display: none;
}

@media (max-width: 47.99rem) {
  body.maui-webview-home .site-header,
  body.maui-webview-home .site-footer,
  body.maui-webview-registration .site-header,
  body.maui-webview-registration .site-footer,
  body.maui-webview-marketplace .site-header,
  body.maui-webview-marketplace .site-footer,
  body.maui-webview-therapist-profile .site-header,
  body.maui-webview-therapist-profile .site-footer {
    display: none;
  }

  body.maui-webview-home .site-main,
  body.maui-webview-registration .site-main,
  body.maui-webview-marketplace .site-main,
  body.maui-webview-therapist-profile .site-main {
    min-height: 100vh;
    min-height: 100svh;
  }

  .maui-app-brand {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
  }

  .maui-app-brand-mark {
    display: inline-grid;
    width: 2.85rem;
    height: 2.85rem;
    flex: 0 0 auto;
    border-radius: 0.85rem;
    place-items: center;
    color: #fff;
    background: var(--pg-primary);
  }

  .maui-app-brand strong,
  .maui-app-brand small {
    display: block;
  }

  .maui-app-brand strong {
    color: var(--pg-ink);
    font-size: 1rem;
    line-height: 1.25;
  }

  .maui-app-brand small {
    margin-top: 0.1rem;
    color: var(--pg-muted);
    font-size: 0.72rem;
  }
}
