.twiliner-fleet-map {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f9fc;
}

.twiliner-fleet-map__map {
  width: 100%;
  flex: 1 1 auto;
  min-height: 260px;
}

.twiliner-fleet-map__status {
  min-height: 64px;
  line-height: 21px;
  padding: 12px 16px;
  font-family: "Studio Feixen Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #46288C;
  background: #ffffff;
  border-bottom: 1px solid #e7ebef;
}

.twiliner-fleet-map__status .twiliner-fleet-map__line {
  display: block;
}

.twiliner-fleet-map__status.is-error,
.twiliner-fleet-map__status .twiliner-fleet-map__error-line {
  color: #a52828;
}

/* --- Bus marker --------------------------------------------------------- */

.twiliner-bus-marker__fallback {
  width: 30px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  background: #46288C;
  border-radius: 4px;
}

/* License plate label (Leaflet tooltip) shown below the marker */

.twiliner-bus-tooltip.leaflet-tooltip {
  background: #ffffff;
  color: #46288C;
  font-family: "Studio Feixen Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  padding: 2px 6px;
  border: 1px solid #46288C;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.twiliner-bus-tooltip.leaflet-tooltip::before {
  display: none;
}

/* --- Popup -------------------------------------------------------------- */

.twiliner-bus-popup {
  font-family: "Studio Feixen Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #1f1f1f;
}

.twiliner-bus-popup strong {
  color: #46288C;
  font-size: 14px;
}

/* --- "Fit all buses" control ------------------------------------------- */

.twiliner-fleet-map__control {
  margin-top: 10px;
}

.twiliner-fleet-map__control-btn {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.twiliner-fleet-map__control-btn:hover {
  background: #f4f4f4;
  color: #333;
}
