.toc-h1 { margin-left: 5px!important; }
.toc-h3 { margin-left: 25px!important; }

:is(.wp-block-quote.is-style-plain,.story-bubble-box) > p {
  text-indent: 0!important;
}

.wp-block-post-content figure.wp-block-image {
  position: relative;
  border-image: url(https://chottolatte.mycafe24.com/wp-content/mu-plugins/css/img/mabinogi-npc-bg.png) repeat;
  border-image-slice: 12;
  border-width: 12px;
  border-style: solid;
  border-radius: 0;
}

.wp-block-post-content figure.wp-block-image img {
	border-radius: 0;
	border: 0;
}
/* 마비노기 npc 대화창 스타일 */
:is(.wp-block-quote.is-style-plain,.story-bubble-box) > p {
  position: relative;
  border-image: url(https://chottolatte.mycafe24.com/wp-content/mu-plugins/css/img/mabinogi-npc-bg.png) repeat;
  border-image-slice: 12;
  border-width: 12px;
  background: #60463F !important;
  border-style: solid;
  padding: 10px;
}

.story-bub-outside {
  display: inline-block;
  text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
  filter: drop-shadow(1px 1px 0px black);
  color: #fff;
}

.story-bub-box1,
.story-bub-box1.another,
.story-bub-box1.main-chara {
  padding: 5px!important;
  text-indent: 10px!important;
  background: transparent!important;
  color: #fff!important;
  margin-top: .1rem!important;
}

.story-bub-box1.another {
  margin-top: 1.2rem !important;
}

.story-bub-box1::after {
  display: none;
}