.quote-confirmed-vehicle-summary {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: #f7faff;
}

.quote-confirmed-vehicle-summary[hidden] {
  display: none !important;
}

.quote-confirmed-vehicle-summary__label {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5b6b7c;
}

.quote-confirmed-vehicle-summary__text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #243447;
  word-break: break-word;
}
.quote-confirmed-vehicle-summary__actions {
  margin-top: 10px;
}

.quote-confirmed-vehicle-summary__edit-btn {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #1f5eff;
  cursor: pointer;
}

.quote-confirmed-vehicle-summary__edit-btn:hover {
  text-decoration: underline;
}
