/* Preserve the original compact footer form from the child theme.
 * Both WordPress renderers use these sizing guards; layout, colors, icons,
 * inset submit button and consent presentation remain owned by the theme.
 */
footer.elementor-location-footer .new-footer-form#footer-form,
footer.elementor-location-footer .new-footer-form#footer-form * {
  box-sizing: border-box;
}

footer.elementor-location-footer #footer-form .hs_email > .input,
footer.elementor-location-footer #footer-form .legal-consent-container .input {
  width: 100%;
  margin: 0;
}

footer.elementor-location-footer #footer-form .hs_email input[type="email"] {
  width: 100% !important;
  max-width: 100%;
}

/* HubSpot's injected label rules must not push the inset button above the field. */
footer.elementor-location-footer #footer-form .hs_email > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The theme's checkbox decoration belongs only to the outer consent label. */
footer.elementor-location-footer #footer-form .legal-consent-container label.hs-form-booleancheckbox-display span span {
  display: inline;
}

footer.elementor-location-footer #footer-form .legal-consent-container label.hs-form-booleancheckbox-display span span::before {
  content: none;
}
