.wsp-popup{position:fixed;right:25px;bottom:25px;z-index:999999;direction:rtl;font-family:inherit}.wsp-popup[hidden]{display:none}.wsp-popup__overlay{display:none}.wsp-popup__content{position:relative;width:360px;max-width:calc(100vw - 30px);padding:22px 22px 20px;background:#fff;border-radius:10px;box-shadow:0 8px 30px rgb(0 0 0 / .18);text-align:right;opacity:0;transform:translateX(120%);transition:opacity 0.3s ease,transform 0.3s ease}.wsp-popup--visible .wsp-popup__content{opacity:1;transform:translateX(0)}.wsp-popup__icon{font-size:28px;margin-bottom:5px}.wsp-popup__content h2{margin:0 0 8px;font-size:20px;line-height:1.4}.wsp-popup__content p{margin:0 0 15px;font-size:14px;line-height:1.7;color:#555}.wsp-popup__close{position:absolute;top:8px;left:10px;width:28px;height:28px;padding:0;border:0;background:#fff0;color:#777;font-size:22px;line-height:1;cursor:pointer}.wsp-popup__actions{display:flex;align-items:center;gap:8px}.wsp-popup__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;border-radius:5px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:0.2s ease}.wsp-popup__button--primary{background:#1e73be;color:#fff;border:1px solid #1e73be}.wsp-popup__button--primary:hover{background:#155a94;color:#fff}.wsp-popup__button--secondary{background:#f3f3f3;color:#444;border:1px solid #ddd}.wsp-popup__button--secondary:hover{background:#e8e8e8}@media (max-width:480px){.wsp-popup{right:15px;bottom:15px;left:15px}.wsp-popup__content{width:auto;max-width:none}}