/**
 * 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-01-team-card {
	background: #f1f1f1;
	padding: 12px;
	text-align: center;
}

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

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

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

.wp-block-custom-blocks-custom-01-team-card .team-image img {
	display: block;
	z-index: 1;
	position: relative;
	width: 125px;
	height: 125px;
	border-radius: 50%;
}

.wp-block-custom-blocks-custom-01-team-card h3 {
	font-size: 1.5em;
}

.wp-block-custom-blocks-custom-01-team-card .actions {
}

