/* Dual Layer Overlay CSS */
        .gp-ad-overlay-host { position: relative; }
        .gp-ad-fullscreen-host { position: relative; }
        .gp-ad-fullscreen-host:fullscreen,
        .gp-ad-fullscreen-host:-webkit-full-screen { background:#000; }
        #gp-ad-overlay { position: absolute; inset: 0; width: 100%; height: 100%; box-sizing: border-box; z-index: 2147483647; background: #000; display: none; pointer-events: auto; border-radius: inherit; overflow: hidden; }
        #gp-ad-video { width:100%; height:100%; object-fit:contain; background:#000; display:block; }
        :fullscreen #gp-ad-overlay,
        :-webkit-full-screen #gp-ad-overlay { border-radius:0; }
        .gp-ad-badge { position: absolute; bottom: 80px; left: 20px; background: rgba(0,0,0,0.7); color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2); }
        .gp-ad-skip { position: absolute; bottom: 80px; right: 20px; background: rgba(0,0,0,0.8); color: #fff; border: 1px solid rgba(255,255,255,0.3); padding: 10px 20px; font-size: 14px; cursor: pointer; transition: 0.2s; backdrop-filter: blur(4px); z-index: 10; }
        .gp-ad-skip:hover:not(:disabled) { background: #fff; color: #000; }
        .gp-ad-skip:disabled { opacity: 0.5; cursor: not-allowed; }
        .gp-ad-optout { position:absolute;right:20px;bottom:32px;border:0;background:transparent;color:rgba(255,255,255,.82);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer;z-index:10;padding:4px 0; }
        .gp-ad-optout:hover,.gp-ad-optout:focus-visible { color:#fff; }
        .gp-ad-cta { position: absolute; top: 20px; right: 20px; background: #10b981; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 13px; transition: 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.3); z-index: 10; display:flex;align-items:center;gap:10px;max-width:min(360px,70%); }
        .gp-ad-cta:hover { background: #059669; transform: translateY(-1px); }
        .gp-ad-cta img { width:42px;height:42px;object-fit:cover;border-radius:6px;flex:0 0 auto; }
        .gp-ad-cta strong { display:block;color:#fff;line-height:1.15; }
        .gp-ad-cta span { display:block;color:rgba(255,255,255,.84);font-size:11px;line-height:1.2;margin-top:2px; }
        .gp-ad-play-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.45); color: #fff; border: 0; font-size: 18px; font-weight: 800; cursor: pointer; z-index: 9; }
        .gp-ad-play-fallback span { background: rgba(0,0,0,0.78); padding: 14px 22px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.25); }
        #gp-ad-video::cue { color:#fff;background:rgba(0,0,0,.78);font-size:1rem; }
        @media(max-width:600px){.gp-ad-skip{bottom:72px;right:12px}.gp-ad-badge{bottom:72px;left:12px}.gp-ad-optout{right:12px;bottom:28px;max-width:70%;text-align:right}.gp-ad-cta{top:12px;right:12px;max-width:75%;}}
