body,
.rj-widget,
.rj-widget textarea,
.rj-widget button {
  font-family: "Poppins", sans-serif;
}

.rj-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.rj-nav__toggle.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(95, 251, 241, 0.34);
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  min-width: 44px;
  min-height: 38px;
  background: transparent;
}

.rj-mobile-nav {
  display: none;
}

.rj-mobile-nav[hidden] {
  display: none !important;
}

.rj-mobile-nav__list {
  display: grid;
  gap: 0;
  width: 100%;
}

.rj-mobile-nav__button {
  justify-content: flex-start;
}

.rj-nav__toggle .navbar-toggler-icon {
  width: 1.15rem;
  height: 0.9rem;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96));
  background-repeat: no-repeat;
  background-position: center top, center center, center bottom;
  background-size: 100% 2px, 100% 2px, 100% 2px;
  filter: none;
  opacity: 1;
}

.rj-nav__button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.2;
  padding: 0.45rem 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 140ms ease, border-color 140ms ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 25;
  cursor: pointer;
  pointer-events: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
}

.rj-nav__button:hover,
.rj-nav__button:focus-visible {
  color: #ffffff;
  border-color: rgba(95, 251, 241, 0.9);
  outline: none;
}

.rj-nav__button--accent {
  color: #ffffff;
  border-color: rgba(95, 251, 241, 0.8);
}

.rj-nav__button--active {
  color: #ffffff;
  border-color: rgba(95, 251, 241, 0.95);
}

#rjTopNav,
#rjTopNav.show,
#rjTopNav .rj-nav,
#rjTopNav .rj-nav__button {
  pointer-events: auto;
}

@media (min-width: 992px) {
  .rj-nav__toggle.navbar-toggler,
  .cid-vfSZQb4uZf button.navbar-toggler {
    display: none !important;
  }

  .rj-mobile-nav {
    display: none !important;
  }

  #rjTopNav {
    display: flex !important;
    visibility: visible !important;
  }
}

.rj-brand-title,
.rj-brand-title:visited,
.rj-brand-title:hover,
.rj-brand-title:focus {
  color: #ffffff !important;
}

.rj-widget-card,
.rj-visual-card {
  position: relative;
  height: 100%;
  min-height: 530px;
  border-radius: 1.6rem !important;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 18, 20, 0.08);
  box-shadow: 0 18px 38px rgba(15, 18, 20, 0.08);
}

.item.features-image .item-wrapper {
  display: flex;
  height: 100%;
}

.rj-widget {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 0.9rem;
  height: 100%;
  min-height: 530px;
  padding: 1.15rem;
  color: #111111;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 252, 252, 0.98)),
    radial-gradient(circle at top right, rgba(95, 251, 241, 0.08), transparent 32%);
}

.rj-widget[dir="rtl"] {
  direction: rtl;
}

.rj-widget__top {
  display: flex;
  justify-content: flex-end;
}

.rj-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.44rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 18, 20, 0.08);
  background: #ffffff;
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.76rem;
  font-weight: 500;
}

.rj-status::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #5ffbf1;
  box-shadow: 0 0 0 0.2rem rgba(95, 251, 241, 0.16);
}

.rj-status[data-state="waiting"]::before {
  background: rgba(17, 17, 17, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.08);
}

.rj-status[data-state="error"]::before {
  background: #ffb36b;
  box-shadow: 0 0 0 0.2rem rgba(255, 179, 107, 0.16);
}

.rj-transcript {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 230px;
  max-height: 290px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 0.2rem;
  min-width: 0;
}

.rj-widget[dir="rtl"] .rj-transcript {
  padding-right: 0;
  padding-left: 0.2rem;
}

.rj-turn {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.rj-widget[dir="rtl"] .rj-turn {
  justify-items: end;
}

.rj-turn__label {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.36);
}

.rj-turn__bubble {
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  padding: 0.82rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 18, 20, 0.08);
  background: #ffffff;
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.52;
  box-shadow: 0 10px 18px rgba(15, 18, 20, 0.05);
  unicode-bidi: isolate;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

.rj-turn__bubble--thinking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.58rem 0.72rem;
  line-height: 1;
}

.rj-turn__bubble--preview {
  white-space: pre-wrap;
  background: rgba(17, 17, 17, 0.03);
}

.rj-turn__bubble--nudge {
  background: rgba(95, 251, 241, 0.08);
  border-color: rgba(95, 251, 241, 0.22);
  color: rgba(17, 17, 17, 0.82);
}

