.onway-bus-widget {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 280px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f9fc;
}

.onway-bus-widget__map {
  width: 100%;
  flex: 1 1 auto;
  min-height: 240px;
}

.onway-bus-widget__status {
  min-height: 84px;
  line-height: 21px;
  padding: 14px 16px;
  font-family: "Studio Feixen Sans", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  color: #46288C;
  background: #ffffff;
  border-bottom: 1px solid #e7ebef;
}

.onway-bus-widget__status .onway-bus-widget__line {
  display: block;
  font-weight: 700;
}

.onway-bus-widget__status .onway-bus-widget__last-update {
  font-weight: 400;
}

.onway-bus-widget__status.is-error {
  color: #a52828;
}

.onway-bus-marker__icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #1f7a8c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.onway-bus-marker__icon svg {
  width: 30px;
  height: 30px;
}

.onway-bus-center-control {
  margin-top: 10px;
}

.onway-bus-center-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;
}

.onway-bus-center-btn:hover {
  background: #f4f4f4;
  color: #333;
}
