/**
 * Solutions / Advantage — 段落 p の最大幅
 */

.post_content .advantage-cards .advantage-card > p,
.post_content .gradient-border-box .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.post_content .solutions-item .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.page-id-36 .post_content .wp-block-uagb-advanced-heading:not(.heading-general) > p.uagb-heading-text,
.page-id-72 .post_content .wp-block-uagb-advanced-heading:not(.heading-general) > p.uagb-heading-text,
.page-id-74 .post_content .wp-block-uagb-advanced-heading:not(.heading-general) > p.uagb-heading-text,
.editor-styles-wrapper .advantage-cards .advantage-card > p,
.editor-styles-wrapper .gradient-border-box .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.editor-styles-wrapper .solutions-item .wp-block-uagb-advanced-heading > p.uagb-heading-text {
	max-width: 800px !important;
	width: 100%;
	box-sizing: border-box;
}

.post_content .gradient-border-box .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.post_content .solutions-item .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.editor-styles-wrapper .gradient-border-box .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.editor-styles-wrapper .solutions-item .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text) {
	max-width: 800px !important;
	width: 100% !important;
	box-sizing: border-box;
}

.post_content .advantage-cards .advantage-card > p,
.post_content .gradient-border-box .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.post_content .gradient-border-box .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.editor-styles-wrapper .advantage-cards .advantage-card > p,
.editor-styles-wrapper .gradient-border-box .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.editor-styles-wrapper .gradient-border-box .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text) {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ブログトップ概要 — 1000px・ブロック中央・テキスト左寄せ */
.post_content .gradient-border-box.ideage-blog-archive-intro > .uagb-container-inner-blocks-wrap,
.editor-styles-wrapper .gradient-border-box.ideage-blog-archive-intro > .uagb-container-inner-blocks-wrap {
	align-items: center !important;
	width: 100%;
}

.post_content .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading,
.post_content .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.post_content .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading > p.uagb-heading-text,
.editor-styles-wrapper .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading,
.editor-styles-wrapper .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading:has(> p.uagb-heading-text),
.editor-styles-wrapper .gradient-border-box.ideage-blog-archive-intro .wp-block-uagb-advanced-heading > p.uagb-heading-text {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left !important;
}
