/* Venue colours stay fixed, including authored SVG fills and interaction states. */
.map-room.has-group .room-shape {
  fill: #b8dec1 !important;
}
.map-room:not(.has-group) .room-shape,
.map-unused .room-shape {
  fill: #e2e5ea !important;
}
.legend .event { background: #b8dec1; }
.legend .normal { background: #e2e5ea; }
