/* wp-block-group クラスを使用した全体のスタイル */
.wp-block-group {
    margin: 20px 0;
}

/* ラベルテキスト用のスタイル */
.has-text-align-center.has-light-blue-color.has-text-color.has-link-color {
    color: var(--wp--preset--color--light-blue);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -4%;
}

/* 見出し用のスタイル */
.wp-block-heading.has-text-align-center.has-josefin-sans-font-family {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-block-start: 10px;
}
