/* Scoped to the PRONET widget; loaded after legacy theme rules. */
body #pronet-chat-panel[data-layout-fixed]{
 position:fixed!important;top:var(--pn-chat-top,12px)!important;bottom:auto!important;
 right:16px!important;left:auto!important;transform:none!important;
 width:410px!important;max-width:calc(100vw - 24px)!important;
 height:var(--pn-chat-height,calc(100dvh - 100px))!important;
 min-height:0!important;max-height:none!important;box-sizing:border-box!important;
 display:flex!important;flex-direction:column!important;overflow:hidden!important;
 border-radius:18px!important;background:#fff!important;z-index:2147483000!important;
 box-shadow:0 12px 48px #0004!important;
}
body #pronet-chat-panel[data-layout-fixed][hidden]{display:none!important}
body #pronet-chat-panel[data-layout-fixed] *{box-sizing:border-box}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-head{
 position:relative!important;flex:0 0 auto!important;display:flex!important;flex-wrap:wrap!important;
 padding:12px!important;gap:8px!important;min-height:0!important;
}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-head-copy{flex:1!important;min-width:0!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-close{position:static!important;margin:0!important;min-width:36px!important;min-height:36px!important}
body #pronet-chat-panel[data-layout-fixed] .pn-chat-end-visible,
body #pronet-chat-panel[data-layout-fixed] .pn-chat-end-visible[hidden]{
 display:block!important;position:static!important;flex:0 0 100%!important;width:100%!important;
 margin:0!important;padding:7px 10px!important;min-height:32px!important;font-size:12px!important;
 border:1px solid #fff8!important;border-radius:8px!important;background:#fff!important;color:#943400!important;
}
body #pronet-chat-panel[data-layout-fixed] .pn-chat-end-visible:disabled{opacity:.65!important;cursor:default!important}
body #pronet-chat-panel[data-layout-fixed] .pn-chat-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain;touch-action:pan-y;background:#f7f8fa}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-messages{height:auto!important;min-height:96px!important;max-height:none!important;overflow:visible!important;padding:12px!important;flex:none!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-support-visual{padding:8px 12px!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-support-visual img{display:block!important;height:160px!important;max-height:160px!important;width:100%!important;object-fit:contain!important;object-position:center!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-topics{display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 12px!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-topics button{flex:1 1 42%!important;min-height:36px!important;padding:8px!important;font-size:12px!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-contact-fields{gap:8px!important;padding:8px 12px!important;grid-template-columns:1fr 1fr!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-contact-fields input{width:100%!important;min-width:0!important;min-height:40px!important;font-size:14px!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-form{position:relative!important;inset:auto!important;flex:0 0 auto!important;display:flex!important;align-items:flex-end!important;gap:8px!important;padding:12px!important;margin:0!important;background:#fff!important;border-top:1px solid #dce1e6!important;z-index:1!important}
body #pronet-chat-panel[data-layout-fixed] #pronet-chat-input{flex:1!important;width:0!important;min-width:0!important;min-height:48px!important;max-height:100px!important;margin:0!important;padding:10px!important;font-size:16px!important;line-height:1.4!important;resize:vertical!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-form button[type=submit]{flex:0 0 44px!important;width:44px!important;height:48px!important;margin:0!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-privacy{font-size:11px!important;padding:8px 12px!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-foot{font-size:11px!important;padding:4px 12px 12px!important;line-height:1.4!important}
body #pronet-chat-panel[data-layout-fixed] .pronet-chat-mobile-close{display:none!important}
body #pronet-chat-panel[data-layout-fixed].pn-chat-short .pronet-chat-support-visual{display:none!important}
body.pronet-chat-open{touch-action:auto!important}
@media(max-width:700px){
 body #pronet-chat-panel[data-layout-fixed]{left:8px!important;right:8px!important;width:auto!important;max-width:none!important;border-radius:14px!important}
 body #pronet-chat-panel[data-layout-fixed] .pronet-chat-contact-fields input{font-size:16px!important}
}
body #pronet-chat-panel[data-layout-fixed] img.emoji{display:inline!important;width:1em!important;height:1em!important;max-width:1em!important;vertical-align:-.1em!important}
body #pronet-chat-panel[data-layout-fixed] .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
body #pronet-chat-panel[data-layout-fixed] #pronet-chat-end.pn-chat-end-visible[hidden],body #pronet-chat-panel[data-layout-fixed] #pronet-chat-end.pn-chat-end-visible{display:block!important}
body.pronet-chat-open #pronet-chat-mobile-close{display:none!important}

body #pronet-chat-panel[data-layout-fixed] .pronet-chat-support-visual{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important;flex:none!important}
