/* Multi-Format Ad Widget CSS (namespaced) */
.mfadw-wrapper { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color:#2d3748; }
.mfadw-control-panel { background:linear-gradient(135deg,#2c3e50,#4a5568); color:white; padding:12px; border-radius:8px; margin-bottom:12px; }
.mfadw-format-selector { display:flex; gap:8px; flex-wrap:wrap; }
.mfadw-format-btn { padding:8px 10px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); color:white; border-radius:6px; cursor:pointer; }
.mfadw-format-btn.active { background:#ff6b6b; border-color:#ff5252; }
.mfadw-ad-container { transition:all .4s ease; overflow:hidden; position:relative; border-radius:8px; margin-bottom:18px; box-shadow:0 5px 20px rgba(0,0,0,0.08); }
.mfadw-ad-header { display:flex; justify-content:space-between; align-items:center; padding:8px 12px; background:rgba(0,0,0,0.65); color:white; font-size:13px; }
.mfadw-ad-label { font-weight:600; text-transform:uppercase; letter-spacing:1px; }
.mfadw-close-btn { background:none; border:none; color:white; font-size:18px; cursor:pointer; width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.mfadw-ad-content { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:22px; color:white; text-align:center; }
.mfadw-ad-title { font-size:22px; margin-bottom:10px; font-weight:700; }
.mfadw-ad-description { font-size:15px; margin-bottom:14px; max-width:80%; opacity:.95; }
.mfadw-ad-button { display:inline-block; padding:10px 22px; background:#ff6b6b; color:white; text-decoration:none; border-radius:999px; font-weight:700; box-shadow:0 4px 15px rgba(0,0,0,0.15); }
.mfadw-ad-footer { padding:8px 12px; background:rgba(0,0,0,0.45); text-align:center; color:rgba(255,255,255,0.8); font-size:12px; }
#mfadw-pushdown-ad { background:linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); height:30vh; }
#mfadw-sticky-bottom-ad { position:fixed; bottom:0; left:0; width:100%; height:50px; background:linear-gradient(135deg,#654ea3,#da98b4); z-index:10000; display:flex; align-items:center; justify-content:center; border-top:2px solid rgba(255,255,255,0.12); }
#mfadw-sticky-bottom-ad .mfadw-ad-content { flex-direction:row; gap:12px; padding:0 12px; }
#mfadw-banner-mobile-ad { width:300px; height:600px; background:linear-gradient(135deg,#40E0D0,#FF8C00,#FF0080); margin:12px auto; }
#mfadw-sticky-top-ad { position:fixed; top:0; left:0; width:100%; height:150px; background:linear-gradient(135deg,#ff9966,#ff5e62); z-index:10000; display:flex; align-items:center; justify-content:center; border-bottom:2px solid rgba(255,255,255,0.12); }
.mfadw-overlay { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.7); z-index:9999; display:none; }
.mfadw-ad-container.mfadw-show { display:block; animation:mfadw-fade .45s ease both; }
@keyframes mfadw-fade { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:768px){ #mfadw-banner-mobile-ad{width:100%;max-width:300px;} .mfadw-ad-title{font-size:18px;} }
