.rcb-chat,.rcb-chat *{box-sizing:border-box}.rcb-chat{position:fixed;right:24px;bottom:92px;z-index:99998;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#16181d;letter-spacing:0}.rcb-chat button,.rcb-chat input,.rcb-chat textarea{font:inherit}.rcb-chat__launcher{display:flex;align-items:center;gap:10px;min-height:52px;padding:8px 17px 8px 10px;border:0;border-radius:6px;background:var(--rcb-color);color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.22);cursor:pointer;font-size:14px;font-weight:700}.rcb-chat__launcher:hover{filter:brightness(.92)}.rcb-chat__launcher:focus-visible,.rcb-chat button:focus-visible,.rcb-chat input:focus-visible,.rcb-chat textarea:focus-visible{outline:3px solid rgba(0,0,0,.28);outline-offset:2px}.rcb-chat__launcher-icon{display:grid;place-items:center;width:36px;height:36px;background:rgba(255,255,255,.14);border-radius:4px}.rcb-chat__launcher-icon svg{width:21px;height:21px}.rcb-chat__badge{position:absolute;right:-5px;top:-7px;min-width:22px;height:22px;padding:0 5px;border:2px solid #fff;border-radius:50%;background:#15171b;color:#fff;font-size:11px;line-height:18px;text-align:center}.rcb-chat__panel{position:absolute;right:0;bottom:66px;width:min(380px,calc(100vw - 32px));height:min(620px,calc(100vh - 130px));min-height:470px;overflow:hidden;border:1px solid #dcdfe4;border-radius:8px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.24)}.rcb-chat__header{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:16px 18px;background:#17191e;color:#fff}.rcb-chat__header strong{display:block;font-size:16px;line-height:1.3}.rcb-chat__presence{display:flex;align-items:center;gap:7px;margin-top:4px;color:#c6c9d0;font-size:12px}.rcb-chat__presence i{width:8px;height:8px;border-radius:50%;background:#35c46a}.rcb-chat[data-availability="offline"] .rcb-chat__presence i{background:#e5a62d}.rcb-chat__close{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:4px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.rcb-chat__close:hover{background:rgba(255,255,255,.16)}.rcb-chat__close svg{width:21px;height:21px}.rcb-chat__intro{padding:18px 20px 0}.rcb-chat__intro p{margin:0;padding:13px 14px;border-left:3px solid var(--rcb-color);background:#f5f6f8;color:#454950;font-size:13px;line-height:1.55}.rcb-chat__prechat{padding:17px 20px 20px}.rcb-chat__field{margin-bottom:13px}.rcb-chat__field label{display:block;margin-bottom:5px;color:#353941;font-size:12px;font-weight:700}.rcb-chat__field label span{color:var(--rcb-color)}.rcb-chat__field input{display:block;width:100%;height:42px;padding:0 11px;border:1px solid #cdd1d8;border-radius:4px;background:#fff;color:#17191e;font-size:14px}.rcb-chat__field input:focus{border-color:var(--rcb-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--rcb-color) 16%,transparent)}.rcb-chat__trap{position:absolute!important;left:-9999px!important}.rcb-chat__primary{width:100%;min-height:44px;margin-top:3px;border:0;border-radius:4px;background:var(--rcb-color);color:#fff;font-weight:750;cursor:pointer}.rcb-chat__primary:disabled,.rcb-chat__composer button:disabled{cursor:wait;opacity:.65}.rcb-chat__feedback{margin:10px 0 0;color:#b42318;font-size:12px;line-height:1.4}.rcb-chat__conversation{height:calc(100% - 76px)}.rcb-chat__messages{height:calc(100% - 68px);overflow-y:auto;padding:18px;background:#f5f6f8;overscroll-behavior:contain}.rcb-chat__message{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 14px}.rcb-chat__message>div{max-width:82%;padding:10px 12px;border:1px solid #e0e2e6;border-radius:4px 4px 4px 0;background:#fff;color:#24272d;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.rcb-chat__message time{margin-top:4px;color:#858b95;font-size:10px}.rcb-chat__message.is-visitor{align-items:flex-end}.rcb-chat__message.is-visitor>div{border-color:var(--rcb-color);border-radius:4px 4px 0 4px;background:var(--rcb-color);color:#fff}.rcb-chat__composer{display:grid;grid-template-columns:1fr 44px;gap:8px;height:68px;padding:10px 12px;border-top:1px solid #e1e3e7;background:#fff}.rcb-chat__composer textarea{width:100%;height:44px;max-height:44px;resize:none;padding:11px;border:1px solid #cdd1d8;border-radius:4px;color:#17191e;font-size:13px;line-height:20px}.rcb-chat__composer button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:4px;background:var(--rcb-color);color:#fff;cursor:pointer}.rcb-chat__composer svg{width:19px;height:19px}.rcb-chat__restart{display:block;margin:14px auto;border:0;background:none;color:var(--rcb-color);font-weight:700;cursor:pointer}.rcb-chat__conversation>.rcb-chat__feedback{padding:0 15px;text-align:center}.rcb-chat [hidden]{display:none!important}
@media(max-width:600px){.rcb-chat{right:14px;bottom:78px}.rcb-chat__launcher{min-width:52px;padding:8px}.rcb-chat__launcher-label{display:none}.rcb-chat__panel{position:fixed;right:10px;bottom:74px;width:calc(100vw - 20px);height:min(610px,calc(100dvh - 90px));min-height:0}.rcb-chat__header{min-height:68px;padding:13px 15px}.rcb-chat__conversation{height:calc(100% - 68px)}}
@media(prefers-reduced-motion:no-preference){.rcb-chat__panel{animation:rcb-in .18s ease-out}@keyframes rcb-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}

/* Keep the reply composer visible after a conversation starts. */
.rcb-chat.has-conversation .rcb-chat__intro{display:none!important}
.rcb-chat__conversation{display:grid;grid-template-rows:minmax(0,1fr) auto auto;min-height:0}
.rcb-chat__messages{height:auto;min-height:0}
.rcb-chat__composer{height:auto;min-height:68px;box-shadow:0 -4px 14px rgba(17,24,39,.05)}
.rcb-chat__composer textarea:focus{border-color:var(--rcb-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--rcb-color) 16%,transparent);outline:0}
#rcb-chat .rcb-chat__composer{height:68px;min-height:68px}
#rcb-chat .rcb-chat__composer textarea{height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important}
#rcb-chat .rcb-chat__composer button{height:44px!important;min-height:44px!important;margin:0!important}

