/* Forminator quiz
   -------------------------------------------------------------------------------------------
   Ingested 2026-08-21 from a global inline <style> block that the site printed into wp_head on
   every page. Styling for the Forminator quiz popup.

   Nothing here has been reformatted or rewritten. The only edit is the removal of the WordPress
   "Add your CSS code here" placeholder comment, where the source carried one. Keeping it verbatim
   is deliberate: it makes the theme copy diffable against the database copy, which is how the
   cut-over in bin/ingest-css-cutover.sh verifies the two match before deleting the original.

   Source block sha1: 4907c808c9e5a0be8b6b73935e8434938498dfe9
   ------------------------------------------------------------------------------------------- */

h3.forminator-quiz--title {
    font-size: 20px!important;
}

img.forminator-quiz--image {
    max-height: 300px!important;
    margin: 0 auto!important;
}


div#forminator-popup-quiz .main-popup {
    max-height: 90vh;
}
