.edit-booking { background:#e8f2ec; border:1px solid #cfdfd5; border-radius:16px; padding:20px 24px; margin-bottom:22px; }
.edit-booking summary { cursor:pointer; font-weight:600; list-style:none; display:flex; justify-content:space-between; }
.edit-booking summary::-webkit-details-marker { display:none; }
.edit-booking summary b { color:var(--green); }
.lookup-form { display:grid; grid-template-columns:1fr 1fr auto; gap:14px; align-items:end; margin-top:20px; }
.lookup-form button { height:48px; border:0; border-radius:11px; background:var(--green); color:white; padding:0 20px; font-weight:700; cursor:pointer; }
#lookupStatus { margin-top:12px; font-weight:600; }
@media(max-width:800px) { .lookup-form { grid-template-columns:1fr; } }
