
/* Patch 2.0.2B - cores fortes no mapa administrativo de vagas */
.admin-seat-map{
  display:grid!important;
  grid-template-columns:repeat(5,58px)!important;
  gap:10px!important;
  max-width:430px!important;
  margin:10px auto!important;
}
.admin-seat-map .seat-box{
  width:58px!important;
  height:50px!important;
  border-radius:10px!important;
  border:0!important;
  font-weight:800!important;
  opacity:1!important;
  filter:none!important;
  box-shadow:0 3px 8px rgba(0,0,0,.18)!important;
}
.admin-seat-map .seat-box.free{background:#198754!important;color:#fff!important;}
.admin-seat-map .seat-box.reserved{background:#ffc107!important;color:#1f1f1f!important;}
.admin-seat-map .seat-box.busy,
.admin-seat-map .seat-box.seat-conflict{background:#b02a37!important;color:#fff!important;}
.admin-seat-map .seat-box.absence{background:#0d6efd!important;color:#fff!important;}
.seat-legend{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}
.seat-legend .legend-dot{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:6px;}
.seat-legend .legend-dot.free{background:#198754!important;}
.seat-legend .legend-dot.reserved{background:#ffc107!important;}
.seat-legend .legend-dot.busy{background:#b02a37!important;}
