.acf-block-speech-balloons {
  position: relative;
}
.acf-block-speech-balloons:has(+ *) {
  margin-bottom: 30px;
}
.acf-block-speech-balloon {
  display: grid;
  grid-template-columns: 80px auto 80px;
  grid-template-rows: auto;
  gap: 0 18px;
}
.acf-block-speech-balloon + .acf-block-speech-balloon {
  margin-top: 36px;
}
.acf-block-speech-balloon-fig {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  grid-column: 1;
}
.acf-block-speech-balloon-fig img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
}
.acf-block-speech-balloon-body {
  grid-column: 2 / 4;
}
.acf-block-speech-balloon-body-inner {
  min-width: 10rem;
  background-color: #f9f9f9;
  padding: 30px 20px 20px 20px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.acf-block-speech-balloon-body-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f9f9f9 transparent transparent;
  border-width: 5px 7px 5px 5px;
  position: absolute;
  left: -11px;
  top: 35px;
}
.acf-block-speech-balloon-body-name {
  color: #00355b;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1 !important;
  padding: 2px 10px;
  border-radius: 999px;
  background-color: #cadbe6;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0 !important;
}
.acf-block-speech-balloon-body-main {
  margin: 0 !important;
}
.acf-block-speech-balloon:nth-child(even) {
  justify-content: end;
}
.acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-fig {
  grid-column: 3;
  grid-row: 1;
}
.acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-body {
  grid-column: 1/3;
  grid-row: 1;
}
.acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-body-inner {
  background-color: #f7f5ea;
}
.acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-body-inner::after {
  border-color: transparent transparent transparent #f7f5ea;
  border-width: 5px 5px 5px 7px;
  position: absolute;
  left: initial;
  right: -11px;
}
.acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-body-name {
  color: #ed7801;
  background-color: #f2e6dc;
  left: initial;
  right: 20px;
}
@media all and (max-width: 47.9375em) {
  .acf-block-speech-balloon {
    grid-template-columns: 60px auto 60px;
    grid-template-rows: auto;
    gap: 0 14px;
  }
  .acf-block-speech-balloon + .acf-block-speech-balloon {
    margin-top: 24px;
  }
  .acf-block-speech-balloon-fig {
    width: 60px;
    height: 60px;
  }
  .acf-block-speech-balloon-body-inner {
    padding: 22px 16px 16px 16px;
  }
  .acf-block-speech-balloon-body-name {
    font-size: 0.675rem;
    padding: 4px 8px;
    left: 10px;
  }
  .acf-block-speech-balloon-body-inner::after {
    top: 20px;
  }
  .acf-block-speech-balloon:nth-child(even) .acf-block-speech-balloon-body-name {
    right: 10px;
  }
}
