/* Supporting forms keep the shared white surface and a readable line length. */
.support-form,
.utility-confirmed .form-card {
  background: #fff;
  border: 1px solid #d9dde3;
}
.section > .support-form {
  max-width: 56rem;
}
.support-form .field,
.support-form .field-row,
.support-form input,
.support-form select,
.support-form textarea {
  min-width: 0;
}
.support-form .field-note,
.support-form [data-form-status] {
  overflow-wrap: anywhere;
}
.support-form select {
  max-width: 100%;
}
.utility-confirmed [data-form-status][data-state="error"] {
  color: #b52925;
}
.utility-decks .btn::after {
  content: none;
}
.support-dialog > h2 {
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.support-dialog > p {
  margin: 12px 0 20px;
  line-height: 1.5;
}
.support-dialog > .btn {
  margin-top: 16px;
  width: 100%;
}
.support-dialog .support-form {
  padding: 20px;
}
.support-partner-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}
.support-partner-strip figure {
  margin: 0;
  text-align: center;
}
.support-partner-strip img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}
.support-partner-strip figcaption {
  font-size: 14px;
  color: #555;
}
@media (max-width: 600px) {
  .support-partner-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
  .support-form .choice-row {
    flex-direction: column;
    gap: 8px;
  }
  .support-form .choice-row label {
    min-height: 44px;
    padding-block: 8px;
  }
  .support-form .choice-row input {
    margin-top: 0;
  }
  .support-form button[type="submit"] {
    width: 100%;
  }
}
