/* =========================================
   Privacy Policy（Block Editor）
========================================= */

.entry-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 16px;
    color: #333;
}

/* 見出し */
.entry-content h2.wp-block-heading {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 4px solid var(--color-brand);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

/* 冒頭・本文 */
.entry-content p {
    margin-bottom: 20px;
}

/* 強調 */
.entry-content strong {
    font-weight: 700;
}

/* 箇条書き（ol / li） */
.entry-content ol.wp-block-list {
    margin: 20px 0 30px 24px;
    padding-left: 16px;
}

.entry-content ol.wp-block-list > li {
    margin-bottom: 12px;
}

/* 入れ子リスト */
.entry-content ol.wp-block-list ol {
    margin-top: 12px;
    margin-left: 20px;
}

.entry-content ol.wp-block-list ol li {
    font-size: 15px;
    color: #555;
}

/* 最後の問い合わせ情報 */
.entry-content p:last-of-type {
    margin-top: 24px;
}

/* 住所・連絡先ブロックを少し強調 */
.entry-content p strong {
    color: #000;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .entry-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .entry-content h2.wp-block-heading {
        font-size: 20px;
        margin-top: 48px;
    }
}

/* =========================================
   Privacy Policy：番号付きリスト修正
========================================= */

.entry-content ol.wp-block-list {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.5em;
}

.entry-content ol.wp-block-list > li {
    list-style-type: decimal;
}

/* 入れ子 */
.entry-content ol.wp-block-list ol {
    list-style-type: decimal;
    padding-left: 1.5em;
}
