.booth-grid {
  gap: 2px;
}

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

.top-bar {
  grid-template-columns: minmax(70px, 0.95fr) 40px minmax(60px, 0.9fr) 32px 32px 32px;
  gap: 3px;
}

.icon-button {
  width: 50px;
  height: 42px;
  font-size: 15px;
}

.coin-icon {
  width: 20px;
  height: 20px;
}

.wallet #coins {
  font-size: 11px;
}

.wallet #coinsPerSecond {
  font-size: 7px;
}

.prestige-badge {
  font-size: 7px;
  padding-inline: 4px;
}

.city-progress span {
  font-size: 10px;
}

.yard-actions {
  gap: 2px;
}

.yard-actions .vip-button {
  min-width: 42px;
  padding-inline: 4px;
  font-size: 12px;
}

.yard-actions .boost-button,
.yard-actions .clear-traffic-btn {
  min-width: 78px;
  max-width: 78px;
  width: 78px;
  height: 32px;
  --ad-btn-pad-left: 29px;
  padding: 2px 4px 2px 29px;
}

.yard-actions .boost-button {
  --ad-text-inset: 9px;
}

.yard-actions .clear-traffic-btn {
  --ad-text-inset: 18px;
  --ad-btn-pad-left: 32px;
  padding: 2px 4px 2px 32px;
}

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

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

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

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

.borough-track {
  top: 80px;
  left: 8px;
  right: 8px;
  gap: 3px;
}

.borough-track span {
  min-height: 20px;
  padding: 4px 2px;
  font-size: 6.5px;
}

.road {
  inset: 108px 0 0;
}

.rush-forecast div {
  min-height: 32px;
  padding: 4px 4px 4px 6px;
}

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

.lane-lock {
  width: min(88px, 50%);
  gap: 1px;
  padding: 3px;
}

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

.lane-lock span {
  min-height: 11px;
  padding-inline: 3px;
  font-size: 6px;
}

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

.toll-gate em {
  width: 26px;
  height: 10px;
  font-size: 5px;
}

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

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

.lane-grade {
  left: 4px;
  bottom: 3px;
  min-width: 46px;
  height: 14px;
  padding: 0 3px;
  font-size: 6.5px;
}

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

.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; }
