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

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

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

.abc-toothpaste 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-toothpaste 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-toothpaste .abc-heading-unit {
  display: inline-block;
  white-space: nowrap;
}

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

.abc-toothpaste ul {
  margin: 0 0 1.6em;
  padding-left: 1.5em;
  line-height: 1.8;
}

.abc-toothpaste li {
  margin-bottom: 0.4em;
}

.abc-toothpaste li:last-child {
  margin-bottom: 0;
}

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

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

.abc-toothpaste hr {
  border: none;
  border-top: 1px solid var(--abc-color-gold-light, #e6dcc5);
  margin: 2.5em 0;
}

.abc-toothpaste__illust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 1.6em;
}

@media (min-width: 601px) {
  .abc-toothpaste__illust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .abc-toothpaste__illust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.abc-toothpaste__illust-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--abc-shadow-soft, 0 10px 40px -10px rgba(0, 0, 0, 0.08));
}

.abc-toothpaste__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-toothpaste__section-image img {
  width: 100%;
  height: auto;
  display: block;
}

.abc-toothpaste .product-image {
  text-align: center;
  margin: 1em 0;
}

.abc-toothpaste .product-image img {
  max-width: 200px;
  width: auto;
  height: auto;
  border-radius: 8px;
}

.abc-toothpaste .product-link {
  margin: 1em 0 1.6em;
  padding: 1em 1.2em;
  background: var(--abc-color-beige, #f9f8f4);
  border-radius: 4px;
  border: 1px solid var(--abc-color-gold-light, #e6dcc5);
}

.abc-toothpaste .product-link p {
  margin-bottom: 0;
}

.abc-toothpaste .ad-disclosure {
  margin: 1.6em 0;
}

.abc-toothpaste__faq-item {
  margin: 1.5em 0;
  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-toothpaste__faq-item h3 {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  font-weight: bold;
  color: var(--abc-color-navy, #002b55);
}

.abc-toothpaste__faq-item p {
  margin-bottom: 0.8em;
}

.abc-toothpaste__faq-item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .abc-toothpaste__section-image {
    margin: 0 0 1.2em;
  }

  .abc-toothpaste__faq-item {
    padding: 1em;
  }

  .abc-toothpaste .product-link {
    padding: 0.8em;
  }
}
