/* transfer-form — Move Attendee. Figma 600:35982. */

.transfer-form {
  max-width: 32rem;
  padding-bottom: var(--wa-space-xl);
}

.transfer-form h1 {
  font-family: var(--wa-font-family-heading);
  font-weight: var(--wa-font-weight-heading);
  font-size: var(--wa-font-size-2xl);
  margin-block: var(--wa-space-s);
}

.transfer-form__breadcrumb,
.transfer-form__event-name {
  color: var(--wa-color-text-quiet);
  font-size: var(--wa-font-size-s);
}

/* The fields are <wa-*> custom elements styled from the outside — their internals
   live in a shadow root and are not reachable from here, so this sets layout only
   and leaves the components' own appearance to Web Awesome. */
.transfer-form form {
  display: flex;
  flex-direction: column;
  gap: var(--wa-space-m);
  padding-top: var(--wa-space-l);
  align-items: stretch;
}

.transfer-form form wa-button {
  align-self: flex-start;
  margin-top: var(--wa-space-s);
}
