/* Persistent checkout errors. Toasts remain for transient feedback only. */
.checkout-inline-alert {
  padding: 12px 14px;
  border: 1px solid #d94f706b;
  border-radius: 14px;
  color: #8f2848;
  background: #fff0f4;
  box-shadow: 0 7px 20px #d94f7012;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  white-space: pre-line;
}

.checkout-delivery-alert {
  margin-top: 2px;
}

.checkout-form-alert {
  margin: 15px 0 0;
}

.checkout-page .toast.error {
  display: none;
}

.checkout-page [role="alert"].cdek-city-hint,
.checkout-page .cdek-panel-heading [role="alert"] {
  font-weight: 800;
}
