/* GUIDON unit-restricted seating + shared floor plan reference */
.guidon-floor-plan-reference{margin:16px 0 22px;padding:18px;border:1px solid rgba(32,38,45,.14);border-radius:14px;background:#fff}.guidon-floor-plan-reference[hidden]{display:none!important}.guidon-floor-plan-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:12px}.guidon-floor-plan-heading strong,.guidon-floor-plan-heading span{display:block}.guidon-floor-plan-reference img{display:block;width:100%;max-height:760px;object-fit:contain;border-radius:10px;background:#f5f5f3}.guidon-restriction-legend{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:.9rem;margin:0 0 12px}.guidon-restriction-legend span{padding:6px 9px;border-radius:8px;background:#f3f1eb}.table-unit-restricted{opacity:.62}.table-unit-restricted .seat.locked{cursor:not-allowed}.guidon-floor-plan-config,.guidon-table-restriction-bulk{margin:18px 0;padding:16px;border:1px solid rgba(32,38,45,.12);border-radius:12px;background:#faf9f6}.guidon-floor-plan-preview{margin-top:12px}.guidon-floor-plan-preview img{display:block;width:100%;max-height:520px;object-fit:contain}.guidon-table-restriction-bulk{display:grid;grid-template-columns:minmax(220px,2fr) minmax(160px,1fr) minmax(190px,1fr) auto;gap:12px;align-items:end}.guidon-table-restriction-bulk>div:first-child{grid-column:1/-1}.guidon-table-restriction-bulk label{display:grid;gap:6px}.guidon-table-restriction-bulk .inline-message{grid-column:1/-1}.seating-table-row{grid-template-columns:70px minmax(80px,.7fr) minmax(130px,1fr) minmax(190px,1.4fr) auto auto!important}@media(max-width:900px){.guidon-table-restriction-bulk,.seating-table-row{grid-template-columns:1fr!important}.guidon-floor-plan-heading{display:block}}

/* FIX11C: schematic cards are seat grids only; suppress legacy table-outline art. */
.guidon-seating-board .round-table::before,.guidon-seating-board .round-table::after,.guidon-seating-board .circular-seats::before,.guidon-seating-board .circular-seats::after{content:none!important;display:none!important}
.guidon-seating-board .round-table,.guidon-seating-board .circular-seats{background-image:none!important}
.guidon-seating-board .table-outline,.guidon-seating-board svg.table-outline,.guidon-seating-board .table-arc{display:none!important}
.guidon-floor-plan-reference.guidon-floor-plan-load-error::after{content:'Floor plan image could not be loaded from the configured source.';display:block;margin-top:10px;color:#8b1e2d;font-weight:700}
/* FIX11D: hard-remove all legacy decorative table arcs from schematic cards. */
.guidon-seating-board .round-table::before,
.guidon-seating-board .round-table::after,
.guidon-seating-board .circular-seats::before,
.guidon-seating-board .circular-seats::after {
  content:none!important;
  display:none!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
