#mari-detailing-widget { position:fixed; right:20px; bottom:20px; z-index:99990; font:15px/1.4 system-ui,sans-serif; color:#172033; }
#mari-detailing-widget button { font:inherit; cursor:pointer; min-height:44px; }
#mari-detailing-widget button:focus-visible { outline:3px solid #111111; outline-offset:3px; }
#mari-detailing-widget .mari-detailing-launcher { border:3px solid #111111; border-radius:999px; background:#fff; color:#111111; padding:11px 19px; box-shadow:0 4px 18px #0003; }
#mari-detailing-panel { position:absolute; right:0; bottom:66px; width:390px; max-width:calc(100vw - 24px); height:620px; max-height:calc(100dvh - 110px); border:1px solid #dde2e8; border-radius:18px; background:#fff; box-shadow:0 8px 36px #0003; overflow:hidden; display:flex; flex-direction:column; }
#mari-detailing-panel[hidden] { display:none !important; }
#mari-detailing-widget .mari-detailing-bar { display:flex; align-items:center; justify-content:space-between; padding:4px 14px; background:#172033; color:#fff; }
#mari-detailing-widget .mari-detailing-bar button { border:0; border-radius:8px; padding:8px; background:transparent; color:#fff; }
#mari-detailing-panel iframe { display:block; width:100%; flex:1; min-height:0; border:0; background:#f8fafc; }
@media(max-width:480px) { #mari-detailing-widget { right:12px; bottom:12px; } #mari-detailing-panel { width:calc(100vw - 24px); max-height:calc(100dvh - 94px); } }
