/* static-fixes.css — propertygeek.net static build.
   The site uses a custom "property-geek" theme (Gutenberg blocks) + Thrive-wrapped
   Gravity Forms, NOT Elementor. JS is stripped, so this file reproduces JS-driven
   visuals with CSS only. Added incrementally after local review vs the live site. */

/* Opt-in submit: the live "Let's go!" button is a Thrive <a> driven by JS; the cleaner
   swaps it for a real <button type=submit>. Keep it looking like the original full-width
   button (Thrive styles the .tve-form-button-submit link; ensure the button inherits it). */
button.tve-form-button-submit {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  display: block;
}
