.vehicle.static-service {
  border-color: #3d8fc5;
  background: #0b2434;
}

.vehicle-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.vehicle-actions .central-control {
  flex: 1;
  min-width: 105px;
}

.central-control.set-static {
  background: #176b99;
  color: #fff;
}

.central-control.remove-static {
  background: #23495f;
  color: #bfe7ff;
}
