.support-tickets-modal {
  .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;
      }
    }
  }
}