/* Keep the launcher close to the viewport edge unless another fixed control needs the space. */
#rcb-chat{bottom:24px;transition:bottom .18s ease}
#rcb-chat.avoid-back-to-top{bottom:96px}
@media(max-width:600px){#rcb-chat{bottom:18px}#rcb-chat.avoid-back-to-top{bottom:82px}}

/* Size the visitor details step to its content instead of the conversation height. */
#rcb-chat:not(.has-conversation) .rcb-chat__panel{display:flex;height:auto;min-height:0;max-height:calc(100vh - 130px);flex-direction:column;overflow:hidden}
#rcb-chat:not(.has-conversation) .rcb-chat__header,
#rcb-chat:not(.has-conversation) .rcb-chat__intro{flex:0 0 auto}
#rcb-chat:not(.has-conversation) .rcb-chat__prechat{flex:0 1 auto;overflow-y:auto;overscroll-behavior:contain}
@supports(height:100dvh){#rcb-chat:not(.has-conversation) .rcb-chat__panel{max-height:calc(100dvh - 130px)}}
@media(max-width:600px){#rcb-chat:not(.has-conversation) .rcb-chat__panel{height:auto;max-height:calc(100vh - 90px)}@supports(height:100dvh){#rcb-chat:not(.has-conversation) .rcb-chat__panel{max-height:calc(100dvh - 90px)}}}

/* Reserve clear footer space so the fixed launcher never covers legal links. */
@media(min-width:901px){.site-footer__bottom .rt-container{padding-right:220px}}
@media(max-width:900px){.site-footer__bottom{padding-bottom:92px}}
