.cvsp-map-wrap { font-family: inherit; margin: 10px 0; }
.cvsp-legend { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 10px; font-size: 12px; color: #64748b; }
.cvsp-legend-item { display: inline-flex; align-items: center; gap: 5px; }
.cvsp-dot { width: 12px; height: 12px; border-radius: 3px; display: inline-block; background: #94a3b8; }
.cvsp-dot.type-standard { background: #94a3b8; }
.cvsp-dot.type-vip { background: #f59e0b; }
.cvsp-dot.type-accessible { background: #0ea5e9; }
.cvsp-dot.is-booked { background: #cbd5e1; border: 1px solid #94a3b8; }
.cvsp-dot.is-selected { background: #16a34a; }

.cvsp-floor-tabs { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.cvsp-floor-tab-btn { padding: 5px 12px; border-radius: 6px; border: 2px solid #e2e8f0; background: #fff; font-size: 12px; font-weight: 600; cursor: pointer; }
.cvsp-floor-tab-btn.is-active { border-color: #4f46e5; background: #eef2ff; color: #4338ca; }

.cvsp-floor-canvas { position: relative; overflow: auto; max-height: 420px; padding: 10px; border: 1px dashed #cbd5e1; border-radius: 8px; background: #f8fafc; }

.cvsp-seat {
	position: absolute; width: 28px; height: 28px; border-radius: 6px;
	display: flex; align-items: center; justify-content: center;
	font-size: 9px; font-weight: 700; color: #fff; cursor: pointer;
	background: #94a3b8; transition: transform .1s, box-shadow .1s; user-select: none;
}
.cvsp-seat:hover:not(.is-booked) { transform: scale(1.12); }
.cvsp-seat.type-vip { background: #f59e0b; }
.cvsp-seat.type-accessible { background: #0ea5e9; }
.cvsp-seat.type-restricted { background: #ef4444; }
.cvsp-seat.type-aisle { background: #cbd5e1; color: #475569; }
.cvsp-seat.is-selected { background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,.25); }
.cvsp-seat.is-booked { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; }
.cvsp-seat.is-pending { opacity: .5; cursor: wait; }

.cvsp-summary { margin-top: 10px; font-size: 13px; font-weight: 700; color: #1e293b; }
.cvsp-hold-msg { min-height: 18px; font-size: 12px; color: #dc2626; margin-top: 4px; }

.cqw-seat-note { font-size: 13px; color: #64748b; padding: 8px 0; }

@media (max-width: 600px) {
	.cvsp-floor-canvas { max-height: 320px; }
}
