/* Gemini Auto Blog - Frontend styles for auto-generated posts */

/* Center align featured image block on single auto posts */
.gab-auto-post .wp-block-post-featured-image,
.gab-auto-post .post-thumbnail,
.gab-auto-post .entry-thumbnail {
	display: block;
	text-align: center;
}

.gab-auto-post .wp-block-post-featured-image img,
.gab-auto-post .post-thumbnail img,
.gab-auto-post .entry-thumbnail img,
.gab-auto-post .entry-content > p > img:first-child,
.gab-auto-post .entry-content img.alignnone {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* Ensure responsive sizing */
.gab-auto-post .wp-block-post-featured-image img {
	max-width: 100%;
	height: auto;
}