.rj-thinking {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  min-height: 0.5rem;
}

.rj-thinking span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.42);
  animation: rj-thinking-bounce 1.15s infinite ease-in-out;
}

.rj-thinking span:nth-child(2) {
  animation-delay: 0.14s;
}

.rj-thinking span:nth-child(3) {
  animation-delay: 0.28s;
}

.rj-turn--user .rj-turn__bubble {
  background: rgba(95, 251, 241, 0.1);
  border-color: rgba(95, 251, 241, 0.24);
  justify-self: start;
}

.rj-turn--assistant .rj-turn__bubble {
  justify-self: start;
}

.rj-turn__bubble[data-direction="rtl"] {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}

.rj-turn__bubble[data-direction="ltr"] {
  direction: ltr;
  text-align: left;
  unicode-bidi: plaintext;
}

.rj-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.rj-followups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: -0.05rem;
}

.rj-followups-host {
  display: block;
}

.rj-followups-host[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  .rj-widget {
    grid-template-rows: auto 290px minmax(2.75rem, auto) auto;
  }

  .rj-transcript {
    height: 290px;
    min-height: 290px;
    max-height: 290px;
  }

  .rj-intents,
  .rj-followups-host {
    min-height: 2.75rem;
    align-content: start;
  }

  .rj-intents[hidden] {
    display: flex !important;
    visibility: hidden;
    pointer-events: none;
  }

  .rj-followups-host[hidden] {
    display: block !important;
    visibility: hidden;
    pointer-events: none;
  }

  .rj-followups-host:not([hidden]) {
    visibility: visible;
    pointer-events: auto;
  }
}

.rj-followups button {
  appearance: none;
  font: inherit;
  border: 1px solid rgba(15, 18, 20, 0.08);
  background: rgba(17, 17, 17, 0.03);
  color: #111111;
  border-radius: 999px;
  padding: 0.56rem 0.82rem;
  font-size: 0.82rem;
  line-height: 1.2;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.rj-followups button:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 251, 241, 0.45);
  background: rgba(95, 251, 241, 0.08);
}

.rj-intents[hidden],
.rj-lead-panel[hidden] {
  display: none !important;
}

.rj-intents button,
.rj-composer button {
  appearance: none;
  font: inherit;
}

.rj-intents button {
  border: 1px solid rgba(15, 18, 20, 0.08);
  background: #ffffff;
  color: #111111;
  border-radius: 999px;
  padding: 0.72rem 0.92rem;
  font-size: 0.88rem;
  line-height: 1.3;
  box-shadow: 0 8px 16px rgba(15, 18, 20, 0.04);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.rj-intents button:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 251, 241, 0.5);
  box-shadow: 0 10px 18px rgba(15, 18, 20, 0.06);
}

.rj-composer {
  display: grid;
  gap: 0.7rem;
}

.rj-lead-panel {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(15, 18, 20, 0.08);
  background: rgba(17, 17, 17, 0.03);
}

