.support-tickets-modal {
  .sms-consent {
    gap: 8px;

    input[type="checkbox"] {
      flex-shrink: 0;
      margin-top: 3px;
    }

    .sms-consent-links {
      white-space: nowrap;
    }

    .sms-consent-links a {
      color: var(--color-text-brand-secondary);
      font-size: var(--font-size-sm);
      font-weight: var(--weight-medium);
      text-decoration: underline;
    }
  }

  .support-phone-hint {
    font-size: var(--font-size-xl);
    font-weight: var(--weight-bold);
    color: var(--color-text-secondary);

    a {
      color: var(--color-text-secondary);
      font-weight: inherit;
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}
