
.easy-pricing-tables-field {
	transition: none !important;
}

.easy-pricing-tables-list-item {
	transition: none !important;
}

.wp-block-easy-pricing-tables-list {
	transition: none !important;
}

.wp-block-easy-pricing-tables-table.matchRowHeight {
	visibility: visible !important;
}

.editor-styles-wrapper .wp-block-easy-pricing-tables-column p.has-background {
	padding: 0;
}

.wp-block-easy-pricing-tables-toggle-table-is-layout-grid {
	grid-row-gap: 0 !important;
}

.wp-block-easy-pricing-tables-list .block-editor-block-list__block {
	color: inherit;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-easy-pricing-tables-table p {
	margin-bottom: auto;
}

.ept4-column-sidebar .ept4-column-toggle {
	margin: 0 16px 16px 16px;
}

div.fca-ept-template-selection .template-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0 auto;
}

div.fca-ept-template-selection .template-container .template {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: sans-serif;
	padding: 8px;
	border-radius: 8px;
    margin: 0;
	position: relative;
	cursor: pointer;
}

div.fca-ept-template-selection .template-container .template img{
	max-width: 250px;
	height: auto;
}

div.fca-ept-template-selection .template-container .template.pro-only:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	background-color: black;
	opacity: 0.25;
}

div.fca-ept-template-selection .template-container .template.pro-only:hover:before {
	
	opacity: 0;
}

div.fca-ept-template-selection .template-container .template:hover {
	transition: transform ease 300ms;
	transform: translate( 0, -1px );	
	box-shadow: 0 0 20px -2px rgba(0,0,0,0.25);
}

div.fca-ept-template-selection .template-container .template button{
	position: absolute;
	left: calc( 50% - 45px );
	top: 45%;
	display: none;
}

div.fca-ept-template-selection .template-container .template.pro-only:hover button {
	display: block;
}

.fca-ept-fa-icons .components-form-token-field__suggestions-list{
	max-height: 384px;
}

