/* ここにマルチサイト全体に適用したいカスタムCSSを記述します */

/* カラー */
.bg-primary-header {
    background-color: #6F2CF5;
}

.entry-title {
    margin-bottom: 3rem;
}

.list-unstyled li {
    margin-bottom: 0.7rem;
}

/* 例: 右サイドバーのウィジェット間のマージンを調整 */
.widget {
    margin-top: 0;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    /* 必要に応じて値を調整 */
}

.widget ol,
.widget ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.widget ul li {
    margin-bottom: 0.7rem;
}

/* コメントスタイル */
.comments-area {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.comment-reply-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.wp-block-heading {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.wp-home-block-heading {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.wp-block-latest-posts__list li {
    margin-bottom: 0.5rem;
}

.table th {
    width: 14ch;
}