/**handles:lqrs-style**/
.lqrs-mobile-only{display:none}@media (max-width:767px){.lqrs-mobile-only{display:block}}.lqrs-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;background:#d70d0f;color:#fff;border:none;border-radius:8px;cursor:pointer}.lqrs-button svg{width:24px;height:24px;color:#fff}.lqrs-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;z-index:99999}.lqrs-overlay.lqrs-active{display:flex}.lqrs-panel{width:100%;max-width:420px;margin:16px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.25)}.lqrs-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#f7f7f7}.lqrs-header h2{margin:0;font-size:18px}.lqrs-close{background:0 0;border:none;font-size:24px;line-height:1;cursor:pointer}.lqrs-video{width:100%;height:auto;display:block;background:#000}.lqrs-message{padding:14px 18px;font-size:15px;color:#333;text-align:center}.lqrs-cancel-button{width:100%;border:none;background:#ddd;color:#111;padding:14px 18px;font-size:16px;cursor:pointer}.lqrs-canvas{display:none}