/* Minimal styles for Service Products fields */
.spf-product { border: 1px solid #e2e2e2; padding: 10px; margin: 10px 0; }
.spf-product-title { font-weight: 600; margin-bottom: 4px; }
.spf-product-desc { color: #444; margin: 6px 0; }
.spf-product-price { font-weight: 600; margin-top: 6px; }

.spf-cart-items { margin-bottom: 8px; }
.spf-cart-item { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dotted #e8e8e8; }
.spf-cart-item:last-child { border-bottom: none; }
.spf-cart-totals { display: flex; justify-content: space-between; font-weight: 700; }
.spf-cart-total-discount { color: #008000; }
.spf-cart-total-gross { color: #222; }

.spf-list-item.frm_opt .spf-list-title { margin-right: 5px;}
.spf-list-item.frm_opt .spf-list-price { margin-left: 5px; font-weight: 600;}
