/*
Theme Name: SuntonPlay
Theme URI: https://suntonplay.com
Author: Sunton
Version: 1.0
Description: SuntonPlay  （ACF）
*/



.cf-form {
 
  width: 100%;
  padding: 0 20px;  /* 左右各留20px空隙 */
}

.cf-row {
  margin-bottom: 16px;
}

.cf-row input,
.cf-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.cf-row input:focus,
.cf-row textarea:focus {
  border-color: #58c27d;
  box-shadow: 0 0 0 3px rgba(88,194,125,.2);
}

.cf-row textarea {
  min-height: 140px;
  resize: vertical;
}

.cf-btn {
  background: #58c27d;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .15s;
}

.cf-btn:hover {
  background: #46ad6a;
  transform: translateY(-1px);
}


.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #e5533d;
  margin-top: 6px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 6px;
}


.wpcf7-mail-sent-ok {
  background: #eaf7ef;
  color: #2b6e3f;
  border: 1px solid #bfe5cc;
}


 
