/* frontend.css */
.cpb-builder { background:#fff; padding:18px; border-radius:8px; border:1px solid #eee; max-width:900px; margin:20px auto; color:#222;}
.cpb-builder .cpb-title { margin-top:0; margin-bottom:12px; font-size:18px; }
.cpb-builder .cpb-group { margin-bottom:12px; }
.cpb-builder .cpb-option { display:block; margin-bottom:6px; }
.cpb-builder .cpb-extras-list img { width:40px; height:40px; object-fit:cover; margin-right:8px; vertical-align:middle; }
.cpb-builder .cpb-extra { display:flex; justify-content:space-between; align-items:center; border:1px solid #f0f0f0; padding:8px; border-radius:6px; margin-bottom:8px;}
.cpb-summary { display:flex; justify-content:space-between; align-items:center; margin-top:16px; }
.cpb-add-to-cart { background:#2292b1; color:#fff; padding:10px 16px; border:none; border-radius:6px; cursor:pointer; }
.cpb-total-amount { font-weight:700; }
.required { color:#c0392b; margin-left:6px; }
