/* V1 visible queue staging, restored speaker cue and station cleanup. */

/* Vehicle-position guides were useful during layout work but do not belong in play. */
.vehicle-slot:before,.vehicle-slot:after{content:none!important;display:none!important}

/* Keep the automatic loading cue above every station decoration and at every scale. */
.station-speaker{z-index:45!important;overflow:visible!important}
.loading-speech-bubble{display:block!important;visibility:hidden;left:-27px;bottom:39px;z-index:60!important;opacity:0!important}
.loading-speech-bubble.show,.station-speaker.loading-spiel .loading-speech-bubble{visibility:visible;opacity:1!important;transform:none!important}

/* Four guests can wait at the two row gates and four more remain visibly staged by the entrance. */
.guest-queue{width:190px!important}
.guest-queue>.queue-person:nth-child(n+5){display:block!important}
.guest-queue .queue-person.queue-staged{opacity:.9}
.guest-queue .queue-person.gate-ready{opacity:1}

/* The walking crew member and their head stay in front of the compact staff gate. */
.load-staff.gate-entry,.load-staff.gate-entry.through-gate{z-index:20!important}

/* Engineering status must remain legible throughout a fault response. */
.engineer-button.ready,.engineer-button.responding{opacity:1!important;filter:none!important}

@media(max-width:650px){.loading-speech-bubble{display:block!important}}
