/* Complianz retains a short placeholder height after consent. The activated
   754px webinar form must contribute its full height to normal document flow.
   Do not change unopened consent placeholders, YouTube or Google Maps. */
#online-seminar .cmplz-placeholder-parent:has(> #wbn-21749-iframe.cmplz-activated),
#online-seminar .cmplz-placeholder-parent:has(> #wbn-21749-iframe-bottom.cmplz-activated) {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
}
