/**
 * This is a copy of @wordpress/block-library/src/image/style.scss that has been modified to be used with this plugin.
 * Wordpress is distributed under the GNU General Public License: https://www.gnu.org/licenses/gpl-3.0.en.html
 */


.wp-block-brandfolder-editor-integration {
	margin-bottom: 1em;

	img {
		max-width: 100%;
	}

	&.aligncenter {
		text-align: center;
	}

	&.alignfull img,
	&.alignwide img {
		width: 100%;
	}

	.alignleft,
	.alignright,
	.aligncenter {
		display: table;

		> figcaption {
			display: table-caption;
			caption-side: bottom;
		}
	}

	.alignleft {
		/*rtl:ignore*/
		float: left;
		/*rtl:ignore*/
		margin-left: 0;
		margin-right: 1em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.alignright {
		/*rtl:ignore*/
		float: right;
		/*rtl:ignore*/
		margin-right: 0;
		margin-left: 1em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.aligncenter {
		margin-left: auto;
		margin-right: auto;
	}
}
