.textggu--comment1 {
  line-height: 1.2em;
  margin-top: 1em;
  font-family: 'KoPub Batang', sans-serif;
}

h1:has(.textggu--comment1),
p.is-style-text-display {
  text-align: center!important;
}

.wp-block-post-content :is([class *= "custom-style-h"],h1,h2,h3) {
  font-family: 'KoPub Batang', sans-serif;
  font-size: var(--wp--preset--font-size--xx-large);
}

.wp-block-post-content :is(h1,.custom-style-h1) {
  background: url("https://chottolatte.mycafe24.com/wp-content/mu-plugins/css/img/Road-to-empress-titlebg.png") center center no-repeat;
  padding: 1.5em 0 1em 0;
  text-align: center!important;
  color: #ffec96;
  text-shadow: 0 2px 0px black, 0 0 8px black;
}

.wp-block-post-content :is(h2,.custom-style-h2) {
  color: #ffec96;
  text-shadow: 0 2px 0px black, 0 0 8px black;
}

.wp-block-post-content :is(h3,.custm-style-h3) {
  color: inherit;
  text-shadow: inherit;
}

.wp-block-post-content :is(h1,.custom-style-h1):has(.textggu--comment1) {
  padding: 1em 0;
}

.wp-block-post-content figure:not(.wp-block-table) {
  position: relative;
}

.wp-block-post-content figure:not(.wp-block-table)::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 25px solid transparent;
  border-image: url("https://chottolatte.mycafe24.com/wp-content/mu-plugins/css/img/Road-to-empress-lunbobg.png") 40 repeat;
  pointer-events: none;
  box-sizing: border-box;
  filter: drop-shadow(0 0 3px black);
  z-index: 2;
}

.wp-block-post-content .wp-block-image img {
  border-radius: 25px!important;
  padding: 3px;
}
.wp-block-post-content .link-preview-wrapper img {
  border-radius: unset;
  padding: unset;
}
