/*
Theme Name: Commentiger Kadence
Theme URI: https://commentiger.com/
Description: Kadence child theme for Commentiger. Intentionally minimal: use Kadence defaults and WordPress core blocks for layout and styling.
Author: Hermes Agent
Template: kadence
Version: 2.2.0
Text Domain: commentiger-kadence
*/

/* Commentiger article heading band: purple highlighter-style H2 띠지 */
.single-post .entry-content h2,
.single .entry-content h2 {
  position: relative;
  box-sizing: border-box;
  margin-top: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: clamp(0.9rem, 2.5vw, 1.35rem);
  padding: 0.72em 0.95em 0.7em 1.05em;
  border-left: 7px solid #7c3aed;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.16) 0%, rgba(168, 85, 247, 0.10) 56%, rgba(250, 245, 255, 0.72) 100%);
  color: #24113f;
  line-height: 1.35;
  letter-spacing: -0.025em;
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.14), 0 8px 20px rgba(124, 58, 237, 0.06);
}

.single-post .entry-content h2::before,
.single .entry-content h2::before {
  content: "";
  position: absolute;
  left: 0.85em;
  right: 0.85em;
  bottom: 0.48em;
  height: 0.42em;
  border-radius: 999px;
  background: rgba(196, 181, 253, 0.34);
  z-index: -1;
}

.single-post .entry-content h2 + *,
.single .entry-content h2 + * {
  margin-top: 0;
}

@media (max-width: 540px) {
  .single-post .entry-content h2,
  .single .entry-content h2 {
    margin-top: 1.8rem;
    padding: 0.68em 0.82em 0.66em 0.9em;
    border-left-width: 6px;
    border-radius: 12px;
    line-height: 1.42;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
