How to reduce space under Product variant dropdown?

To reduce space under product variant dropdown

You can use this code to Custom CSS box.

div.variant-option {
margin-bottom: 10px !important;
}

Result: