/* Support page — mascot only; forms use auth.css */

.support-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--header-height) + 2rem) 1.5rem 3rem;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

.support-mascot {
  width: 80px;
  height: auto;
  margin-bottom: 1.25rem;
}

.support-main .settings-section {
  margin-bottom: 1.5rem;
}
