.chat-section-wrapper {
  background-size: 85% auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.chat-section-wrapper .line {
  margin-bottom: 1.2rem;
}
.chat-section-wrapper .line.highlighted {
  display: inline-block;
  border-radius: 30px;
  padding: 0.6rem 1.8rem;
  background: rgba(252, 251, 252, 0.85);
  background: linear-gradient(0deg, rgba(246, 238, 246, 0.85) 0%, rgba(245, 240, 250, 0.45) 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}