/* Final viewport and safe-area safeguards for the visitor widget. */
#wl-chat-widget{max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))}#wl-chat-panel{max-width:calc(100vw - (var(--wl-chat-edge,24px) * 2));max-height:calc(100dvh - (var(--wl-chat-edge,24px) * 2))}#wl-chat-widget .wl-message,#wl-chat-widget .wl-conversation,#wl-chat-widget strong,#wl-chat-widget #wl-active-title{overflow-wrap:anywhere}
@media (max-width:767px){#wl-chat-widget{--wl-chat-edge:16px}#wl-chat-widget #wl-chat-panel{width:calc(100vw - (var(--wl-chat-edge) * 2));height:min(650px,calc(100dvh - (var(--wl-chat-edge) * 2)))}#wl-chat-widget #wl-chat-toggle{min-height:46px}}
@media (max-width:600px){#wl-chat-widget #wl-chat-panel{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}#wl-chat-panel header{padding:15px}#wl-messages{padding:13px}.wl-message{max-width:88%;padding:9px 10px}#wl-message-form{padding:9px}#wl-message-form button{min-width:44px}#wl-new-chat-form{padding:12px}#wl-new-chat-form div,#wl-close-confirm div{flex-wrap:wrap}#wl-new-chat-form div button,#wl-close-confirm div button{flex:1 1 130px}}
@media (max-width:360px){#wl-chat-widget{--wl-chat-edge:10px}#wl-chat-toggle{padding:12px 15px;font-size:14px}#wl-chat-panel header strong{font-size:15px}#wl-chat-panel header small{font-size:11px}#wl-messages{padding:10px}.wl-message{max-width:92%;font-size:13px}#wl-message-form textarea{font-size:13px}#wl-new-chat-form input{font-size:13px}}
