/* =========================================================
   FANZA Auto Plugin - DIVER表示調整
   旧カテゴリ最下部ボタン関連CSSは含まない
========================================================= */

/* =========================
   サムネイル比率
========================= */
.c-postThumb__figure {
    --card_posts_thumb_ratio: 120%;
}

/* =========================
   記事ページヘッダー非表示
========================= */
.single .l-header__inner {
    display: none !important;
}

/* =========================
   DIVER・WordPressボタン調整
========================= */
a.btn,
.diver_btn,
.wp-block-button__link {
    width: 90%;
    max-width: 500px;
    font-size: 18px;
    padding: 16px 20px;
    display: block;
    text-align: center;
    margin: 3px auto !important;
    border-radius: 10px;
    line-height: 1.4;
    white-space: nowrap;
}

/* =========================
   WP Buttons
========================= */
.wp-block-buttons {
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   人気記事リスト削除
========================= */
.wpp-list,
.widget_wpp,
.popular-posts,
ul.wpp-list {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

/* =========================
   WP Popular Posts親BOX削除
========================= */
.widget_wpp,
.widget.widget_wpp,
aside.widget_wpp,
div.widget_wpp {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: none !important;
}

/* =========================
   白い区切り線削除
========================= */
hr,
.archive hr,
.category hr,
.home hr {
    display: none !important;
    border: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   余白削除
========================= */
.category #main,
.archive #main,
.home #main {
    background: transparent !important;
}

.category .post-list,
.archive .post-list,
.home .post-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.category .widget,
.archive .widget,
.home .widget {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}
