.liquid-speech-balloon-wrap {
  margin: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-wrap {
    margin: 30px 0 40px;
  }
}

.liquid-speech-balloon-avatar {
  width: 80px !important;
  height: 80px !important;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar {
    width: 60px !important;
    height: 60px !important;
  }
}

.liquid-speech-balloon-avatar::after {
  font-size: 1.4rem !important;
  letter-spacing: 0.03em !important;
  top: 92px !important;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar::after {
    font-size: 1.2rem !important;
    top: 72px !important;
  }
}

.liquid-speech-balloon-text {
  border-radius: 10px !important;
  padding: 16px 24px !important;
  margin-left: 16px;
  background-color: #D9EFFF;
  border: none;
  display: flex;
  align-items: center;
}

.liquid-speech-balloon-text p {
  font-size: 1.6rem;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-text {
    margin-left: 33px !important;
  }
}

.liquid-speech-balloon-right .liquid-speech-balloon-text {
  margin-right: 16px;
}

.liquid-speech-balloon-arrow {
  left: -10px;
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-right: 10px solid #D9EFFF;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  right: -17px;
  border-right: 7px solid transparent;
  border-left: 10px solid #D9EFFF;
}