.rj-lead-panel__intro {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.rj-lead-form {
  display: grid;
  gap: 0.8rem;
}

.rj-lead-advanced {
  border: 1px solid rgba(15, 18, 20, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.2rem 0.75rem 0.8rem;
}

.rj-lead-advanced summary {
  cursor: pointer;
  list-style: none;
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.72rem 0 0.45rem;
}

.rj-lead-advanced summary::-webkit-details-marker {
  display: none;
}

.rj-lead-advanced[open] summary {
  color: #111111;
}

.rj-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.rj-lead-field {
  display: grid;
  gap: 0.38rem;
}

.rj-lead-field--wide {
  grid-column: 1 / -1;
}

.rj-lead-field span {
  font-size: 0.78rem;
  color: rgba(17, 17, 17, 0.62);
}

.rj-lead-field input,
.rj-lead-field textarea {
  width: 100%;
  padding: 0.78rem 0.86rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(15, 18, 20, 0.1);
  background: #ffffff;
  color: #111111;
  line-height: 1.45;
  unicode-bidi: isolate;
}

.rj-lead-field input:focus,
.rj-lead-field textarea:focus {
  outline: none;
  border-color: #5ffbf1;
  box-shadow: 0 0 0 0.22rem rgba(95, 251, 241, 0.15);
}

.rj-lead-actions {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
}

.rj-lead-actions button {
  min-width: 132px;
  border: 1px solid rgba(95, 251, 241, 0.7);
  background: #5ffbf1;
  color: #111111;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  box-shadow: 0 12px 22px rgba(95, 251, 241, 0.2);
}

.rj-lead-actions button[type="button"] {
  border-color: rgba(15, 18, 20, 0.08);
  background: #ffffff;
  color: rgba(17, 17, 17, 0.72);
  box-shadow: none;
}

.rj-composer textarea {
  width: 100%;
  min-height: 92px;
  max-height: 180px;
  resize: vertical;
  padding: 0.92rem 0.98rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(15, 18, 20, 0.1);
  background: #ffffff;
  color: #111111;
  line-height: 1.5;
  caret-color: #111111;
  unicode-bidi: isolate;
}

.rj-composer textarea:focus {
  outline: none;
  border-color: #5ffbf1;
  box-shadow: 0 0 0 0.22rem rgba(95, 251, 241, 0.15);
}

.rj-composer textarea::placeholder {
  color: rgba(17, 17, 17, 0.36);
}

.rj-composer textarea[data-direction="rtl"] {
  direction: rtl;
  text-align: right;
}

.rj-composer textarea[data-direction="ltr"] {
  direction: ltr;
  text-align: left;
}

.rj-composer__foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.85rem;
}

.rj-composer__voice {
  min-width: 54px !important;
  width: 54px;
  height: 54px;
  padding: 0 !important;
  border-color: rgba(15, 18, 20, 0.1) !important;
  background: rgba(17, 17, 17, 0.03) !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.12rem;
}

.rj-composer__voice--active {
  border-color: rgba(95, 251, 241, 0.8) !important;
  background: rgba(95, 251, 241, 0.14) !important;
  box-shadow: 0 10px 18px rgba(95, 251, 241, 0.16) !important;
}

.rj-composer__voice:disabled {
  opacity: 0.55 !important;
}

.rj-composer__voice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rj-composer__voice-icon svg {
  width: 1.12rem;
  height: 1.12rem;
  display: block;
  fill: currentColor;
}

.rj-composer button {
  min-width: 112px;
  border: 1px solid rgba(95, 251, 241, 0.7);
  background: #5ffbf1;
  color: #111111;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.76rem 1rem;
  box-shadow: 0 12px 22px rgba(95, 251, 241, 0.22);
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.rj-composer button:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
  box-shadow: 0 14px 24px rgba(95, 251, 241, 0.28);
}

.rj-intents button:disabled,
.rj-composer textarea:disabled,
.rj-composer button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.rj-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rj-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 220ms ease;
}

.rj-visual-card__hotspot {
  display: none;
}

.rj-visual-card__close {
  appearance: none;
  position: absolute;
  top: 0.78rem;
  right: 0.78rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(7, 10, 12, 0.66);
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 5;
}

.rj-visual-backdrop {
  display: none;
}

.rj-visual-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1rem 1.1rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(7, 10, 12, 0.76));
}

.rj-visual-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(95, 251, 241, 0.35);
  background: rgba(95, 251, 241, 0.14);
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.rj-visual-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.42;
  font-size: 0.92rem;
}

