/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-custom-blocks-custom-04-form-card {
	background: #f1f1f1;
	padding: 12px;
}

.wp-block-custom-blocks-custom-04-form-card .form-image {
	background: #f1f1f1;
	min-height: 100px;
	text-align: center;
	margin: 12px auto;
}

.wp-block-custom-blocks-custom-04-form-card .form-image button {
	margin-top: 30px;
}

.wp-block-custom-blocks-custom-04-form-card .form-image button.image-button {
	margin: 0 auto;
	padding: 0;
	display: block;
}

.wp-block-custom-blocks-custom-04-form-card .form-image img {
	display: block;
	z-index: 1;
	position: relative;
	position: relative;
	width: 125px;
	height: 125px;
}

.wp-block-custom-blocks-custom-04-form-card h5 {
	font-size: 1em;
}
.wp-block-custom-blocks-custom-04-form-card h3 {
	font-size: 1.5em;
}

.wp-block-custom-blocks-custom-04-form-card .actions {
}

