/* Energyco V33 — uniformazione del giallo ufficiale */
.process-step::before,
.business-card__number,
.difference-card > span,
.partner-card__index,
.service-block__number,
.contact-card--mobile small,
.badge {
  color: var(--yellow) !important;
}

/* Invio reale del modulo contatti */
.contact-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: .72;
}

.form-feedback.is-success {
  color: #176b3a;
  font-weight: 700;
}

.form-feedback.is-error {
  color: #a51d2d;
  font-weight: 700;
}

html[data-theme="dark"] .form-feedback.is-success {
  color: #75d89d;
}

html[data-theme="dark"] .form-feedback.is-error {
  color: #ff9ba8;
}
