/* Keep WhatsApp above Scrivici, constrained to the viewport. */
/* Chaty is configured left-position: anchor its children inward on the right. */
html body:is(.afcsu-approved-site,.afrodite-commerce) .chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:auto!important;right:4px!important}
html body:is(.afcsu-approved-site,.afrodite-commerce) .chaty-widget.left-position .chaty-channel-list{left:auto!important;right:0!important}

:is(.afcsu-approved-site,.afrodite-commerce){--af-chat-edge:22px;--af-chat-bottom:90px;--af-chat-panel:166px}
:is(.afcsu-approved-site,.afrodite-commerce) .chaty-widget{position:fixed!important;right:var(--af-chat-edge)!important;left:auto!important;top:auto!important;bottom:calc(var(--af-chat-bottom) + env(safe-area-inset-bottom,0px))!important;transform:none!important}
:is(.afcsu-approved-site,.afrodite-commerce)>.whatsapp{right:var(--af-chat-edge);bottom:calc(20px + env(safe-area-inset-bottom,0px))}
html body:is(.afcsu-approved-site,.afrodite-commerce) :is(.chaty-outer-forms,.chaty-chat-view){
position:fixed!important;inset:auto!important;right:var(--af-chat-edge)!important;bottom:calc(var(--af-chat-panel) + env(safe-area-inset-bottom,0px))!important;
width:320px!important;min-width:0!important;max-width:calc(100vw - 2 * var(--af-chat-edge))!important;
height:auto!important;max-height:calc(100vh - var(--af-chat-panel) - 16px - env(safe-area-inset-bottom,0px))!important;
max-height:calc(100dvh - var(--af-chat-panel) - 16px - env(safe-area-inset-bottom,0px))!important;
margin:0!important;transform:none!important;translate:none!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:hidden!important
}
@media(max-width:520px){
:is(.afcsu-approved-site,.afrodite-commerce){--af-chat-edge:14px;--af-chat-bottom:82px;--af-chat-panel:158px}
:is(.afcsu-approved-site,.afrodite-commerce)>.whatsapp{bottom:calc(14px + env(safe-area-inset-bottom,0px))}
}
