.rcb-bot-message {
  .type-text-wrapper {
    /* stylelint-disable-next-line selector-type-no-unknown */
    think {
      font-size: var(--font-size-xs);
      color: #001849;
      opacity: 0.6;
    }
  }
}

.ai-generated-hint {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  opacity: 1;
  line-height: 17.38px;
  color: rgba(0, 24, 73, 0.6);
  text-align: right;
}
