#growthzone_heading# /* Make GrowthZone content occupy full available space */ #block-yui_3_17_2_1_1234567890123_12345 .sqs-block-content, .sqs-block-content iframe, [data-block-type="23"] .sqs-block-content { width: 100% !important; max-width: 100% !important; height: auto !important; min-height: 600px !important; } /* Target GrowthZone iframes specifically */ iframe[src*="growthzone"], iframe[src*="gz"] { width: 100% !important; max-width: 100% !important; min-height: 800px !important; border: none !important; } /* Ensure parent containers don't restrict width */ .sqs-layout .sqs-row, .sqs-layout .sqs-col-12 { max-width: 100% !important; padding: 0 20px !important; } /* Fix for logo visibility when GrowthZone content loads */ header#header, .header-announcement-bar-wrapper, .header-title-logo a, .header-title-logo img { position: relative !important; z-index: 9999 !important; visibility: visible !important; opacity: 1 !important; } /* Ensure logo stays visible on scroll */ .header-title-logo { display: block !important; } /* Fix potential overlay issues */ body.has-announcement-bar .header-announcement-bar-wrapper { z-index: 10000 !important; } /* Force logo visibility - aggressive approach */ .header-title-logo, .header-title-logo *, header#header, header#header * { visibility: visible !important; opacity: 1 !important; } .header-title-logo img { display: block !important; max-height: none !important; } /* Prevent GrowthZone iframe from covering header */ iframe { margin-top: 0 !important; position: relative !important; z-index: 1 !important; } header#header { z-index: 10000 !important; position: relative !important; }