/* Popup CSS */
.eco-aff-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); display:none; align-items:center; justify-content:center; z-index:999999; }
.eco-aff-overlay[aria-hidden="false"] { display:flex; }
.eco-aff-modal { position:relative; max-width:560px; width:min(92vw,560px); background:#fff; border-radius:16px; box-shadow:0 10px 40px rgba(0,0,0,.2); overflow:hidden; animation:ecoAffPop .2s ease-out; font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial; }
@keyframes ecoAffPop { from{ transform:scale(.95); opacity:.5 } to{ transform:scale(1); opacity:1 } }
.eco-aff-close { position:absolute; top:8px; right:8px; width:36px; height:36px; border:0; background:rgba(0,0,0,.6); color:#fff; border-radius:999px; cursor:pointer; display:grid; place-items:center; font-size:20px; line-height:1; }
.eco-aff-img { display:block; width:100%; height:auto; }
.eco-aff-footer { padding:10px 14px; font-weight:500; font-size:13px; line-height:1.4; color:#444; background:#fafafa; display:flex; align-items:center; justify-content:space-between; }
.eco-aff-cta { padding:8px 14px; background:#249544; color:#fff !important; text-decoration:none; border-radius:10px; }
