.drivello-estimator {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #dbe3e8;
  border-radius: 8px;
  background: #fff;
}

.drivello-estimator output {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: #12212b;
  color: #f7c72f;
  font-weight: 800;
}
