Board Support in IDE but not in Cloud

I have a project I'm starting with a generic ESP32 C3 Super Mini. I've been able to load "Blink" on the board using Arduino IDE 2.3.4 and selecting board type Nologo ESP32C3 Super Mini.

The bord description from Amazon is:

DIYmall ESP32 C3 Super-Mini Development Board 4M Flash with 2.4G WiFi Antenna ESP32-C3 WiFi+BT Module for Arduino IoT

When I try to set it up in Arduino Cloud, I can't seem to find a board choice that works. Any suggestions would be appreciated.

I put esp32-c3 in the search box and got 3, I would pick the middle one but any will probably work.

Thanks for the reply @sonofcy !
I discovered that the board I selected in the Arduino IDE 2.3.4 environment did not need to have LED_BUILTIN defined. I tried this board XIAO_ESP32C3 in the Cloud environment and the compile gave me a Define error. Once I fixed that, the code uploaded via USB and then I was also able to upload OTA.
Thanks so much. I'm on my way!