/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 11:00:27 */
/* Additional styles for Google Sheets integration */
.wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wpcf7-mail-sent-ok {
  animation: seSuccessFade 0.5s ease;
}

@keyframes seSuccessFade {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.se-review-summary p:hover {
  background: #f1f5f9;
}