.guest-body {
  background-color: var(--media-background-light);
  border-top: 1px solid var(--box-color);
  flex: 1;
  padding: 0 1em;
}
.guest-entry > *:last-child:where(.media-object__description) {
  border: none;
}
.guest-body h2 {
  font-size: 1.1rem;
  margin-top: .75em;
  margin-bottom: 0;
}
.guest-body p {
  font-size: 1.12rem;
  line-height: 1.2;
  text-align: justify;
  overflow: hidden;
  position: relative;
  word-break: break-word;
  /* max-height: 12em; */
}
.guest-body p.show-hidden-text {
  max-height: unset;
}

.emoticons {
  display: flex;
  flex-wrap: wrap;
}
.emoticons + * {
  margin-top: 1em;
}
.emoticons p {
  cursor: pointer;
  margin: 0;
  margin-top: .75em;
}
.emoticons p {
  margin-right: .5em;
}
.emoticons p:last-child {
  margin-right: 0;
}
