/* V1 visible departure overlay and strict guest-row mapping. */

/* Keep rays and smoke above the complete station scene while subtitles remain highest. */
.departure-light-show{z-index:90;mix-blend-mode:normal}
.departure-light-show i{background:linear-gradient(90deg,#46d7e8 0,#7187ff 38%,#60d9e899 70%,transparent 100%);filter:drop-shadow(0 0 6px #4adfee) blur(.35px)}
.departure-light-show:before,.departure-light-show:after{background:radial-gradient(ellipse at 25% 55%,#819da3df 0 13%,#a9c0c4b8 28%,transparent 69%),radial-gradient(ellipse at 62% 42%,#d3dfe0b5 0 11%,#728f96a3 30%,transparent 66%);filter:blur(5px)}

/* Row 1 is the front/left car row; Row 2 is the back/right car row. */
.car-lock-light.light-row-one{left:45px}
.car-lock-light.light-row-two{left:111px}

@media(max-width:650px){.car-lock-light.light-row-one{left:35px}.car-lock-light.light-row-two{left:95px}}
