<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce-input-wrapper .radio {
 	display: inline !important;
 	margin-left:5px;	  
}

.woocommerce-input-wrapper label.radio::after {
  	content: "\A";
  	white-space: pre;
}

.woocommerce div.product.product-type-simple form.cart,
.woocommerce .product-type-variable form.cart .variations_button {
    display: block !important
}
</pre></body></html>