@layer pe-chatbot-base{.pe-chatbot{font-family:"uhcsans-regular",Arial,sans-serif}
.pe-chatbot__trigger-wrapper{position:fixed;bottom:25px;right:20px;z-index:99999;display:flex;flex-direction:column;align-items:flex-end}
.pe-chatbot__trigger-wrapper[hidden]{display:none}
.pe-chatbot__loading-label{position:fixed;bottom:167px;right:20px;font-family:"uhcsans-regular",Arial,sans-serif;font-size:16px;font-weight:bold;color:#222;pointer-events:none}
.pe-chatbot__loading-label[hidden]{display:none}
.pe-chatbot__trigger-icon{height:auto;width:auto;display:block;object-fit:contain;cursor:pointer;border:0;transition:transform .16s ease,filter .16s ease,opacity .16s ease;-webkit-user-drag:none;user-select:none}
.pe-chatbot[data-hover-effect='subtle'] .pe-chatbot__trigger-icon:hover,.pe-chatbot:not([data-hover-effect]) .pe-chatbot__trigger-icon:hover{transform:scale(1.03);filter:drop-shadow(0 2px 6px rgba(0,0,0,0.2))}
.pe-chatbot[data-hover-effect='glow'] .pe-chatbot__trigger-icon:hover{transform:scale(1.02);filter:drop-shadow(0 0 8px rgba(51,153,204,0.7))}
.pe-chatbot[data-hover-effect='lift'] .pe-chatbot__trigger-icon:hover{transform:scale(1.08) translateY(-3px);filter:drop-shadow(0 6px 12px rgba(0,0,0,0.3))}
.pe-chatbot[data-hover-effect='none'] .pe-chatbot__trigger-icon:hover{transform:none;filter:none}
.pe-chatbot__trigger-icon:focus-visible{outline:2px solid #005f8e;outline-offset:3px}
.pe-chatbot__trigger-icon[aria-disabled='true']{opacity:.6;cursor:not-allowed;transform:none;filter:none}
.pe-chatbot__window{position:fixed;top:0;right:0;width:83.333%;max-width:672px;height:100vh;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);z-index:99998;background:#fff}
.pe-chatbot__window[hidden]{display:none}
.pe-chatbot__window-inner{position:relative;width:100%;height:100%}
.pe-chatbot__controls{position:absolute;top:0;right:8px;height:56px;display:flex;align-items:center;gap:4px;z-index:10}
.pe-chatbot__authenticating-label{font-weight:600;font-size:14px;color:#374151;background:rgba(255,255,255,0.9);padding:4px 8px;border-radius:4px;white-space:nowrap}
.pe-chatbot__authenticating-label[hidden]{display:none}
.pe-chatbot__control-btn{background:transparent;border:0;border-radius:4px;color:#374151;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;-webkit-transition:background-color .15s ease}
.pe-chatbot__control-btn:hover{background-color:rgba(0,0,0,0.08)}
.pe-chatbot__control-btn:focus-visible{outline:2px solid #39c;outline-offset:1px}
.pe-chatbot__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;margin:0;padding:0;display:block;z-index:0}
.pe-chatbot__iframe[hidden]{display:none}
.pe-chatbot__error{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;box-sizing:border-box;text-align:center;z-index:5}
.pe-chatbot__error[hidden]{display:none}
.pe-chatbot__error-msg{font-size:16px;color:#374151;margin-bottom:16px;line-height:1.5}
.pe-chatbot__retry-btn{background-color:#39c;border:0;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background-color .15s ease;-webkit-transition:background-color .15s ease}
.pe-chatbot__retry-btn:hover{background-color:#27a}
.pe-chatbot__retry-btn:focus-visible{outline:3px solid #005f8e;outline-offset:2px}
.pe-chatbot__trigger-wrapper.pe-chatbot__trigger-wrapper--inline{position:relative;bottom:auto;right:auto;z-index:auto;display:inline-flex;flex-direction:column;align-items:flex-start}
}
@layer pe-chatbot-positions{.pe-chatbot[data-position="bottom-left"] .pe-chatbot__trigger-wrapper{right:auto;left:20px}
.pe-chatbot[data-position="bottom-left"] .pe-chatbot__window{right:auto;left:0}
.pe-chatbot[data-position="middle-right"] .pe-chatbot__trigger-wrapper{top:50%;bottom:auto;right:20px;transform:translateY(-50%)}
.pe-chatbot[data-position="middle-left"] .pe-chatbot__trigger-wrapper{top:50%;bottom:auto;right:auto;left:20px;transform:translateY(-50%)}
.pe-chatbot[data-position="middle-left"] .pe-chatbot__window{right:auto;left:0}
}
@layer pe-chatbot-base{@media(max-width:480px){.pe-chatbot__window{width:100%;max-width:100%}
}
}
.pe-chatbot__trigger-icon{width:200px;height:auto}
.pe-chatbot__trigger-wrapper.pe-chatbot--scrolled .pe-chatbot__trigger-icon{width:auto;height:70px}
.pe-chatbot__trigger-wrapper{position:absolute;top:190px;bottom:auto;right:25px;z-index:99999;transition:none}
.pe-chatbot__trigger-wrapper.pe-chatbot--scrolled{position:fixed;top:30px;bottom:auto;right:20px}
@media(min-width:1200px){.pe-chatbot__trigger-wrapper{right:calc((100vw - 1170px) / 2 + 5px)}
.pe-chatbot__trigger-wrapper.pe-chatbot--scrolled{right:calc((100vw - 1170px) / 2)}
}
@media(min-width:768px) and (max-width:1199px){.pe-chatbot__trigger-wrapper{right:calc((100vw - 724px) / 2)}
.pe-chatbot__trigger-wrapper.pe-chatbot--scrolled{right:calc((100vw - 724px) / 2)}
}
@media(max-width:767px){.pe-chatbot__trigger-wrapper{right:20px}
.pe-chatbot__trigger-wrapper.pe-chatbot--scrolled{right:20px}
}