#hb-gai-o {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2147483645;
  pointer-events: auto;
  display: none;
  touch-action: none;
  overscroll-behavior: contain;
}
#hb-gai-f {
  position: fixed;
  right: 18px;
  bottom: 173px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(155, 93, 229, 0.3);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
#hb-gai-f {
  overflow: visible;
}
#hb-gai-f:after {
  display: none !important;
}
#hb-hai-brain {
  width: 60px;
  height: 60px;
  display: block;
  overflow: visible;
  pointer-events: none;
  transform: scaleX(1.05) scaleY(1.02);
  transform-origin: center;
}
#hb-hai-brain .hb-hai-brain-wire,
#hb-hai-brain .hb-hai-brain-outline {
  fill: none;
  stroke: #9b5de5;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#hb-hai-brain .hb-hai-brain-wire {
  opacity: 0.32;
}
#hb-hai-brain .hb-hai-brain-outline {
  stroke-width: 2.2;
  opacity: 0.48;
}
#hb-hai-brain .hb-hai-node {
  fill: #9b5de5;
  transform-box: fill-box;
  transform-origin: center;
  animation: hbHaiNodePulse 2.1s ease-in-out infinite;
}
#hb-hai-brain .hb-hai-node-2 { animation-delay: -0.45s; }
#hb-hai-brain .hb-hai-node-3 { animation-delay: -0.95s; }
#hb-hai-brain .hb-hai-node-4 { animation-delay: -1.4s; }
#hb-hai-brain .hb-hai-moving-spark {
  fill: #9b5de5;
  filter: url(#hb-hai-spark-glow);
}
#hb-hai-brain .hb-hai-moving-spark-white {
  fill: #fff;
}
#hb-hai-brain .hb-hai-trail {
  fill: #fff;
  opacity: 0.78;
  filter: url(#hb-hai-spark-glow);
}
#hb-gai-f .hb-hai-badge {
  position: absolute;
  right: -4px;
  top: -5px;
  width: 32px;
  height: 21px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font: 800 11px/21px Arial;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  pointer-events: none;
  display: grid;
  place-items: center;
  overflow: visible;
  transform-origin: center bottom;
  animation: hbHaiBadgeJump 3.6s ease-in-out infinite;
}
#hb-gai-f .hb-hai-step {
  grid-area: 1 / 1;
  display: inline-block;
  opacity: 0;
  transform-origin: center bottom;
}
#hb-gai-f .hb-hai-step-h { animation: hbHaiStepH 3.6s linear infinite; }
#hb-gai-f .hb-hai-step-ha { animation: hbHaiStepHa 3.6s linear infinite; }
#hb-gai-f .hb-hai-step-hai { animation: hbHaiStepHai 3.6s linear infinite; }
#hb-gai-f .hb-hai-label-spark {
  position: absolute;
  color: #9b5de5;
  opacity: 0;
  line-height: 1;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #9b5de5);
}
#hb-gai-f .hb-hai-label-spark-1 { right: -7px; top: -7px; font-size: 12px; animation: hbHaiLabelSpark1 3.6s ease-out infinite; }
#hb-gai-f .hb-hai-label-spark-2 { left: -5px; top: -3px; font-size: 8px; animation: hbHaiLabelSpark2 3.6s ease-out infinite; }
#hb-gai-f .hb-hai-label-spark-3 { right: -4px; bottom: -3px; font-size: 6px; animation: hbHaiLabelSpark3 3.6s ease-out infinite; }
@keyframes hbHaiNodePulse {
  0%, 72%, 100% { opacity: 0.15; transform: scale(0.55); }
  80% { opacity: 0.9; transform: scale(1.45); }
  90% { opacity: 0.3; transform: scale(0.8); }
}
@keyframes hbHaiStepH {
  0% { opacity: 1; transform: scale(0.65); }
  4% { opacity: 1; transform: scale(1.16); }
  7.5% { opacity: 1; transform: scale(1); }
  8%, 100% { opacity: 0; transform: scale(1); }
}
@keyframes hbHaiStepHa {
  0%, 8% { opacity: 0; transform: scale(0.65); }
  9% { opacity: 1; transform: scale(0.65); }
  13% { opacity: 1; transform: scale(1.16); }
  16.5% { opacity: 1; transform: scale(1); }
  17%, 100% { opacity: 0; transform: scale(1); }
}
@keyframes hbHaiStepHai {
  0%, 17% { opacity: 0; transform: scale(0.65); }
  18% { opacity: 1; transform: scale(0.65); }
  22% { opacity: 1; transform: scale(1.14); }
  26%, 100% { opacity: 1; transform: scale(1); }
}
@keyframes hbHaiBadgeJump {
  0%, 24%, 100% { transform: translateY(0) scale(1); }
  28% { transform: translateY(-6px) scale(1.08); }
  32% { transform: translateY(0) scale(0.97); }
  35% { transform: translateY(-2px) scale(1.03); }
  39%, 100% { transform: translateY(0) scale(1); }
}
@keyframes hbHaiLabelSpark1 {
  0%, 23%, 42%, 100% { opacity: 0; transform: scale(0.1) rotate(0deg); }
  29% { opacity: 1; transform: scale(1.5) rotate(45deg); }
  38% { opacity: 0; transform: scale(0.25) rotate(100deg); }
}
@keyframes hbHaiLabelSpark2 {
  0%, 25%, 44%, 100% { opacity: 0; transform: scale(0.1); }
  31% { opacity: 1; transform: scale(1.4); }
  40% { opacity: 0; transform: scale(0.2); }
}
@keyframes hbHaiLabelSpark3 {
  0%, 27%, 45%, 100% { opacity: 0; transform: scale(0.1); }
  33% { opacity: 0.9; transform: scale(1.25); }
  41% { opacity: 0; transform: scale(0.2); }
}
#hb-gai-p {
  position: fixed;
  right: 24px;
  bottom: 251px;
  width: 620px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border: 1px solid rgba(155, 93, 229, 0.28);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  z-index: 2147483647;
  display: none;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  overscroll-behavior: contain;
  touch-action: auto;
}
#hb-gai-p.hb-open {
  display: block;
}
#hb-gai-h {
  background: linear-gradient(135deg, #9b5de5, #b892ff);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
#hb-gai-h .hb-b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #111;
  line-height: 1;
  flex-shrink: 0;
}
#hb-gai-h .hb-n {
  font-size: 17px;
  font-weight: 800;
  color: #111;
  line-height: 24px;
  text-align: center;
}
#hb-gai-wa {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  border: 0;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}
#hb-gai-wa svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  display: block;
}
#hb-gai-x {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
#hb-gai-bd {
  position: relative;
  padding: 16px;
  background: #fff;
}
#hb-gai-a {
  background: #fbf8ff;
  border: 1px solid rgba(155, 93, 229, 0.24);
  color: #111;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.6;
  max-height: 380px;
  padding: 12px;
  border-radius: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  margin-bottom: 10px;
  box-sizing: border-box;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
