/* Minimal styles for group services selector */
.pr-group-services { border:1px solid rgba(0,0,0,.1); border-radius:12px; padding:12px; background:#fff; }
.pr-group-services .prg-heading { font-weight:700; margin-bottom:8px; }
.pr-group-services .prg-search { width:100%; padding:10px 12px; border:1px solid #e5e7eb; border-radius:10px; margin-bottom:10px; }
.pr-group-services .prg-cat { border:1px solid #f1f1f1; border-radius:10px; margin:8px 0; overflow:hidden; }
.pr-group-services .prg-cat-head { cursor:pointer; padding:10px 12px; background:#fafafa; font-weight:600; }
.pr-group-services .prg-cat-body { display:none; padding:6px 8px; max-height:260px; overflow:auto; }
.pr-group-services .prg-cat.open .prg-cat-body { display:block; }
.pr-group-services .prg-svc-row { display:flex; align-items:center; gap:10px; padding:6px 6px; border-bottom:1px dashed #f0f0f0; }
.pr-group-services .prg-svc-row:last-child{ border-bottom:0; }
.pr-group-services .prg-svc-name { flex:1; }
.pr-group-services .prg-qty { width:70px; padding:6px 8px; border:1px solid #e5e7eb; border-radius:8px; }
.pr-group-services .prg-summary { margin-top:8px; font-size:14px; color:#444; }
