/* Hide default spinner */
.rmc-cf7-enhance .wpcf7-spinner {
  display: none;
}

/* Hide default response output */
.rmc-cf7-enhance .wpcf7-response-output {
  display: none;
}

/* Custom response output */
.rmc-cf7-enhance .cf7-enhance__error {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffecec;
  color: #b00020;
  font-size: 14px;
  line-height: 1.4;
}

/* Custom thank you message */
.rmc-cf7-enhance-thanks-innder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.rmc-cf7-enhance-thanks-innder p {
  line-height: 1.4;
  text-align: center;
}
