Hey! Thanks for that. I didn’t find this one when I searched prior to posting, but your link led me to it and it worked: Remove padding from Pop-Up Block Size chart
Side note: Is it better to put this in the css file, or in custom css in the theme editor? Just curious.
For those looking for this, the code from the original is:
.product-popup-modal__button {
min-height: 0rem !important;
}
.product__info-container > * + * {
margin: 5px !important;
}