.leaflet-control-attribution {
  display:none !important;
}

.left-align-tooltip .tooltip-inner {
  text-align: left !important;
}

.left-align-tooltip ul {
  padding-left: 18px;
  margin: 0;
}

/* Styles for wind badge on detection thumbnails */
.detect-img-thumbnail {
  position: relative;
  width: 100%;
}

.detect-img-thumbnail img,
.detect-img-thumbnail video {
  display: block;
  width: 100%;
}

.wind-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 52px;
  height: 36px;
  border-radius: 18px;
  background: rgba(250, 250, 250);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0a0701;
  font-size: 9px;
  font-weight: 600;
  pointer-events: none;
}

.wind-arrow {
  font-size: 14px;
  line-height: 1;
  transform-origin: center;
  color: #546cf1;
}

.liveStreamLabel {
  font-size: 1rem;
}

@media (max-width: 768px) {
  #liveStreamToggleContainer {
    transform: scale(1) !important;
  }

  .liveStreamLabel {
    font-size: 0.85rem !important;
  }
}

.responsive-minimap { height: 300px; width: 100%; }
@media (max-width: 768px) {
  .responsive-minimap { height: 350px !important; }
}
