/* ===================================
   アーカイブページのH1とコンテンツの間隔調整
   =================================== */

/* アーカイブページのH1とコンテンツの間隔調整 */
.p-archive__title,
.page-title,
h1.archive-title,
.c-pageTitle {
    margin-bottom: var(--swl-space-4, 2rem) !important;
}

/* 導入文がある場合の間隔 */
.fp-archive-intro {
    margin-top: var(--swl-space-3, 1.5rem);
    margin-bottom: var(--swl-space-4, 2rem);
}

/* コンテンツエリア全体の調整 */
.l-mainContent .l-container {
    padding-top: var(--swl-space-3, 1.5rem);
}

/* 投稿リスト前の間隔 */
.p-postList {
    margin-top: var(--swl-space-3, 1.5rem);
}

/* カスタム投稿タイプアーカイブページ専用 */
body.post-type-archive-poll .c-pageTitle,
body.post-type-archive-quiz .c-pageTitle,
body.post-type-archive-shindan .c-pageTitle,
body.post-type-archive-fp_character .c-pageTitle {
    margin-bottom: 2.5rem !important;
}

/* タクソノミーアーカイブページ専用 */
body.tax-poll_category .c-pageTitle,
body.tax-quiz_category .c-pageTitle,
body.tax-shindan_category .c-pageTitle {
    margin-bottom: 2.5rem !important;
}