.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */<style>
  /* Hide the reCAPTCHA anchor */
  body > div.rc-anchor,
  body > div.rc-anchor.rc-anchor-invisible,
  body > div.rc-anchor-invisible,
  body > div[class*="rc-anchor"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  /* Also hide any reCAPTCHA badge/overlay */
  .grecaptcha-badge,
  div.grecaptcha-badge,
  iframe[src*="recaptcha"],
  iframe[src*="google.com/recaptcha"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
</style>/* End custom CSS */