/* Site-wide overrides for the imported HubSpot (Nimbly_Lite RDA) CSS.
   Loaded after the theme CSS so these rules win. Keep edits minimal. */

/* The theme's form widget wrapper can render with an unresolved dark
   background from a template variable; the live build ends up transparent. */
.widget-type-form { background-color: transparent !important; }

/* Content images extracted from the export point at the HubSpot CDN; make sure
   they never overflow their container. */
.main-content img { max-width: 100%; height: auto; }
