.pba-seat-app { max-width: 980px; margin: 20px auto; padding: 12px; }
.pba-seat-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }

.pba-seat { width: 38px; height: 38px; border-radius: 8px; border: 1px solid rgba(0,0,0,.15); cursor: pointer; background:#fff; }
.pba-seat[data-status="held"],
.pba-seat[data-status="sold"] { background: #ddd; cursor: not-allowed; }

.pba-seat.is-selected { outline: 3px solid rgba(0,0,0,.65); }
.pba-seat-summary { margin-top: 14px; padding: 12px; border: 1px solid rgba(0,0,0,.1); border-radius: 12px; }