#hb-gai-a .hb-chat-row {
  display: flex;
  margin: 8px 0;
}
#hb-gai-a .hb-chat-row.hb-user {
  justify-content: flex-end;
}
#hb-gai-a .hb-chat-row.hb-bot {
  justify-content: flex-start;
}
#hb-gai-a .hb-chat-bubble {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.6;
  word-break: break-word;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
#hb-gai-a .hb-chat-row.hb-user .hb-chat-bubble {
  background: linear-gradient(135deg, #9b5de5, #b892ff);
  color: #fff;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
#hb-gai-a .hb-chat-row.hb-bot .hb-chat-bubble {
  background: #fbf8ff;
  color: #111;
  border: 1px solid rgba(155, 93, 229, 0.24);
  border-bottom-left-radius: 5px;
  font-size: 15px !important;
  font-weight: 550 !important;
  line-height: 24px !important;
  white-space: pre-line !important;
}
#hb-gai-a .hb-chat-row.hb-typing {
  margin: 6px 2px 10px 6px !important;
}
#hb-gai-a .hb-chat-row.hb-typing .hb-chat-bubble {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #9b5de5 !important;
  font-size: 13px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
#hb-gai-a .hb-dots:after {
  content: "";
  animation: hbGaiDots 1.1s infinite;
}
@keyframes hbGaiDots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
#hb-gai-a
  .hb-chat-row.hb-bot
  .hb-chat-bubble
  a[href*="habipleravm.com"]:is(:link, :visited, :hover, :active) {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 550 !important;
  line-height: 24px !important;
  color: #5b2bbf !important;
  display: inline !important;
  position: static !important;
  top: auto !important;
  vertical-align: baseline !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#hb-gai-a
  .hb-chat-row.hb-bot
  .hb-chat-bubble
  br
  + a[href*="habipleravm.com"]:is(:link, :visited, :hover, :active) {
  display: inline-block !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
#hb-gai-a
  .hb-chat-row.hb-bot
  .hb-chat-bubble
  a[href*="maps.google.com"]:is(:link, :visited, :hover, :active) {
  color: #5b2bbf !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  display: inline !important;
}
#hb-gai-a .hb-chat-row.hb-bot .hb-chat-bubble a[href*="maps.google.com"]:hover {
  text-decoration: underline !important;
}
#hb-gai-q {
  width: 100%;
  min-height: 42px;
  height: 42px;
  max-height: 120px;
  padding: 10px 54px 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(155, 93, 229, 0.24);
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  resize: none;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;
}
#hb-gai-q::placeholder {
  color: #777;
  font-weight: 400;
}
#hb-gai-m {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #5b2bbf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  z-index: 5;
}
#hb-gai-m svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#hb-gai-m.hb-listening {
  color: #d93025;
  background: rgba(217, 48, 37, 0.12);
  box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.1);
  animation: hbGaiMicPulse 1.25s ease-in-out infinite;
}
@keyframes hbGaiMicPulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(217, 48, 37, 0.02);
  }
}
#hb-gai-a .hb-chat-row.hb-bot .hb-chat-bubble.hb-has-tts {
  position: relative;
  padding-right: 42px;
}
#hb-gai-a .hb-tts-btn {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #5b2bbf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
}
#hb-gai-a .hb-tts-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
#hb-gai-a .hb-tts-btn.hb-speaking {
  background: rgba(91, 43, 191, 0.12);
  box-shadow: 0 0 0 3px rgba(91, 43, 191, 0.08);
}
#hb-gai-s {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  #hb-hai-brain .hb-hai-node,
  #hb-gai-f .hb-hai-badge,
  #hb-gai-f .hb-hai-step,
  #hb-gai-f .hb-hai-label-spark {
    animation: none !important;
  }
  #hb-gai-f .hb-hai-step-h,
  #hb-gai-f .hb-hai-step-ha {
    display: none !important;
  }
  #hb-gai-f .hb-hai-step-hai {
    opacity: 1 !important;
    transform: none !important;
  }
  #hb-hai-brain .hb-hai-moving-spark,
  #hb-hai-brain .hb-hai-trail {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #hb-gai-f {
    right: 8px;
    bottom: 108px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }
  #hb-hai-brain {
    width: 52px;
    height: 52px;
    transform: scaleX(1.04) scaleY(1.01);
  }
  #hb-gai-p.hb-open {
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100vw - 24px) !important;
    max-width: 360px !important;
    max-height: calc(100dvh - 10px) !important;
    border: 2px solid rgba(155, 93, 229, 0.55);
    border-radius: 18px;
    box-shadow:
      0 16px 45px rgba(0, 0, 0, 0.28),
      0 0 0 9999px rgba(0, 0, 0, 0.1);
  }
  #hb-gai-h {
    padding: 12px 13px;
    justify-content: flex-start;
    gap: 12px;
  }
  #hb-gai-h .hb-b {
    padding: 6px 14px;
    flex-shrink: 0;
  }
  #hb-gai-h .hb-n {
    font-size: 16px;
    line-height: 23px;
  }
  #hb-gai-wa {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    border: 0;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
  }
  #hb-gai-wa svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: block;
  }
  #hb-gai-x {
    margin-left: auto;
  }
  #hb-gai-bd {
    padding: 11px;
  }
  #hb-gai-a {
    font-size: 14px;
    line-height: 1.55;
    height: auto !important;
    max-height: min(540px, calc(100dvh - 200px)) !important;
    padding: 10px;
    margin-bottom: 8px;
  }
  #hb-gai-a .hb-chat-bubble {
    max-width: 92%;
  }
  #hb-gai-a .hb-chat-row.hb-user .hb-chat-bubble {
    font-size: 13.5px;
  }
  #hb-gai-a .hb-chat-row.hb-bot .hb-chat-bubble {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 16.64px !important;
  }
  #hb-gai-a
    .hb-chat-row.hb-bot
    .hb-chat-bubble
    a[href*="habipleravm.com"]:is(:link, :visited, :hover, :active) {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 16.64px !important;
  }
  #hb-gai-q {
    font-size: 14px;
    min-height: 42px;
    height: 42px;
    max-height: 120px;
    padding: 10px 108px 10px 12px;
    resize: none;
    line-height: 20px;
    overflow: hidden;
  }
  #hb-gai-p.hb-open #hb-gai-m {
    right: 58px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    padding: 7px;
  }
  #hb-gai-p.hb-open #hb-gai-s {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border: 1px solid rgba(155, 93, 229, 0.28);
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
    text-shadow:
      0.45px 0 0 #111,
      -0.45px 0 0 #111,
      0 0.25px 0 #111;
    box-sizing: border-box;
  }
  body.hb-gai-keyboard #hb-gai-p.hb-open {
    max-height: calc(100dvh - 12px) !important;
  }
  body.hb-gai-keyboard #hb-gai-a {
    height: auto !important;
    max-height: min(240px, calc(100dvh - 190px)) !important;
  }
  body.hb-gai-keyboard #hb-gai-q {
    min-height: 42px !important;
    max-height: 120px !important;
  }
}
@media (min-width: 769px) {
  #hb-gai-p.hb-open {
    top: auto !important;
    bottom: 22px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: calc(100vh - 24px) !important;
    display: flex !important;
    flex-direction: column !important;
  }
  #hb-gai-bd {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 90px) !important;
  }
  #hb-gai-a {
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 170px) !important;
    flex: 0 1 auto !important;
    overflow-y: auto !important;
  }
  #hb-gai-a .hb-chat-row.hb-bot .hb-chat-bubble a[href*="habipleravm.com"] {
    white-space: normal !important;
    overflow: visible !important;
    max-width: 100% !important;
  }
}
.hb-products {
  display: block !important;
}
.hb-comparison {
  display: block !important;
}
.hb-compare-scroll {
  overflow-x: auto;
  border: 1px solid #dcc8fa;
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.hb-compare-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 11px;
}
.hb-compare-table th,
.hb-compare-table td {
  padding: 8px;
  border-bottom: 1px solid #eee6fb;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.hb-compare-table thead th {
  background: #f7f2ff;
  color: #32106b;
  font-weight: 700;
}
.hb-compare-table tbody th {
  color: #5c5270;
  font-weight: 600;
}
.hb-compare-table tr:last-child th,
.hb-compare-table tr:last-child td {
  border-bottom: 0;
}
.hb-pcard {
  min-height: 150px;
  height: auto;
  margin: 7px 0;
  padding: 8px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  border: 1px solid #dcc8fa;
  border-radius: 12px;
  overflow: visible;
}
.hb-pmedia {
  position: relative;
  height: 134px;
  overflow: hidden;
  touch-action: pan-y;
}
.hb-pimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.hb-pvariants {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 2px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 4px;
  pointer-events: auto;
}
.hb-pvariant {
  min-width: 0;
  min-height: 28px;
  flex: 1 1 0;
  padding: 3px 5px;
  border: 1px solid rgba(91, 43, 191, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #5b2bbf;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  touch-action: manipulation;
}
.hb-pvariant.hb-active {
  border-color: #5b2bbf;
  background: rgba(91, 43, 191, 0.94);
  color: #fff;
}
.hb-pnav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: #fffe;
  color: #5b2bbf;
  font-size: 22px;
}
.hb-pp {
  left: 0;
}
.hb-pn {
  right: 0;
}
.hb-pbody {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hb-ptitle {
  color: #5b2bbf !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-decoration: none !important;
  display: block !important;
  white-space: normal;
  overflow-wrap: anywhere;
}
.hb-pfeatures {
  margin: 4px 0;
}
.hb-pfeature {
  font-size: 11.5px;
  line-height: 14.5px;
  color: #555;
  white-space: normal;
  overflow-wrap: anywhere;
}
.hb-pprice {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: anywhere;
}
#hb-gai-lb {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: #000d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  touch-action: none;
}
#hb-gai-lb img {
  max-width: 100%;
  max-height: 90vh;
  transform-origin: center center;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}
