/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */


.wp-block-zzv-blocks-zzv-features-block{
	border: 1px solid #e4e4e4;
	padding: 15px;
	position: relative;
}

.wp-block-zzv-blocks-zzv-features-block .zzv-feature-icon{
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	width: 54px;
	height: 59px;
	background-color: #efa02a;
	z-index: 1;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 20px;
}

.wp-block-zzv-blocks-zzv-features-block .zzv-feature-icon .button-icon-upload{
	font-size: 0;
	display: block;
	width: 54px;
	height: 59px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wp-block-zzv-blocks-zzv-features-block .zzv-feature-icon button:focus{
	background: transparent;
	border: none;
	box-shadow: none;
}

.wp-block-zzv-blocks-zzv-features-block .zzv-feature-title{
	margin-top: 0;
	margin-bottom: 21px;
}

.wp-block-zzv-blocks-zzv-features-block .zzv-feature-content{
	margin-bottom: 20px;
}

