.panel h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 16px;
}

.vehicle-icon {
  background: transparent;
  border: none;
}

.truck-icon .truck-rotate {
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
}

.truck-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.truck-icon polygon {
  fill: #0f172a;
  stroke: #38bdf8;
  stroke-width: 1.5;
}

.truck-icon.icon-deviation-alert polygon,
.truck-icon.icon-uncouple-alert polygon {
  fill: #b91c1c;
  stroke: #fecaca;
}

.trailer-icon .trailer-shape {
  width: 100%;
  height: 100%;
  background: #f97316;
  border: 2px solid #7c2d12;
  border-radius: 3px;
}

.trailer-icon.icon-uncouple-alert .trailer-shape {
  background: #b91c1c;
  border-color: #fecaca;
}
