.booth-grid {
  gap: 2px;
}

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

.yard-actions {
  gap: 2px;
}

.yard-actions .vip-button {
  min-width: 40px;
  padding-inline: 3px;
  font-size: 11px;
}

.yard-actions .boost-button,
.yard-actions .clear-traffic-btn {
  min-width: 72px;
  max-width: 72px;
  width: 72px;
  height: 32px;
  padding: 2px 3px 2px 18px;
}

.yard-actions .small-button strong {
  font-size: 8px;
}

.rush-forecast div {
  min-height: 30px;
  padding: 3px 4px 3px 5px;
}

.rush-forecast span {
  font-size: 6px;
}

.rush-forecast strong {
  font-size: 8px;
}

.lane-lock {
  width: min(84px, 45%);
  gap: 1px;
  padding: 2px;
  border-width: 1px;
  box-shadow: 0 3px 0 rgba(109, 71, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.18);
}

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

.lane-lock span {
  min-height: 10px;
  padding-inline: 2px;
  font-size: 5.4px;
}

.toll-gate {
  width: 46px;
  right: 8px;
}

.toll-gate span {
  font-size: 10px;
}

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

.lane-grade {
  min-width: 46px;
  height: 14px;
  font-size: 6.2px;
}

.lane::before,
.vip-lane::before {
  font-size: 6.8px;
}

.car {
  width: clamp(20px, var(--car-width, 48px), 36px);
  height: 22px;
  top: calc(50% - 11px);
}

.car::before {
  left: 6px;
  top: 3px;
  width: 14px;
  height: 7px;
}

.car::after {
  left: 4px;
  right: 4px;
  height: 6px;
  bottom: -3px;
}

.car.vip {
  width: clamp(22px, var(--car-width, 64px), 36px);
  height: 22px;
}

.car.limo,
.car.van,
.car.suv,
.car.truck {
  height: 21px;
}

.lane-drop {
  background: rgba(19, 24, 38, 0.42);
  border: 2px dashed rgba(255, 212, 77, 0.85);
  border-radius: 6px;
  z-index: 4;
}


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