.battery-estimate-summary {
  background: #e7f4fa;
  border-left: 3px solid #18aee2;
  border-radius: 5px;
  color: #15233d;
  font-size: 13px;
  line-height: 1.45;
  margin: 15px;
  max-width: calc(100% - 30px);
  padding: 8px 30px 8px 10px;
  position: relative;
}

.battery-estimate-summary__quote {
  color: #18aee2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 9px;
  top: 7px;
}

.battery-estimate-summary__status {
  font-weight: 700;
}

.battery-estimate-summary__range,
.battery-estimate-summary__estimate {
  font-weight: 500;
}

@media (max-width: 600px) {
  .battery-estimate-summary {
    margin: 10px 0;
    max-width: 100%;
  }
}
