.cw-popup-button{display:inline-flex;align-items:center;border:1.5px solid #4085b8;border-radius:999px;padding:.45rem 1rem;margin:1em 0;background:transparent;color:inherit;font-family:inherit;font-size:.92rem;font-weight:600;cursor:pointer}
.cw-popup-button:hover{background:#4085b81a}.cw-popup-button:focus-visible{outline:3px solid #448eee;outline-offset:3px}
.cw-popup-sidebar{float:right;margin-left:1.5rem}
.cw-popup-panel{position:fixed;display:flex;flex-direction:column;resize:both;overflow:hidden;min-width:min(280px,calc(100vw - 16px));min-height:min(400px,calc(100dvh - 16px));max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);box-sizing:border-box;border:1px solid #637488;border-radius:18px;background:#eceff2;box-shadow:0 16px 60px #0005;color:#16202a;z-index:10002}
.cw-popup-panel[hidden]{display:none}.cw-popup-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:none;padding:8px 10px 8px 16px;background:#e6eaee;font:600 14px/1.3 system-ui,sans-serif;cursor:move;touch-action:none;user-select:none}
.cw-popup-close{font:24px/1 system-ui,sans-serif;border:0;border-radius:8px;background:transparent;color:inherit;width:32px;height:32px;cursor:pointer}.cw-popup-close:hover{background:#0001}
.cw-popup-panel iframe{border:0;width:100%;flex:1;min-height:0;display:block;background:#eceff2}.cw-dragging iframe{pointer-events:none}
@media(max-width:480px){.cw-popup-sidebar{float:none;margin-left:0}}
@media print{.cw-popup-panel,.cw-popup-launch{display:none!important}}
