/* Phase 25 - front fixes: phone size, booking selected tray, admin-managed services */
.hm-phone-live{min-height:0!important;display:flex;align-items:center;justify-content:center;padding-block:10px!important;}
.hm-phone-img{max-width:330px!important;max-height:520px!important;width:100%!important;height:auto!important;object-fit:contain!important;}
@media(max-width:991.98px){.hm-phone-live{min-height:0!important}.hm-phone-img{max-width:300px!important;max-height:470px!important}}
@media(max-width:575.98px){.hm-phone-img{max-width:250px!important;max-height:390px!important}}
.booking-selected-tray{background:linear-gradient(135deg,#f0fdf4,#fff);border:1px solid #bbf7d0;border-radius:28px;box-shadow:0 18px 48px rgba(22,101,52,.10);padding:18px;margin-bottom:22px;position:sticky;top:92px;z-index:12}.booking-selected-tray.is-empty{display:none}.booking-selected-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.booking-selected-head h2{font-weight:900;color:#14532d;margin:0;font-size:1.15rem}.booking-selected-head p{margin:3px 0 0;color:#64748b}.booking-selected-count{background:#16a34a;color:#fff;border-radius:999px;padding:.45rem .8rem;font-weight:900}.booking-selected-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:280px;overflow:auto;padding:2px}.booking-selected-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #d6f5df;border-radius:18px;padding:10px 12px}.booking-selected-row strong{display:block;color:#1f2937;font-weight:900;line-height:1.5}.booking-selected-row small{color:#64748b}.booking-selected-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.booking-selected-actions button{width:32px;height:32px;border-radius:10px;border:1px solid #cdebd5;background:#fff;font-weight:900;color:#14532d}.booking-selected-actions .remove{color:#b91c1c;border-color:#fecaca}.booking-selected-empty{background:#fff;border:1px dashed #bbf7d0;border-radius:18px;padding:14px;color:#64748b;text-align:center}.booking-submit-card{scroll-margin-bottom:120px}@media(max-width:767.98px){.booking-selected-tray{position:relative;top:auto}.booking-selected-list{grid-template-columns:1fr;max-height:unset}.booking-selected-row{align-items:flex-start}.booking-selected-actions{margin-top:4px}}
