/* Strips Helvetica out of third-party plugin front-end output.
   Each rule targets the exact selector from the vendor file it overrides,
   so it stays matched even if the plugin reorders unrelated CSS on update. */

/* Cookie Notice consent banner (cookie-notice/css/front.css) */
#cookie-notice {
	font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, sans-serif !important;
}

/* WP Accessibility toolbar tooltip (wp-accessibility/toolbar/css/a11y.css) */
.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
}

/* Gravity Forms legacy progress bar label (gravityforms/legacy/css/formsmain.css) */
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
	font-family: arial, sans-serif !important;
}

/* Interactive 3D Flipbook modal close button (assets/css/client.css) */
.fb3d-modal .cmd-close {
	font-family: Arial, sans-serif !important;
}

/* Interactive 3D Flipbook white book view (assets/css/short-white-book-view.css) */
.main {
	font-family: Arial, sans-serif !important;
}

/* Seriously Simple Podcasting peek-a-bar (assets/css/jquery-peekabar.css) */
.ssp-notification-bar {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
}
