#affiliate-popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;z-index:9999}#affiliate-popup .popup-content{position:relative;background:#ffffff;padding:30px 20px;border-radius:10px;max-width:500px;width:90%;box-shadow:0 10px 30px rgba(0,0,0,0.25);text-align:center;display:flex;flex-direction:column;align-items:center}#affiliate-popup .close-btn{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:#ffffff;color:#333333;font-size:20px;font-weight:bold;border-radius:50%;line-height:30px;text-align:center;cursor:pointer;box-shadow:0 0 8px rgba(0,0,0,0.2);z-index:10000}#affiliate-popup .popup-content a#popup-link{display:inline-block;margin-top:20px;color:#0073e6;text-decoration:underline;font-weight:500}#affiliate-popup .popup-content a#popup-link:hover{color:#005bb5}