.cia-embed-wrapper { max-width: 100%; margin: 0 auto; position: relative; }
.cia-top-ad-overlay { position: absolute; top: 0; left: 0; width: 100%; background: rgba(255,255,255,0.95); z-index: 10; text-align: center; }
.cia-top-ad-content { position: relative; padding: 10px 40px 10px 10px; display: inline-block; }
.cia-close-top-ad { position: absolute; top: 5px; right: 5px; background: #222; color: #fff; border: none; border-radius: 50%; width: 28px; height: 28px; font-size: 20px; cursor: pointer; }
.cia-iframe-container { width: 100%; box-sizing: border-box; padding-top: 60px; }
.cia-iframe-embed { width: 100%; position: relative; }
.cia-responsive-iframe { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.cia-responsive-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.cia-middle-ad, .cia-bottom-ad { width: 100%; margin: 16px 0; text-align: center; }

#cia-popup-ad { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.35); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.cia-popup-blur { position: relative; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border-radius: 18px; box-shadow: 0 4px 32px rgba(0,0,0,0.25); padding: 32px 24px 48px 24px; min-width: 320px; max-width: 95vw; }
.cia-popup-inner { text-align: center; margin-bottom: 18px; }
.cia-close-popup-ad { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); background: #e53935; color: #fff; border: none; border-radius: 8px; padding: 8px 32px; font-size: 18px; font-weight: bold; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: background 0.2s; }
.cia-close-popup-ad:hover { background: #b71c1c; }
@media (max-width: 900px) {
  .cia-popup-blur { min-width: 220px; padding: 18px 8px 40px 8px; }
}
@media (max-width: 600px) {
  .cia-popup-blur { min-width: 120px; padding: 8px 2px 32px 2px; }
} 