.booth-slot {
  max-height: 36px;
}

.borough-track {
  top: 84px;
  left: 10px;
  right: 10px;
  gap: 3px;
}

.borough-track span {
  min-height: 21px;
  padding: 4px 3px;
  font-size: 6.8px;
}

.road {
  top: 114px;
}

.mission-card,
.traffic-danger {
  top: 5px;
  min-height: 44px;
}

.mission-card {
  grid-template-columns: minmax(0, 1fr) 44px;
  padding: 5px 6px;
}

.mission-card span {
  font-size: 8.5px;
}

.mission-card strong {
  font-size: 10.5px;
}

.lane {
  min-height: 44px;
}

.lane-lock {
  width: min(100px, 52%);
  gap: 2px;
  padding: 3px 4px;
  border-width: 1.25px;
  box-shadow: 0 4px 0 rgba(109, 71, 0, 0.24), 0 8px 11px rgba(0, 0, 0, 0.2);
}

.lane-lock strong {
  font-size: 7.4px;
  line-height: 1;
}

.lane-lock span {
  min-height: 12px;
  padding-inline: 4px;
  font-size: 6.4px;
}

.toll-gate {
  width: 48px;
  right: 8px;
  top: 7%;
  bottom: 7%;
  height: auto;
}

.toll-gate span {
  font-size: 11px;
  line-height: 1;
}

.toll-gate em {
  width: 28px;
  height: 11px;
  font-size: 5.4px;
  display: none;
}

.toll-gate small {
  font-size: 6px;
}

.toll-gate::before {
  top: 5px;
  width: 6px;
  height: 6px;
  box-shadow: 8px 0 0 #ffd44d, -8px 0 0 #ff6b6b;
}


.lane-grade {
  left: 4px;
  bottom: 3px;
  min-width: 52px;
  height: 15px;
  padding: 0 3px;
  font-size: 6.8px;
}

.lane::before,
.vip-lane::before {
  left: 8px;
  font-size: 7px;
}

.lane-drop {
  right: 1%;
  top: 9px;
  width: 46px;
  height: calc(100% - 18px);
  background: rgba(19, 24, 38, 0.42);
  border: 2px dashed rgba(255, 212, 77, 0.85);
  border-radius: 6px;
  z-index: 4;
}

.lane-drop span {
  font-size: 7px;
}

.lane-drop small {
  font-size: 6.2px;
}

.lane:not(.locked) .toll-gate::after { content: none; }
