.freshinc-popup-modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:9999;animation:freshinc-popup-fade-in 0.3s ease-in-out}@keyframes freshinc-popup-fade-in{from{opacity:0}to{opacity:1}}.freshinc-popup-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgb(0 0 0 / .15);max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:30px;position:relative;animation:freshinc-popup-slide-up 0.3s ease-out}@keyframes freshinc-popup-slide-up{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.freshinc-popup-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;font-weight:300;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color 0.2s ease}.freshinc-popup-close-x:hover{color:#333}.freshinc-popup-footer{margin-top:20px;padding-top:20px;border-top:1px solid #eee;display:flex;justify-content:center}.freshinc-popup-close-btn{background-color:#0073aa;color:#fff;border:none;padding:10px 30px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color 0.2s ease}.freshinc-popup-close-btn:hover{background-color:#005a87}.freshinc-popup-close-btn:active{background-color:#003d5c}.freshinc-popup-title{margin:0 0 20px 0;color:#333;font-size:24px;font-weight:600;padding-top:0}.freshinc-popup-body{color:#555;font-size:16px;line-height:1.6}.freshinc-popup-body p{margin:0 0 15px 0}.freshinc-popup-body p:last-child{margin-bottom:0}.freshinc-popup-body a{color:#0073aa;text-decoration:none}.freshinc-popup-body a:hover{text-decoration:underline}@media (max-width:768px){.freshinc-popup-content{width:95%;padding:20px}.freshinc-popup-title{font-size:20px}.freshinc-popup-body{font-size:14px}}@media (max-width:480px){.freshinc-popup-content{width:98%;padding:15px}.freshinc-popup-title{font-size:18px}.freshinc-popup-body{font-size:13px}.freshinc-popup-close{font-size:24px}}