.abc-jagged-teeth a {
  text-decoration: none !important;
  color: var(--abc-color-primary, #005bac);
  transition: color 0.2s ease;
}

.abc-jagged-teeth a:hover {
  color: var(--abc-color-primary-dark, #004182);
}

.abc-jagged-teeth p {
  margin-bottom: 1.6em;
  line-height: 1.8;
}

.abc-jagged-teeth h2 {
  font-size: clamp(20px, 2vw + 10px, 28px);
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid var(--abc-color-gold, #c5a059);
}

.abc-jagged-teeth h3 {
  font-size: clamp(16px, 1.5vw + 8px, 20px);
  line-height: 1.6;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  padding-left: 0.8em;
  border-left: 3px solid var(--abc-color-gold, #c5a059);
}

.abc-jagged-teeth .abc-heading-unit {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 400px) {
  .abc-jagged-teeth .abc-heading-unit {
    display: block;
    white-space: normal;
  }
}

.abc-jagged-teeth figure {
  margin: 0 0 1.6em;
}

.abc-jagged-teeth figure img {
  width: 100%;
  height: auto;
  display: block;
}

.abc-jagged-teeth__illust-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0 0 2em;
}

.abc-jagged-teeth__illust {
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--abc-shadow-soft, 0 10px 40px -10px rgba(0, 0, 0, 0.08));
}

.abc-jagged-teeth__illust img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 601px) {
  .abc-jagged-teeth__illust-wrap {
    flex-direction: row;
    justify-content: center;
  }

  .abc-jagged-teeth__illust {
    max-width: 45%;
  }
}

.abc-jagged-teeth__section-image {
  margin: 0 0 1.6em;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--abc-shadow-soft, 0 10px 40px -10px rgba(0, 0, 0, 0.08));
}

.abc-jagged-teeth__section-image img {
  width: 100%;
  height: auto;
  display: block;
}

.abc-jagged-teeth__section-image figcaption {
  padding: 0.6em 1em;
  font-size: 0.8em;
  color: var(--abc-color-text-light, #666666);
  line-height: 1.5;
}

.abc-jagged-teeth__preview {
  margin: 1.5em 0 2em;
  padding: 1.2em 1.5em;
  background: var(--abc-color-beige, #f9f8f4);
  border-left: 3px solid var(--abc-color-gold, #c5a059);
  border-radius: 0 4px 4px 0;
}

.abc-jagged-teeth__preview p {
  margin-bottom: 0.8em;
}

.abc-jagged-teeth__preview p:last-child {
  margin-bottom: 0;
}

.abc-jagged-teeth__question-box {
  margin: 1.5em 0;
  padding: 1.2em 1.5em;
  background: var(--abc-color-beige, #f9f8f4);
  border-radius: 4px;
  border: 1px solid var(--abc-color-gold-light, #e6dcc5);
}

.abc-jagged-teeth__question-box p {
  margin-bottom: 0.8em;
}

.abc-jagged-teeth__question-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .abc-jagged-teeth__preview {
    padding: 1em;
  }

  .abc-jagged-teeth__question-box {
    padding: 1em;
  }

  .abc-jagged-teeth__section-image {
    margin: 0 0 1.2em;
  }
}
