/* Brand colour comes from Settings > HHS Assistant (--hhs-cb-accent). Key colours use !important so site themes cannot override them. */
.hhs-cb-launcher{position:fixed;right:20px;bottom:20px;z-index:99998;background:var(--hhs-cb-accent,#1f6f6b);color:#fff;border:0;border-radius:28px;padding:14px 22px;font:600 16px/1 system-ui,sans-serif;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25)}
.hhs-cb-launcher:hover{background:var(--hhs-cb-accent,#1f6f6b);filter:brightness(.88)}
/* Round photo launcher with an "Ask Holly" speech bubble at 2 o'clock (theme-proof) */
.hhs-cb-launcher.hhs-cb-launcher-photo{width:72px;height:72px;padding:0!important;border-radius:50%!important;background:#fff!important;border:3px solid var(--hhs-cb-accent,#1f6f6b)!important;overflow:visible;filter:none;line-height:0;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.hhs-cb-launcher-photo:hover{transform:scale(1.05);filter:none}
.hhs-cb-launcher-img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff;margin:0;max-width:none}
.hhs-cb-launcher-photo.hhs-cb-launcher{right:42px}/* leaves room for the bubble that overhangs the circle's right edge */
.hhs-cb-launcher .hhs-cb-bubble{position:absolute;top:2px;right:-34px;background:var(--hhs-cb-accent,#1f6f6b);color:#fff;font:600 13px/1 system-ui,sans-serif;padding:7px 11px;border-radius:14px;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.hhs-cb-launcher .hhs-cb-bubble:after{content:"";position:absolute;left:14px;bottom:-6px;border:6px solid transparent;border-top-color:var(--hhs-cb-accent,#1f6f6b);border-bottom:0;border-left-width:2px}
.hhs-cb-box{position:fixed;right:20px;bottom:20px;z-index:99999;width:360px;max-width:calc(100vw - 24px);height:520px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.3);font:15px/1.45 system-ui,sans-serif;color:#222;overflow:hidden}
.hhs-cb-box[hidden],.hhs-cb-launcher[hidden]{display:none}
.hhs-cb-head{display:flex;justify-content:space-between;align-items:center;background:var(--hhs-cb-accent,#1f6f6b);color:#fff;padding:12px 14px;font-weight:600}
.hhs-cb-right{display:flex;align-items:center;gap:10px}
.hhs-cb-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #fff;flex:none}
.hhs-cb-box .hhs-cb-close{background:none!important;border:0;color:#fff!important;font-size:24px;line-height:1;cursor:pointer;box-shadow:none}
.hhs-cb-log{flex:1;overflow-y:auto;padding:12px;background:#f5f7f7}
.hhs-cb-msg{max-width:88%;margin:0 0 10px;padding:9px 12px;border-radius:12px;word-wrap:break-word}
.hhs-cb-msg p{margin:0 0 6px}.hhs-cb-msg p:last-child{margin:0}
.hhs-cb-msg ul{margin:0 0 6px;padding-left:20px}.hhs-cb-msg li{margin:0 0 2px}
.hhs-cb-bot{background:#fff;border:1px solid #dde3e3;color:#222}
.hhs-cb-box .hhs-cb-bot a{color:var(--hhs-cb-accent,#1f6f6b)!important;text-decoration:underline;font-weight:600}
.hhs-cb-user{background:var(--hhs-cb-accent,#1f6f6b);color:#fff;margin-left:auto}
.hhs-cb-box .hhs-cb-user a{color:#fff!important;text-decoration:underline}
.hhs-cb-cta{display:flex;gap:8px;padding:8px 12px;border-top:1px solid #e3e8e8;background:#fff}
.hhs-cb-box .hhs-cb-cta a{flex:1;text-align:center;padding:8px;border-radius:8px;background:#e6f2f1;background:color-mix(in srgb,var(--hhs-cb-accent,#1f6f6b) 12%,#fff);color:var(--hhs-cb-accent,#1f6f6b)!important;font-weight:600;text-decoration:none}
.hhs-cb-box,.hhs-cb-box *{box-sizing:border-box;-webkit-text-size-adjust:100%}
.hhs-cb-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #e3e8e8;background:#fff;min-width:0;width:100%;overflow:hidden}
.hhs-cb-box .hhs-cb-form input[type=text]{flex:1 1 0;min-width:0;width:auto!important;max-width:100%;box-sizing:border-box;padding:9px 10px;border:1px solid #c5cccc;border-radius:8px;font-size:16px!important;/* 16px: iPhones zoom the whole page in if a tapped box is smaller */background:#fff!important;color:#222!important;box-shadow:none;height:auto}
.hhs-cb-box .hhs-cb-form input[type=text]::placeholder{color:#767676!important;opacity:1}
.hhs-cb-box .hhs-cb-form input[type=text]:focus{outline:2px solid var(--hhs-cb-accent,#1f6f6b);outline-offset:0;border-color:var(--hhs-cb-accent,#1f6f6b)}
.hhs-cb-box .hhs-cb-form button{flex:none;white-space:nowrap;box-sizing:border-box;background:var(--hhs-cb-accent,#1f6f6b)!important;color:#fff!important;border:0;border-radius:8px;padding:0 16px!important;font-weight:600;cursor:pointer}
@media(max-width:480px){
.hhs-cb-box{left:8px;right:8px;bottom:8px;width:auto;max-width:none;height:80vh;height:min(80vh,calc(100dvh - 16px))}
.hhs-cb-launcher{right:12px;bottom:calc(14px + env(safe-area-inset-bottom,0px))}
.hhs-cb-launcher-photo.hhs-cb-launcher{right:42px}
.hhs-cb-box .hhs-cb-close{padding:4px 8px}/* larger tap target */
}