@media (max-width: 991px) {
  .menu.menu2 .navbar.navbar-expand-lg,
  .menu .navbar.navbar-expand-lg,
  .cid-vfSZQb4uZf .navbar.navbar-expand-lg,
  .cid-vfSZQb4uZf .navbar.collapsed {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cid-vfSZQb4uZf .navbar .navbar-brand,
  .menu.menu2 .navbar .navbar-brand {
    width: auto !important;
    max-width: calc(100% - 64px);
    padding-right: 0 !important;
    margin-right: 0;
    flex: 1 1 auto;
    min-height: 56px;
  }

  .rj-nav__toggle.navbar-toggler,
  .cid-vfSZQb4uZf button.navbar-toggler {
    align-self: center !important;
    margin-left: auto;
    margin-right: 0;
    position: static !important;
    top: auto;
    right: auto;
    left: auto;
    z-index: 60;
    width: 44px;
    height: 38px;
    flex: 0 0 auto;
  }

  #rjTopNav {
    display: none !important;
  }

  .rj-mobile-nav {
    display: block;
    width: 100%;
    flex-basis: 100%;
    order: 3;
    position: relative;
    z-index: 65;
    margin-top: 0.55rem;
    border-top: 1px solid rgba(95, 251, 241, 0.16);
  }

  .rj-mobile-nav.is-open {
    display: block;
  }

  .rj-mobile-nav__list {
    width: 100%;
    padding-top: 0.55rem;
    background: #050607;
  }

  .rj-mobile-nav__button {
    width: 100%;
    text-align: left;
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(95, 251, 241, 0.26);
    pointer-events: auto;
    z-index: 72;
    min-height: 52px;
  }

  .rj-widget-card,
  .rj-visual-card,
  .rj-widget {
    min-height: 480px;
  }

  .rj-transcript {
    min-height: 200px;
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .rj-widget,
  .rj-transcript,
  .rj-turn,
  .rj-turn__bubble,
  .rj-composer,
  .rj-composer textarea,
  .rj-followups-host,
  .rj-intents,
  .rj-followups {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rj-transcript {
    padding-right: 0;
  }

  .rj-turn__bubble {
    width: 100%;
    max-width: 100%;
  }

  .rj-visual-column {
    order: -1;
  }

  .rj-widget {
    padding: 1rem;
  }

  .rj-lead-grid {
    grid-template-columns: 1fr;
  }

  .rj-composer__foot {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.58rem;
  }

  .rj-followups-host {
    margin-top: -0.18rem;
  }

  .rj-intents,
  .rj-followups {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.5rem;
    padding: 0 0 0.25rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .rj-intents::-webkit-scrollbar,
  .rj-followups::-webkit-scrollbar {
    display: none;
  }

  .rj-intents button,
  .rj-followups button {
    width: auto;
    min-width: min(68vw, 220px);
    max-width: min(72vw, 240px);
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
    border-radius: 1rem;
    padding: 0.68rem 0.88rem;
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .rj-widget[dir="rtl"] .rj-intents button,
  .rj-widget[dir="rtl"] .rj-followups button {
    text-align: right;
    justify-content: flex-end;
  }

  .rj-composer button {
    width: 100%;
  }

  .rj-composer textarea {
    min-height: 78px;
    padding: 0.86rem 0.92rem;
  }

  .rj-lead-panel {
    padding: 0.82rem;
  }

  .rj-lead-actions {
    gap: 0.5rem;
    justify-content: stretch;
  }

  .rj-lead-actions button {
    min-width: 0;
    width: 100%;
    padding: 0.62rem 0.84rem;
    font-size: 0.84rem;
    box-shadow: 0 9px 18px rgba(95, 251, 241, 0.16);
  }

  .rj-composer__voice,
  .rj-composer button[type="submit"] {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px;
    padding: 0 !important;
    border-radius: 999px;
    flex: 0 0 44px;
  }

  .rj-composer__voice {
    order: 1;
  }

  .rj-composer button[type="submit"] {
    order: 2;
    position: relative;
    font-size: 0 !important;
    color: transparent !important;
    box-shadow: 0 10px 20px rgba(95, 251, 241, 0.22);
  }

  .rj-composer button[type="submit"]::before {
    content: "➜";
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    line-height: 1;
    color: #111111;
  }

  .rj-visual-card {
    min-height: 148px;
    max-height: 148px;
    border-radius: 1.3rem !important;
    cursor: pointer;
  }

  .rj-visual-card__hotspot {
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    z-index: 2;
    cursor: pointer;
  }

  .rj-visual-card__overlay {
    padding: 0.9rem 0.92rem 0.95rem;
    z-index: 3;
    pointer-events: none;
  }

  .rj-visual-tag {
    margin-bottom: 0.45rem;
    font-size: 0.74rem;
    padding: 0.34rem 0.68rem;
  }

  .rj-visual-note {
    font-size: 0.84rem;
    line-height: 1.36;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .rj-visual-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 10, 12, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 1190;
    display: block;
  }

  .rj-visual-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .rj-visual-card.is-expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(92vw, 430px);
    height: min(70vh, 620px);
    max-height: 70vh;
    min-height: 320px;
    transform: translate(-50%, -50%);
    z-index: 1200;
    cursor: default;
    box-shadow: 0 24px 56px rgba(7, 10, 12, 0.34);
  }

  .rj-visual-card.is-expanded img {
    transform: scale(1);
  }

  .rj-visual-card.is-expanded .rj-visual-card__hotspot {
    display: none;
  }

  .rj-visual-card.is-expanded .rj-visual-card__close {
    opacity: 1;
    pointer-events: auto;
  }

  .rj-visual-card.is-expanded .rj-visual-note {
    font-size: 0.92rem;
    line-height: 1.42;
    display: block;
    overflow: visible;
  }

  body.rj-visual-open {
    overflow: hidden;
    touch-action: none;
  }
}

@keyframes rj-thinking-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.38;
  }

  40% {
    transform: translateY(-0.12rem);
    opacity: 0.92;
  }
}
