/* 親テーマのタイトルボーダーを無効化しつつ、.c-child__title のスタイルを優先 */
.entry-title--post-type--page:not(.c-child__title),
h2:where(:not(.wp-block-post-title)):not(.c-child__title) {
  border: none;
  padding: 0;
}

