.story-bub-outside,
.story-bub-box1 {
  font-family: 'Pretendard-Regular', sans-serif;
}
.story-bub-outside {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  font-weight: normal;
  border-radius: 100px;
  filter: 
drop-shadow(5px 0px 0px #246073) drop-shadow(-5px 0px 0px #246073)
drop-shadow(7px 0px 0px #184B59) drop-shadow(-7px 0px 0px #184B59);
  background-color: #34768C;
  padding: 0.5em 0.5em;
  color: #9DD2E0;
  text-indent: 0 !important;
}

.story-bub-box1,
.story-bub-box1.main-chara {
  margin-top: -5px;
  padding: 15px 25px;
  background-image: radial-gradient(#FFFFEF 60%, #FFEDCC);
  color: #6C4943;
  border: 2px solid #877C78;
  border-radius: 25px 25px 25px 5px;
}
.story-bub-box1:after {
  display: none;
}

.story-bub-box1.another {
  margin-top: 1.2rem;
  padding: 5px 10px;
  background: #F6B45C;
  color: #854C26;
  border-radius: 0;
  border: 15px ridge #C38032;
  box-shadow: inset 5px 0 0 #cc8c3d, inset -5px 0 0 #cc8c3d;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--white);
}