#chatContentBody > * {
  font-size: var(--fs-5) !important;
}

.site__main-content {
  padding: 0 30px;
  max-height: calc(100vh - 101px);
  overflow: scroll;
  margin: auto;
  max-width: 1250px;
}

#root {
  display: block;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}

.site__inner {
  width: 100%;
  max-height: calc(100vh - 101px);
  height: 100%;
  overflow: scroll;
}

body {
  overflow: auto;
}

.before-bullet::before {
  display: block;
  text-align: center;
  font-size: 24rem;
  content: var(--custom-content);
  margin-right: 6px;
  font-size: inherit;
  font-weight: bold;
}

.aura-chat__card-text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-bottom: 10rem;
  line-height: 21rem;
}

.aura-chat__card-name {
  font-size: 25rem;
  margin-bottom: 10rem;
}

.aura-chat__card-name:nth-of-type(2) {
  font-size: 23rem;
}
.aura-chat__card[style*='--custom-content: "•"'] .before-bullet::before {
  margin-bottom: 10rem;
  font-size: 24px;
  /* line-height: 11rem; */
  font-family: "Arial, sans-serif";
}

.aura-chat__card {
  max-width: 90vw;
	padding-bottom: 9rem!important;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .aura-chat__card-text {
    /* margin-bottom: 25rem; */
    line-height: 26rem;
  }

  .aura-chat__card {
    max-width: 87vw;
    width: 100%;
    /* margin: auto; */
  }
}

