/* Editor/content alignment overrides */
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright{
	display: inherit !important;
}

/* Footer bottom layout */
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.site-footer .footer-bottom-left,.site-footer .footer-bottom-right{display:flex;align-items:center}
/* 颜色使用全站 footer-link 默认色，避免过深 */

/* For classic editor .aligncenter images inside content */
.entry-content .aligncenter,
.wp-block-image .aligncenter{
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


