/*
Theme Name: fastload-child
Template: fastload
Theme URI: 
Author: NinjaScript
Description: 超軽量・高速・シンプルなWordPressテーマ
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: fastload-child
*/
.center-everything div[style*="justify-content: start"] {
  justify-content: center !important;
}

.chat-balloon333 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.chat-balloon333 .faceimage333 {
  width: 80px;
  margin-right: 10px;
}

.chat-balloon333 .faceimage333 img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.chat-balloon333 .chat-string333 {
  flex: 1;
}

.strings333 {
  display: inline-block;
  position: relative; 
  margin: 12px 0 0 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.strings333:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.strings333 p {
  margin: 0;
  padding: 0;
}
