.aelvoro-care-hub,
.aelvoro-care-hub * {
  box-sizing: border-box;
}

.aelvoro-care-hub {
  --aelvoro-care-ink: #0b0c0b;
  --aelvoro-care-paper: #fffffb;
  --aelvoro-care-soft: #f5f5ef;
  --aelvoro-care-line: #ddded7;
  --aelvoro-care-muted: #61635b;
  --aelvoro-care-green: #20df67;
  --aelvoro-care-lime: #cdff6f;
  bottom: calc(28px + env(safe-area-inset-bottom));
  color: var(--aelvoro-care-ink);
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  position: fixed;
  right: 28px;
  z-index: 100200;
}

.aelvoro-care-hub button,
.aelvoro-care-hub a,
.aelvoro-care-hub input,
.aelvoro-care-hub textarea {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  font: inherit;
}

.aelvoro-care-hub button,
.aelvoro-care-hub a {
  user-select: none;
}

.aelvoro-care-icon {
  display: block;
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}

.aelvoro-care-icon--support {
  stroke-width: 2.2;
}

.aelvoro-care-icon--whatsapp {
  fill: currentColor;
  fill-rule: evenodd;
  stroke: none;
}

.aelvoro-care-mark {
  align-items: center;
  background: #fbfbf6;
  border: 1px solid rgba(11, 12, 11, 0.2);
  border-radius: 50%;
  color: var(--aelvoro-care-ink);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
  box-shadow: 0 7px 16px rgba(8, 10, 8, 0.13);
}

.aelvoro-care-mark::before {
  display: none;
}

.aelvoro-care-mark .aelvoro-care-icon--support {
  height: 26px;
  position: relative;
  width: 26px;
  z-index: 1;
}

.aelvoro-care-icon--support-image {
  display: block;
  height: 25px;
  object-fit: contain;
  position: relative;
  transform: translate(-1px, -1px);
  width: 25px;
  z-index: 1;
}

.aelvoro-care-mark__dot {
  background: var(--aelvoro-care-green);
  border: 2px solid #fbfbf6;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(11, 12, 11, 0.14);
  height: 8px;
  position: absolute;
  right: -1px;
  top: 4px;
  width: 8px;
  z-index: 2;
}

.aelvoro-care-launcher.has-unread .aelvoro-care-mark__dot,
.aelvoro-care-launcher.is-thinking .aelvoro-care-mark__dot {
  animation: aelvoro-care-dot-pulse 1.8s ease-in-out infinite;
}

.aelvoro-care-launcher {
  align-items: center;
  background: #f7f7f2;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 17px 38px rgba(8, 10, 8, 0.18);
  color: var(--aelvoro-care-ink);
  cursor: pointer;
  display: inline-flex;
  height: 81px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 81px;
  padding: 0;
  place-items: center;
  pointer-events: auto;
  position: relative;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 81px;
  isolation: isolate;
}

.aelvoro-care-launcher:hover {
  background: #fffef8;
  box-shadow: 0 20px 42px rgba(8, 10, 8, 0.22);
  transform: translateY(-1px) scale(1.03);
}

.aelvoro-care-launcher:active {
  transform: translateY(0) scale(0.97);
}

.aelvoro-care-launcher::before,
.aelvoro-care-launcher::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.aelvoro-care-launcher::before {
  border: 1px solid rgba(31, 224, 101, 0.5);
  inset: -7px;
  transform: scale(0.88);
  z-index: -2;
}

.aelvoro-care-launcher::after {
  display: none;
}

.aelvoro-care-launcher.has-unread::before,
.aelvoro-care-launcher.is-thinking::before {
  animation: aelvoro-care-launcher-pulse 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  opacity: 1;
}

.aelvoro-care-launcher.has-unread::after,
.aelvoro-care-launcher.is-thinking::after {
  animation: none;
  opacity: 0;
}

.aelvoro-care-hub button:focus-visible,
.aelvoro-care-hub a:focus-visible,
.aelvoro-care-hub input:focus-visible,
.aelvoro-care-hub textarea:focus-visible {
  outline: 2px solid var(--aelvoro-care-green);
  outline-offset: 3px;
}

.aelvoro-care-launcher__status {
  display: none;
}

.aelvoro-care-launcher__status {
  background: var(--aelvoro-care-green);
  border: 2px solid #fffef7;
  border-radius: 50%;
  height: 9px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 9px;
}

