/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-cta-image-overlay-and-text {
	background-color: var(--wp-admin-theme-color);
	color: #fff;
	padding: 2px;
}
.cta-container {
	position: relative;
	padding: 10px 20px;

	.cta-overlay {
		position: absolute;
		inset: 0px;
	}

	* {
		position: relative;
		z-index: 1;
	}
}