/* Minimal styles for co-space booking demo */
.cospace-list{display:flex;gap:20px;flex-wrap:wrap}
.cospace-item{border:1px solid #e2e8f0;padding:16px;width:300px;border-radius:8px;background:#fff}
.cospace-item h3{margin:0 0 8px;font-size:18px}
#cospace-booking-panel{margin-top:24px;padding:16px;border:1px solid #eee;background:#fafafa;border-radius:6px}