.aelvoro-care-launcher__surface {
  align-items: center;
  background: #3f4b42;
  border: 1px solid rgba(255, 255, 251, 0.54);
  border-radius: 50%;
  color: #f8f8f4;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 56px;
}

.aelvoro-care-launcher__glyph {
  align-items: center;
  display: inline-flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  transition: opacity 180ms ease, transform 180ms ease;
}

.aelvoro-care-launcher__glyph--chevron {
  opacity: 0;
  transform: translateY(-8px) scale(0.78);
}

.aelvoro-care-launcher-svg {
  display: block;
}

.aelvoro-care-launcher-svg--chat {
  height: 35px;
  width: 35px;
}

.aelvoro-care-launcher-svg--chevron {
  height: 35px;
  width: 35px;
}

.aelvoro-care-launcher-dot {
  fill: #3f4b42;
  transform-box: fill-box;
  transform-origin: center;
}

.aelvoro-care-launcher.is-open {
  background: #f7f7f2;
  transform: translateY(0) scale(1);
}

.aelvoro-care-launcher.is-open .aelvoro-care-launcher__surface {
  background: #20241f;
  transform: scale(0.96);
}

.aelvoro-care-launcher.is-open .aelvoro-care-launcher__glyph--chat {
  opacity: 0;
  transform: translateY(8px) scale(0.78);
}

