/* 段落アライン対応 */
.gutenberg-content .has-text-align-left {
    text-align: left !important;
}

.gutenberg-content .has-text-align-center {
    text-align: center !important;
}

.gutenberg-content .has-text-align-right {
    text-align: right !important;
}

.gutenberg-content .has-text-align-justify {
    text-align: justify !important;
}

/* 必要に応じて他の Gutenberg クラスも追加 */
.gutenberg-content .wp-block-image {
    margin-bottom: 1.5em;
}

.gutenberg-content .wp-block-button {
    margin-bottom: 1.5em;
}
