/* Einheitliche Ausrichtung für die rechte und linke Chat-Position. */
#wl-chat-widget{--wl-chat-edge:24px;right:var(--wl-chat-edge);bottom:var(--wl-chat-edge)}
#wl-chat-widget.wl-position-left{right:auto;left:var(--wl-chat-edge)}
#wl-chat-widget.wl-position-right{right:var(--wl-chat-edge);left:auto}
#wl-chat-widget #wl-chat-panel{right:0;left:auto;width:min(370px,calc(100vw - (var(--wl-chat-edge) * 2)));max-width:none}
#wl-chat-widget.wl-position-left #wl-chat-panel{right:auto;left:0}
#wl-chat-widget.wl-position-left #wl-chat-panel.wl-chat-closing{transform-origin:bottom left}
#wl-chat-widget.wl-position-right #wl-chat-panel.wl-chat-closing{transform-origin:bottom right}
#wl-chat-widget .wl-agent:not(:has(.wl-chat-avatar)){margin-left:0}
@media(max-width:767px){#wl-chat-widget{--wl-chat-edge:16px}#wl-chat-widget #wl-chat-panel{width:min(390px,calc(100vw - (var(--wl-chat-edge) * 2)));height:min(650px,calc(100dvh - (var(--wl-chat-edge) * 2)))}}
@media(max-width:600px){#wl-chat-widget,#wl-chat-widget.wl-position-left,#wl-chat-widget.wl-position-right{right:auto;left:0;bottom:0}#wl-chat-widget #wl-chat-toggle{margin:0 0 12px var(--wl-chat-edge)}#wl-chat-widget.wl-position-right #wl-chat-toggle{margin:0 var(--wl-chat-edge) 12px auto}#wl-chat-widget #wl-chat-panel,#wl-chat-widget.wl-position-left #wl-chat-panel,#wl-chat-widget.wl-position-right #wl-chat-panel{position:fixed;top:max(8px,env(safe-area-inset-top));right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));left:max(8px,env(safe-area-inset-left));width:auto;height:auto;max-width:none;max-height:none;border-radius:10px}}
