How do I make variant picker same width as buy button?

How do I make variant picker same width as buy button? As can be seen below the widths don’t align.

Hi @PM98 , can you share your store url?

I’ve messaged you privately.

@PM98 , go to section-main-product.css and add the following code :

.product-form__input .select {
    max-width: 100% !important;
}

Thank you so much!