/* HAYDAR — Newsletter footer (WPForms) — v1.0.0 */
#hyNewsletterForm .wpforms-container{
  margin:0 !important;
}
#hyNewsletterForm form.wpforms-form{
  display:flex !important;
  align-items:stretch !important;
  gap:0 !important;
}
#hyNewsletterForm .wpforms-field-container{
  flex:1 1 auto !important;
}
#hyNewsletterForm .wpforms-field{
  padding:0 !important;
  margin:0 !important;
}
#hyNewsletterForm .wpforms-field label.wpforms-field-label,
#hyNewsletterForm .wpforms-field-description,
#hyNewsletterForm .wpforms-field-sublabel{
  display:none !important;
}
#hyNewsletterForm .wpforms-field input[type="email"]{
  width:100% !important;
  height:48px !important;
  box-sizing:border-box !important;
}
#hyNewsletterForm .wpforms-submit-container{
  margin:0 !important;
  flex:0 0 auto !important;
}
#hyNewsletterForm button.wpforms-submit{
  height:48px !important;
  width:52px !important;
  min-width:52px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  cursor:pointer;
  transition:background .3s ease, border-color .3s ease, color .3s ease;
}
#hyNewsletterForm .wpforms-confirmation-container-full{
  color:#FAF6EF !important;
  font-family:'Inter', sans-serif !important;
  font-size:13px !important;
  background:transparent !important;
  border:1px solid rgba(250,246,239,.28) !important;
  padding:10px 14px !important;
  margin:0 !important;
}
#hyNewsletterForm .wpforms-error-container,
#hyNewsletterForm .wpforms-field.wpforms-has-error input{
  color:#E7B7A0 !important;
}
#hyNewsletterForm label.wpforms-error{
  font-family:'Inter', sans-serif !important;
  font-size:11px !important;
  color:#E7B7A0 !important;
  margin-top:6px !important;
  display:block !important;
}
