/* General footer font styles */
.site-footer,
.site-footer .widget,
.site-footer .widget_text,
.site-footer .widget a,
.site-footer .widget li {
  font-family: 'bebas-regular', sans-serif;
  font-size: 1	4px;
  color: #ccc;
  line-height: 1.6;
}

/* Hover effect */
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Target all footer widget section headers */
.site-footer .widget-title,
.site-footer h2.widget-title,
.site-footer h2,
.site-footer .widget h2 {
  font-family: 'bebas-regular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}


.wp-block-embed,
.wp-block-embed iframe,
.wp-block-embed-youtube,
.wp-block-embed-youtube iframe {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* Footer 2 MailPoet form: stacked + Arial button */

.site-footer #footer-widgets .mailpoet_form {
    max-width: 360px;
    margin: 15px auto 0;
    text-align: center;
}

/* Stack email + button full width in the column */
.site-footer #footer-widgets .mailpoet_form input[type="email"],
.site-footer #footer-widgets .mailpoet_form input.mailpoet_text,
.site-footer #footer-widgets .mailpoet_form input[type="submit"],
.site-footer #footer-widgets .mailpoet_form input.mailpoet_submit,
.site-footer #footer-widgets .mailpoet_form button[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

/* Email field (with spacing under it) */
.site-footer #footer-widgets .mailpoet_form input[type="email"],
.site-footer #footer-widgets .mailpoet_form input.mailpoet_text {
    padding: 10px 14px;
    border: 1px solid #666;
    border-radius: 40px;     /* keep your pill look */
    margin-bottom: 12px;     /* space above the button */
}

/* Subscribe button – force font + style */
.site-footer #footer-widgets .mailpoet_form input[type="submit"],
.site-footer #footer-widgets .mailpoet_form input.mailpoet_submit,
.site-footer #footer-widgets .mailpoet_form button[type="submit"] {
    padding: 10px 18px;
    border-radius: 40px;
    background: #6C8A2B;
    color: #fff;
    border: none;
    cursor: pointer;

    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
