/*
 * c-heading-001__08
 * セクション依存（.s-xxx）にしない共通ヘッディングスタイル
 */

.c-heading-001__08 {
  margin-bottom: var(--wp--preset--spacing--xl);
}

.c-heading-001__08-title {
  text-align: center;
  font-size: var(--wp--preset--font-size--4-xl);
  font-weight: var(--wp--custom--font-weight--bold);
  position: relative;
  margin: 0;
  padding-bottom: var(--wp--preset--spacing--base);
}

.c-heading-001__08-title::after {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background: var(--wp--preset--color--primary);
  left: 0;
  right: 0;
  margin: var(--wp--preset--spacing--base) auto 0 auto;
  border-radius: var(--wp--custom--border--radius--sm);
  position: absolute;
  bottom: 0;
}

.c-heading-001__08-subtitle {
  text-align: center;
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--primary);
  margin: 0;
  margin-top: var(--wp--preset--spacing--lg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--wp--preset--spacing--xs);
}

.c-heading-001__08-subtitle::before {
  content: "pets";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  color: var(--wp--preset--color--primary);
  display: inline-block;
}

/* 左寄せバリエーション（必要ならブロック側で付与） */
.c-heading-001__08--left .c-heading-001__08-title,
.c-heading-001__08.is-left .c-heading-001__08-title {
  text-align: left;
}

.c-heading-001__08--left .c-heading-001__08-title::after,
.c-heading-001__08.is-left .c-heading-001__08-title::after {
  left: 0;
  right: auto;
  margin-left: 0;
}

.c-heading-001__08--left .c-heading-001__08-subtitle,
.c-heading-001__08.is-left .c-heading-001__08-subtitle {
  text-align: left;
  justify-content: flex-start;
}