#hb-gai-lb button {
  position: absolute;
  border: 0;
  background: #fffe;
  font: 700 28px Arial;
  padding: 6px 10px;
}
#hb-gai-lb .hb-lx {
  right: 14px;
  top: 14px;
  border-radius: 50%;
}
#hb-gai-lb .hb-lp {
  left: 14px;
}
#hb-gai-lb .hb-ln {
  right: 14px;
}
#hb-gai-lb .hb-lp,
#hb-gai-lb .hb-ln {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .hb-compare-scroll {
    margin: 0 -2px;
  }
  .hb-compare-table {
    min-width: 420px;
    font-size: 10.5px;
  }
  .hb-compare-table th,
  .hb-compare-table td {
    padding: 7px;
  }
  .hb-pnav,
  #hb-gai-lb .hb-lp,
  #hb-gai-lb .hb-ln {
    display: none;
  }
  #hb-gai-lb {
    padding: 30px 8px;
  }
}

/* Structured HAI comparison answer */
#hb-gai-a .hb-structured-comparison .hb-chat-bubble {
  white-space: normal !important;
}
#hb-gai-a .hb-compare-cards {
  line-height: 1.45;
}
#hb-gai-a .hb-compare-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
}
#hb-gai-a .hb-compare-item {
  padding: 8px 0 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#hb-gai-a .hb-compare-label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(47, 107, 69, 0.08);
  color: #2f6b45;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}
#hb-gai-a .hb-compare-product {
  margin-bottom: 3px;
  font-weight: 750;
  line-height: 1.4;
}
#hb-gai-a .hb-compare-product-link,
#hb-gai-a .hb-answer-product-link {
  color: #5b2bbf !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}
#hb-gai-a .hb-compare-detail {
  line-height: 1.4;
}
#hb-gai-a .hb-compare-price {
  margin-top: 4px;
  color: #32106b;
  font-weight: 800;
  line-height: 1.4;
}
#hb-gai-a .hb-compare-summary {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 650;
  line-height: 1.45;
}
