.hit-seat-selector{margin:1.25rem 0;padding:1rem;border:1px solid #d9dee8;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.hit-seat-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hit-seat-heading h3{margin:0 0 .25rem}.hit-seat-heading p{margin:0;color:#64748b;font-size:.92rem}
.hit-seat-timer{padding:.45rem .7rem;border-radius:999px;background:#fff7ed;color:#9a3412;font-weight:700;white-space:nowrap}.hit-seat-legend{display:flex;gap:1rem;flex-wrap:wrap;margin:.9rem 0;font-size:.85rem}
.hit-seat-legend span{display:flex;align-items:center;gap:.35rem}.hit-seat-legend i{width:15px;height:15px;border-radius:4px;display:inline-block;border:1px solid #94a3b8}.hit-seat-legend .available{background:#dcfce7}.hit-seat-legend .selected{background:#2563eb}.hit-seat-legend .unavailable{background:#e2e8f0}
.hit-seat-message{min-height:1.4rem;margin:.5rem 0;font-weight:600;color:#334155}.hit-seat-message.error{color:#b91c1c}.hit-seat-message.success{color:#047857}
.hit-seat-canvas-wrap{width:100%;overflow:auto;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.hit-seat-canvas{display:block;width:100%;min-width:620px;max-height:680px;touch-action:manipulation}
.hit-map-background{pointer-events:none;opacity:.9}.hit-map-item{cursor:default}.hit-map-item.available{cursor:pointer}.hit-map-shape{stroke-width:2;vector-effect:non-scaling-stroke}.hit-map-item.available .hit-map-shape{fill:#dcfce7;stroke:#16a34a}.hit-map-item.selected .hit-map-shape{fill:#2563eb;stroke:#1d4ed8}.hit-map-item.unavailable .hit-map-shape{fill:#e2e8f0;stroke:#94a3b8;opacity:.7}.hit-map-item.type-stage .hit-map-shape,.hit-map-item.type-label .hit-map-shape,.hit-map-item.type-shape .hit-map-shape{fill:#e0e7ff;stroke:#6366f1;opacity:.8}.hit-map-label{font-size:13px;font-weight:700;pointer-events:none;fill:#0f172a}.hit-map-item.selected .hit-map-label{fill:#fff}.hit-map-chair{fill:#fff;stroke:#64748b;stroke-width:1;pointer-events:none}
.hit-seat-summary{padding:.75rem 0 .1rem;color:#334155}.hit-seat-summary span{color:#64748b}.single_add_to_cart_button.hit-seat-disabled{opacity:.55;cursor:not-allowed}
@media(max-width:640px){.hit-seat-heading{display:block}.hit-seat-timer{display:inline-block;margin-top:.6rem}.hit-seat-canvas{min-width:520px}}
.hit-seat-buy{display:block;width:100%;margin-top:14px!important;padding:15px 22px!important;background:#139f0b!important;border:2px solid #139f0b!important;color:#fff!important;border-radius:7px!important;font-size:16px!important;font-weight:700!important;text-transform:uppercase}.hit-seat-buy:disabled{opacity:.5;cursor:not-allowed}.hit-seat-selector.is-busy{opacity:.82;pointer-events:none}
.hit-seat-summary{margin-top:12px;border-top:1px solid #e2e8f0;padding-top:12px}.hit-seat-summary-title{margin-bottom:8px}.hit-seat-summary ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.hit-seat-summary li{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 11px;background:#f8fafc;border-radius:8px}.hit-seat-summary li span{color:#334155}.hit-seat-summary li small{display:inline-block;margin-left:5px;color:#64748b}.hit-seat-summary li em{display:block;font-size:12px;color:#64748b;font-style:normal}.hit-seat-summary li b{white-space:nowrap;color:#15803d}.hit-seat-total{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:11px;border-top:1px dashed #cbd5e1;font-size:18px}.hit-seat-total strong{color:#15803d}
.hit-cart-reservation{display:grid;grid-template-columns:1fr auto;gap:4px 16px;align-items:center;margin:0 0 18px;padding:15px 17px;border:1px solid #fdba74;border-radius:10px;background:#fff7ed;color:#7c2d12}.hit-cart-reservation strong{font-size:16px}.hit-cart-reservation-clock{font-size:23px;font-weight:800;font-variant-numeric:tabular-nums}.hit-cart-reservation small{grid-column:1/-1;color:#9a3412}.hit-cart-reservation.is-expired{border-color:#fca5a5;background:#fef2f2;color:#991b1b}.hit-cart-place-name{color:#64748b;font-weight:600}
@media(max-width:640px){.hit-seat-summary li{align-items:flex-start}.hit-cart-reservation{grid-template-columns:1fr}.hit-cart-reservation-clock{grid-row:2}.hit-cart-reservation small{grid-column:1}}
/* Textos e legendas do mapa são decorativos: prata, sem borda e sem indicação de clique. */
.hit-map-item.type-label{pointer-events:none;cursor:default}
.hit-map-item.type-label .hit-map-shape{fill:transparent!important;stroke:none!important;opacity:1!important}
.hit-map-item.type-label .hit-map-label{fill:#94a3b8!important;font-weight:600}
.hit-map-item.type-label.available,.hit-map-item.type-label.unavailable{cursor:default}

/* 0.5.11 - interação móvel segura */
.hit-seat-selector .hit-seat-buy{
	touch-action:manipulation;
	-webkit-tap-highlight-color:transparent;
}
.hit-seat-selector.is-busy .hit-seat-buy{
	pointer-events:none;
}
