/* Catalog minimal styles */
.erp-iugu-catalog .catalog-row{ margin-bottom:10px; }
.erp-iugu-catalog label{ display:block; font-weight:600; margin-bottom:6px; }
.erp-iugu-catalog select{ width:100%; padding:10px; border:1px solid #d3d6db; border-radius:2px; }
.erp-iugu-catalog .catalog-total{ display:flex; align-items:center; gap:10px; margin:10px 0; }
.erp-iugu-catalog .total-price{ font-size:18px; font-weight:700; }
.erp-iugu-catalog .btn-buy{ background:#0f4a98; color:#fff; border:0; padding:10px 16px; border-radius:0px; cursor:pointer; }
.erp-iugu-catalog .btn-buy[disabled]{ opacity:.5; cursor:not-allowed; }