.my-post h2,
.editor-styles-wrapper .is-root-container h2 {
  position: relative;
  width: 111.1111111111%;
  background: var(--color--txt-dark);
  color: var(--color--txt-light);
  margin-top: 5rem;
  margin-left: -5.5555555556% !important;
  margin-bottom: 0.5rem;
  padding: 0.3em 5.5555555556%;
}
.my-post h2::after,
.editor-styles-wrapper .is-root-container h2::after {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color--txt-dark);
}
.my-post h3,
.editor-styles-wrapper .is-root-container h3 {
  position: relative;
  border-bottom: 2px solid #CCC;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.my-post h3::before,
.editor-styles-wrapper .is-root-container h3::before {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  background: var(--color--txt-dark);
  width: 20%;
  height: 2px;
}
.my-post h4,
.editor-styles-wrapper .is-root-container h4 {
  background: url("../images/ico_star.png") no-repeat top 0.2em left 0/auto 1em;
  margin: 2rem 0 0.5rem;
  padding: 0 0 0 1.2em;
}
.my-post h5,
.editor-styles-wrapper .is-root-container h5 {
  border-bottom: dashed 1px var(--color--col-theme--dark);
  margin: 2rem 0 0.5rem;
}
.my-post h6,
.editor-styles-wrapper .is-root-container h6 {
  margin: 2rem 0 0.5rem;
}