.aelvoro-care-launcher.is-open .aelvoro-care-launcher__glyph--chevron {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.aelvoro-care-launcher__badge {
  align-items: center;
  background: var(--aelvoro-care-green);
  border: 2px solid #fffef7;
  border-radius: 50%;
  color: var(--aelvoro-care-ink);
  display: none;
  font-size: 0;
  font-weight: 900;
  height: 13px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 13px;
}

.aelvoro-care-launcher.has-unread .aelvoro-care-launcher__badge {
  display: inline-flex;
}

.aelvoro-care-launcher.has-unread .aelvoro-care-launcher__status {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .aelvoro-care-launcher.has-unread:not(.is-open) .aelvoro-care-launcher__surface {
    animation: aelvoro-care-launcher-nudge 4.2s ease-in-out 2;
  }

  .aelvoro-care-launcher.has-unread .aelvoro-care-launcher-dot,
  .aelvoro-care-launcher.is-thinking .aelvoro-care-launcher-dot {
    animation: aelvoro-care-launcher-typing 1.15s ease-in-out infinite;
  }

  .aelvoro-care-launcher.has-unread .aelvoro-care-launcher-dot--2,
  .aelvoro-care-launcher.is-thinking .aelvoro-care-launcher-dot--2 {
    animation-delay: 120ms;
  }

  .aelvoro-care-launcher.has-unread .aelvoro-care-launcher-dot--3,
  .aelvoro-care-launcher.is-thinking .aelvoro-care-launcher-dot--3 {
    animation-delay: 240ms;
  }
}

.aelvoro-care-panel {
  background: var(--aelvoro-care-paper);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  bottom: 96px;
  box-shadow: 0 24px 60px rgba(8, 10, 8, 0.22);
  display: none;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  height: min(620px, calc(100vh - 156px));
  height: min(620px, calc(100dvh - 156px));
  max-height: min(700px, calc(100vh - 146px));
  max-height: min(700px, calc(100dvh - 146px));
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: min(460px, calc(100vw - 32px));
}

.aelvoro-care-panel::before {
  background: rgba(8, 9, 8, 0.58);
  border-radius: 34px;
  content: "";
  inset: -20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: -1;
}

.aelvoro-care-panel.is-open {
  animation: aelvoro-care-rise 190ms ease-out;
  display: grid;
}

.aelvoro-care-panel.is-open::before {
  opacity: 1;
  transform: scale(1);
}

.aelvoro-care-header {
  align-items: center;
  background: var(--aelvoro-care-ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px 18px;
}

.aelvoro-care-header__identity {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.aelvoro-care-header__identity > div {
  min-width: 0;
}

.aelvoro-care-header strong,
.aelvoro-care-header span {
  display: block;
}

.aelvoro-care-header .aelvoro-care-mark {
  display: inline-flex;
}

.aelvoro-care-header strong {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.aelvoro-care-header__identity > div > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aelvoro-care-header__actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.aelvoro-care-header__wa,
.aelvoro-care-close {
  align-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.aelvoro-care-header__wa {
  background: var(--aelvoro-care-green);
  color: #061006;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18), 0 8px 18px rgba(31, 224, 101, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.aelvoro-care-header__wa:hover {
  background: #27ec70;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 10px 22px rgba(31, 224, 101, 0.28);
  transform: translateY(-1px);
}

.aelvoro-care-header__wa:active {
  transform: translateY(0) scale(0.97);
}

.aelvoro-care-header__wa .aelvoro-care-icon--whatsapp {
  height: 21px;
  width: 21px;
}

.aelvoro-care-close .aelvoro-care-icon {
  height: 21px;
  width: 21px;
}

.aelvoro-care-close {
  background: transparent;
  color: #fff;
}

.aelvoro-care-thread {
  background: linear-gradient(180deg, #fffffb 0%, #f7f7f2 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 16px 18px;
  scrollbar-width: none;
}

.aelvoro-care-thread::-webkit-scrollbar {
  display: none;
}

.aelvoro-care-message {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  max-width: 100%;
}

.aelvoro-care-message--customer {
  justify-content: flex-end;
}

.aelvoro-care-message--customer .aelvoro-care-message__body {
  background: var(--aelvoro-care-ink);
  border-color: var(--aelvoro-care-ink);
  color: #fff;
  max-width: 78%;
}

.aelvoro-care-message--assistant .aelvoro-care-message__body {
  background: var(--aelvoro-care-soft);
  border: 1px solid var(--aelvoro-care-line);
  color: #3d403a;
}

.aelvoro-care-message--ai .aelvoro-care-message__body {
  border-color: rgba(32, 223, 103, 0.58);
  box-shadow: inset 3px 0 0 rgba(32, 223, 103, 0.68);
}

.aelvoro-care-message--knowledge_base .aelvoro-care-message__body {
  box-shadow: inset 3px 0 0 rgba(97, 99, 91, 0.2);
}

.aelvoro-care-message--human_review .aelvoro-care-message__body {
  border-color: #e5d6b9;
  box-shadow: inset 3px 0 0 #d5ad63;
}

.aelvoro-care-message--error .aelvoro-care-message__body {
  background: #fff6f4;
  border-color: #efc9c1;
}

.aelvoro-care-message--typing .aelvoro-care-message__body p {
  display: none;
}

.aelvoro-care-message__body {
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.38;
  padding: 12px 14px;
}

.aelvoro-care-message__body strong {
  color: inherit;
  display: block;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: 6px;
}

.aelvoro-care-message.is-streaming .aelvoro-care-message__body strong::after {
  color: var(--aelvoro-care-muted);
  content: " typing...";
  font-size: 11px;
  font-weight: 700;
}

.aelvoro-care-message__body p {
  margin: 0;
}

.aelvoro-care-message.is-streaming .aelvoro-care-message__body p::after {
  animation: aelvoro-care-cursor-blink 0.9s steps(2, start) infinite;
  content: "";
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 1em;
  margin-left: 2px;
  transform: translateY(2px);
}

.aelvoro-care-message__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.aelvoro-care-message__actions a {
  align-items: center;
  background: #e5f8e9;
  border: 1px solid #b4e4bf;
  border-radius: 999px;
  color: #0d6a31;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  min-height: 32px;
  padding: 0 13px;
  text-decoration: none;
}

.aelvoro-care-typing {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  min-height: 18px;
}

.aelvoro-care-typing i {
  animation: aelvoro-care-dot 1s ease-in-out infinite;
  background: #72746c;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
}

.aelvoro-care-typing i:nth-child(2) {
  animation-delay: 120ms;
}

.aelvoro-care-typing i:nth-child(3) {
  animation-delay: 240ms;
}

.aelvoro-care-chips {
  background: var(--aelvoro-care-paper);
  border-top: 1px solid rgba(20, 21, 18, 0.08);
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
  padding: 11px 18px 10px;
  position: relative;
}

.aelvoro-care-chips::after {
  background: linear-gradient(90deg, rgba(255, 255, 251, 0), var(--aelvoro-care-paper));
  content: "";
  inset: 0 0 0 auto;
  pointer-events: none;
  position: absolute;
  width: 28px;
}

.aelvoro-care-chip {
  background: #f0f1ed;
  border: 1px solid #d9dad4;
  border-radius: 999px;
  color: #242620;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  min-height: 30px;
  padding: 0 10px;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.aelvoro-care-hub .aelvoro-care-chip {
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.aelvoro-care-chip:hover {
  background: #fff;
  border-color: #bfc1ba;
  transform: translateY(-1px);
}

.aelvoro-care-composer {
  background: var(--aelvoro-care-paper);
  padding: 0 18px 16px;
}

.aelvoro-care-composer__bar {
  align-items: center;
  background: #fff;
  border: 1px solid #d9dad4;
  border-radius: 17px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
  padding: 6px;
}

.aelvoro-care-composer input[name="message"],
.aelvoro-care-composer textarea {
  background: transparent;
  border: 0;
  color: var(--aelvoro-care-ink);
  font-size: 14px;
  line-height: 1.25;
  height: 38px;
  min-height: 38px;
  outline: none;
  overflow: hidden;
  padding: 9px 10px;
  resize: none;
  width: 100%;
}

.aelvoro-care-composer input[name="message"] {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aelvoro-care-send {
  align-items: center;
  background: var(--aelvoro-care-ink);
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 40px;
  min-width: 78px;
  padding: 0 15px;
}

.aelvoro-care-hub .aelvoro-care-send {
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.aelvoro-care-send .aelvoro-care-icon {
  height: 16px;
  width: 16px;
}

.aelvoro-care-send:disabled {
  cursor: wait;
  opacity: 0.64;
}

.aelvoro-care-honeypot {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
}

.aelvoro-care-contact-card {
  background: #fff;
  border: 1px solid #d9dad4;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 10, 8, 0.08);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.aelvoro-care-contact-card__head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.aelvoro-care-contact-card__icon {
  align-items: center;
  background: #e5f8e9;
  border-radius: 50%;
  color: #0d6a31;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.aelvoro-care-contact-card strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.aelvoro-care-contact-card p {
  color: var(--aelvoro-care-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.aelvoro-care-contact-card__note {
  color: var(--aelvoro-care-muted);
  font-size: 12px;
  margin: -4px 0 0;
}

.aelvoro-care-contact-card__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
}

.aelvoro-care-contact-card input {
  border: 1px solid #d9dad4;
  border-radius: 12px;
  color: var(--aelvoro-care-ink);
  font-size: 13px;
  min-height: 40px;
  padding: 0 12px;
  width: 100%;
}

.aelvoro-care-contact-card button {
  background: #e5f8e9;
  border: 1px solid #b4e4bf;
  border-radius: 999px;
  color: #0d6a31;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  transition: background 140ms ease, border-color 140ms ease, opacity 140ms ease, transform 140ms ease;
}

.aelvoro-care-contact-card button:hover {
  background: #d9f5df;
  border-color: #92dba4;
  transform: translateY(-1px);
}

.aelvoro-care-contact-card button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.aelvoro-care-contact-card__whatsapp {
  align-items: center;
  border: 1px solid #d9dad4;
  border-radius: 999px;
  color: var(--aelvoro-care-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  text-decoration: none;
}

.aelvoro-care-contact-card__whatsapp svg {
  color: #0abf53;
  height: 18px;
  width: 18px;
}

.aelvoro-care-contact-card__whatsapp:hover {
  background: #f6f7f3;
  color: var(--aelvoro-care-ink);
}

.aelvoro-care-contact-card__saved {
  background: #f1fbf3;
  border: 1px solid #c8ebd0;
  border-radius: 14px;
  padding: 12px;
}

.aelvoro-care-whatsapp {
  align-items: center;
  background: #e8f8ec;
  border: 1px solid #bee9c8;
  border-radius: 18px;
  color: #0c6f32;
  display: none;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin: 0 24px 14px;
  min-height: 44px;
  pointer-events: auto;
  text-decoration: none;
}

.aelvoro-care-status {
  color: var(--aelvoro-care-muted);
  font-size: 12px;
  margin: 0;
  min-height: 14px;
  padding: 0 24px 16px;
}

@keyframes aelvoro-care-rise {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aelvoro-care-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.78);
  }
}

@keyframes aelvoro-care-launcher-pulse {
  0% {
    opacity: 0.48;
    transform: scale(0.88);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes aelvoro-care-launcher-nudge {
  0%,
  72%,
  100% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
  76% {
    transform: translateX(-2px) rotate(-4deg) scale(1.02);
  }
  80% {
    transform: translateX(2px) rotate(4deg) scale(1.02);
  }
  84% {
    transform: translateX(-1px) rotate(-2deg) scale(1.01);
  }
  88% {
    transform: translateX(1px) rotate(2deg) scale(1.01);
  }
  92% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
}

@keyframes aelvoro-care-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes aelvoro-care-dot-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(11, 12, 11, 0.14), 0 0 0 0 rgba(31, 224, 101, 0);
    transform: scale(1);
  }
  45% {
    box-shadow: 0 0 0 1px rgba(11, 12, 11, 0.14), 0 0 0 7px rgba(31, 224, 101, 0.22);
    transform: scale(0.92);
  }
}

@keyframes aelvoro-care-launcher-typing {
  0%,
  78%,
  100% {
    opacity: 0.42;
    transform: translateY(0) scale(0.92);
  }
  36% {
    opacity: 1;
    transform: translateY(-2px) scale(1);
  }
}

@keyframes aelvoro-care-cursor-blink {
  0%,
  45% {
    opacity: 1;
  }
  46%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 560px) {
  .aelvoro-care-hub {
    bottom: calc(20px + env(safe-area-inset-bottom));
    right: 18px;
  }

  .aelvoro-care-panel {
    border-radius: 20px;
    bottom: 58px;
    height: min(520px, calc(100vh - 98px));
    height: min(520px, calc(100dvh - 98px));
    max-height: min(82vh, 640px);
    max-height: min(82dvh, 640px);
    right: 0;
    width: min(390px, calc(100vw - 28px));
  }

  .aelvoro-care-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .aelvoro-care-header__identity {
    gap: 10px;
  }

  .aelvoro-care-header strong {
    font-size: 15px;
  }

  .aelvoro-care-header__identity > div > span {
    font-size: 11px;
  }

  .aelvoro-care-header__wa,
  .aelvoro-care-close {
    height: 36px;
    width: 36px;
  }

  .aelvoro-care-mark {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .aelvoro-care-mark .aelvoro-care-icon--support {
    height: 24px;
    width: 24px;
  }

  .aelvoro-care-mark .aelvoro-care-icon--support-image {
    height: 23px;
    width: 23px;
  }

  .aelvoro-care-thread {
    padding: 14px;
  }

  .aelvoro-care-message__body {
    padding: 11px 13px;
  }

  .aelvoro-care-message__body strong {
    font-size: 12px;
    line-height: 1.26;
  }

  .aelvoro-care-message__body {
    font-size: 11.5px;
    line-height: 1.34;
  }

  .aelvoro-care-chips {
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 12px 14px 10px;
    scrollbar-width: none;
  }

  .aelvoro-care-chips::after {
    width: 34px;
  }

  .aelvoro-care-chips::-webkit-scrollbar {
    display: none;
  }

  .aelvoro-care-chip {
    flex: 0 0 auto;
    font-size: 10px;
    min-height: 29px;
    padding: 0 7px;
  }

  .aelvoro-care-hub .aelvoro-care-chip {
    font-size: 10px;
  }

  .aelvoro-care-composer {
    padding: 0 14px 14px;
  }

  .aelvoro-care-composer__bar {
    gap: 8px;
  }

  .aelvoro-care-send {
    min-height: 40px;
    min-width: 44px;
    padding-inline: 0;
    width: 44px;
  }

  .aelvoro-care-send span {
    display: none;
  }

  .aelvoro-care-whatsapp {
    margin-inline: 18px;
  }

  .aelvoro-care-launcher {
    height: 48px;
    min-width: 48px;
    width: 48px;
  }

  .aelvoro-care-launcher__surface {
    height: 34px;
    width: 34px;
  }

  .aelvoro-care-launcher-svg--chat,
  .aelvoro-care-launcher-svg--chevron {
    height: 22px;
    width: 22px;
  }

  .aelvoro-care-launcher__badge {
    height: 9px;
    right: 5px;
    top: 5px;
    width: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aelvoro-care-panel.is-open,
  .aelvoro-care-launcher,
  .aelvoro-care-launcher::before,
  .aelvoro-care-launcher::after,
  .aelvoro-care-chip,
  .aelvoro-care-launcher__status,
  .aelvoro-care-launcher__surface,
  .aelvoro-care-typing i,
  .aelvoro-care-launcher-dot {
    animation: none;
    transition: none;
  }
}

@media (max-width: 390px) {
  .aelvoro-care-panel {
    width: calc(100vw - 36px);
  }

  .aelvoro-care-chip {
    font-size: 9.5px;
    padding: 0 6px;
  }

  .aelvoro-care-hub .aelvoro-care-chip {
    font-size: 9.5px;
  }
}
