.dekora-chat,.dekora-chat-cta{font-family:inherit;color:#26231f}.dekora-chat *,.dekora-chat-cta *{box-sizing:border-box}

/* Shortcode CTA – clean, no separator lines */
.dekora-chat-cta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0!important;padding:14px 0!important;border:0!important;background:#fff!important;color:#26231f;border-radius:0!important;box-shadow:none!important;font:inherit;text-align:left;cursor:pointer;outline:0!important}
.dekora-chat-cta:hover,.dekora-chat-cta:focus,.dekora-chat-cta:active{border:0!important;background:#fff!important;color:#26231f!important;box-shadow:none!important;outline:0!important}
.dekora-chat-cta__copy{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;margin:0!important;padding:0!important;text-align:left!important}.dekora-chat-cta__copy strong{font-size:14px;line-height:1.35;font-weight:600;color:#111}.dekora-chat-cta__copy span{font-size:12px;line-height:1.4;color:#111}.dekora-chat-cta__copy em{font-style:italic;font-weight:400;color:#111;text-transform:none}.dekora-chat-cta__icon{width:38px;height:38px;min-width:38px;border:1px solid #dcd9d3;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff}.dekora-chat-cta__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

/* Persistent floating chat button */
.dekora-chat__float{position:fixed!important;left:18px;bottom:86px;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;margin:0!important;padding:0!important;border:1px solid #d8d5ce!important;border-radius:50%!important;background:#fff!important;color:#26231f!important;box-shadow:0 8px 24px rgba(38,35,31,.13)!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;cursor:pointer;z-index:1000001;opacity:0;visibility:hidden;transform:scale(.86) translateY(8px);transition:opacity .18s ease,transform .24s cubic-bezier(.2,.8,.2,1),visibility .18s ease;outline:0!important}
.dekora-chat__float:not([hidden]){opacity:1;visibility:visible;transform:none}.dekora-chat__float[hidden]{display:none!important}.dekora-chat__float svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.dekora-chat__float-close{display:none}.dekora-chat.is-open .dekora-chat__float-chat{display:none}.dekora-chat.is-open .dekora-chat__float-close{display:block}
.dekora-chat__float-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;line-height:1;letter-spacing:0}.dekora-chat__float-badge[hidden]{display:none!important}

/* Floating bubble panel */
.dekora-chat__panel{position:fixed;left:18px;bottom:148px;width:min(390px,calc(100vw - 36px));height:min(560px,calc(100dvh - 180px));min-height:360px;display:flex;flex-direction:column;background:#fff;border:1px solid #e2dfd9;border-radius:16px;box-shadow:0 18px 60px rgba(38,35,31,.18);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);transform-origin:bottom left;transition:opacity .18s ease,transform .25s cubic-bezier(.2,.8,.2,1),visibility .18s ease;z-index:1000000}.dekora-chat.is-open .dekora-chat__panel{opacity:1;visibility:visible;transform:none}
.dekora-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0;padding:16px 16px 14px;border-bottom:1px solid #ece9e3;background:#fff}.dekora-chat__header>div{display:flex;flex-direction:column;gap:3px}.dekora-chat__header strong{font-size:15px;line-height:1.3;font-weight:600;color:#111}.dekora-chat__header span{font-size:11px;line-height:1.4;color:#111}.dekora-chat__header em{font-style:italic;font-weight:400;color:#111;text-transform:none}
.dekora-chat__close{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#26231f!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;outline:0!important;cursor:pointer}.dekora-chat__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}

/* Current product (composer context) */
.dekora-chat__product{margin:0;padding:12px 14px;border:0;border-bottom:1px solid #eeeae4;display:flex;align-items:center;gap:11px;background:#fff}.dekora-chat__product[hidden]{display:none}.dekora-chat__product-image{width:54px;height:54px;flex:0 0 54px;object-fit:cover;background:#fff}.dekora-chat__product-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.dekora-chat__product-name{font-size:12px;line-height:1.35;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.dekora-chat__product-price{font-size:11px;color:#77736d}

/* Conversation */
.dekora-chat__messages{flex:1;min-height:0;overflow:auto;margin:0;padding:16px 14px;display:flex;flex-direction:column;gap:9px;background:#fff;scrollbar-width:thin}.dekora-chat__intro{font-size:13px;line-height:1.5;color:#6f6a63;margin:0 0 4px}.dekora-chat__message{max-width:82%;padding:9px 11px;font-size:13px;line-height:1.5;word-wrap:break-word;border-radius:12px}.dekora-chat__message--customer{align-self:flex-end;background:#26231f;color:#fff;border-bottom-right-radius:4px}.dekora-chat__message--admin{align-self:flex-start;background:#f3f1ed;color:#26231f;border-bottom-left-radius:4px}
.dekora-chat__context{width:100%;display:flex;align-items:center;gap:10px;padding:9px 10px;margin:5px 0 2px;border:1px solid #ece9e3;border-radius:9px;background:#fff}.dekora-chat__context img{width:44px;height:44px;flex:0 0 44px;object-fit:cover;background:#fff}.dekora-chat__context>div{display:flex;flex-direction:column;min-width:0;gap:2px}.dekora-chat__context strong{font-size:11.5px;line-height:1.3;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dekora-chat__context span{font-size:10.5px;line-height:1.3;color:#77736d}

/* Composer */
.dekora-chat__form{display:flex;align-items:center;gap:8px;margin:0;padding:10px;border-top:1px solid #ece9e3;background:#fff}.dekora-chat__input{flex:1;min-width:0;min-height:42px;max-height:100px;resize:none;border:1px solid #dfdcd6!important;border-radius:8px!important;background:#fff!important;color:#26231f!important;padding:10px 11px!important;margin:0!important;font:inherit!important;font-size:13px!important;line-height:1.45!important;box-shadow:none!important;outline:none!important}.dekora-chat__input:focus{border-color:#26231f!important}
.dekora-chat__send,.dekora-chat__send:hover,.dekora-chat__send:focus,.dekora-chat__send:active{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;margin:0!important;padding:0!important;border:0!important;border-radius:8px!important;background:#26231f!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;box-shadow:none!important;outline:none!important;cursor:pointer}.dekora-chat__send svg{display:block;width:18px;height:18px;margin:0;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.dekora-chat__send:disabled{opacity:.45;cursor:wait}.dekora-chat__website{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.dekora-chat__error{font-size:12px;color:#8b2f2f;padding:0 14px 8px;background:#fff}

@media(max-width:767px){
  .dekora-chat-cta{padding:12px 0!important}.dekora-chat-cta__copy strong{font-size:13px}.dekora-chat-cta__copy span{font-size:11px}.dekora-chat-cta__icon{width:36px;height:36px;min-width:36px}
  .dekora-chat__float{left:14px;bottom:82px;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important}
  .dekora-chat__panel{left:10px;bottom:142px;width:calc(100vw - 20px);max-width:420px;height:min(62dvh,500px);min-height:320px;border-radius:15px;transform-origin:bottom left}
  .dekora-chat__header{padding:14px 14px 12px}.dekora-chat__product{padding:10px 12px}.dekora-chat__product-image{width:48px;height:48px;flex-basis:48px}.dekora-chat__messages{padding:13px 12px}.dekora-chat__message{max-width:88%;font-size:14px}.dekora-chat__form{padding:9px}.dekora-chat__input{font-size:16px!important}.dekora-chat__context{padding:8px}.dekora-chat__context img{width:40px;height:40px;flex-basis:40px}
}
@media(max-width:370px){.dekora-chat__panel{left:8px;width:calc(100vw - 16px);height:min(60dvh,470px);bottom:138px}.dekora-chat__float{left:12px;bottom:80px}.dekora-chat__header strong{font-size:14px}.dekora-chat__product-name{font-size:11.5px}}
@media(prefers-reduced-motion:reduce){.dekora-chat__panel,.dekora-chat__float{transition:none!important}}

/* CTA alignment: follow the parent container exactly; no horizontal offset or inner horizontal spacing. */
.dekora-chat-cta{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
.dekora-chat-cta__copy{
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
