/* Cute Article Styles — h2/h3 見出し上書き（SWELL .post_content 内） */

/* --------------------------------------------------------------------------
   見出し h2 / h3（SWELL の .post_content 内のみ上書き）
   -------------------------------------------------------------------------- */
body .post_content h2 {
  position: relative;
  background: var(--cas-pink-pale) !important;
  border: 2px solid var(--cas-pink-line) !important;
  border-left: 2px solid var(--cas-pink-line) !important;
  border-radius: 18px !important;
  padding: .85em 1.1em .85em 2.6em !important;
  margin-top: 3em;
  margin-bottom: 1.4em;
  color: var(--cas-text) !important;
  font-family: var(--cas-font-heading);
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 4px 0 var(--cas-pink-line);
}
body .post_content h2::before {
  content: "♡";
  position: absolute;
  left: .9em;
  top: 50%;
  transform: translateY(-52%);
  width: auto;
  height: auto;
  background: none;
  border: 0;
  color: var(--cas-pink-deep);
  font-size: 1.05em;
  line-height: 1;
}
body .post_content h2::after {
  content: none !important;
}

body .post_content h3 {
  position: relative;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px dotted var(--cas-pink) !important;
  border-radius: 0 !important;
  padding: .3em 0 .45em 1.5em !important;
  margin-top: 2.4em;
  margin-bottom: 1.1em;
  color: var(--cas-text) !important;
  font-family: var(--cas-font-heading);
  font-weight: 700;
  line-height: 1.5;
}
body .post_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .9em;
  height: .9em;
  border-radius: 50%;
  background: var(--cas-lav);
  box-shadow: inset 0 0 0 3px var(--cas-lav-pale), inset 0 0 0 .9em var(--cas-lav);
  border: 0;
}
body .post_content h3::after {
  content: none !important;
}

@media (max-width: 599px) {
  body .post_content h2 { padding: .75em .9em .75em 2.3em !important; font-size: 1.15em; }
  body .post_content h3 { font-size: 1.05em; }
}
