How to increase the gap between varient picker in product page

I am using fabric theme and it shows as varient picker i cant increase the gap between them (vertical)

hey @NOT1 share the URLs of your website plz

https://thenewbeast.myshopify.com/

passs-000

Hi @NOT1

let try to add this custom css code :

variant-picker .variant-picker__form {
  gap: 2rem;
}