.features-table{
	margin-top:0;
}
.features-table p, .features-legend li {
    font-size: 1rem;
}
.features-header{

}
.features-header .wp-block-column, .features-footer .wp-block-column{
	position:relative;
}
.features-header .wp-block-column::before, .features-footer .wp-block-column::before{
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
 .features-footer .wp-block-column::before{
	top: 0;
	bottom: unset;
}
.features-table .wp-block-columns{
	gap:0;
}
.features-table .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
	flex-basis:15%!important;
	flex-grow: 1;
	text-align:center;
	font-size:1rem;
	font-weight:200;
	border-right:1px solid #DDD;
}
.features-table .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:last-child{
	border-right:none;
}
.features-table .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:first-child{
	flex-basis:20%!important;
}
.features-table .wp-block-column {
    padding: .5rem;
}
.features-table .wp-block-columns:nth-child(even) {
    background-color: #F7F7F7;
}
.feature-column-title{
	font-size:clamp(1.5rem, 4vw, 2.25rem);
	line-height:1em;
}
.feature-column-description{
	margin-bottom:2rem!important;
}
.bt-c0,.bt-c1,.bt-c2,.bt-c3{
	 padding-top: 2rem!important;
}
.bt-c0 {
    border-top: 9px solid #A9E7FF;   
}
.bt-c1 {
    border-top: 9px solid #42B9EB;
}
.bt-c2 {
    border-top: 9px solid #0070C7;
}
.bt-c3 {
    border-top: 9px solid #162944;
}
.feature-yes, .feature-no, .feature-optional{
	position:relative;
}
ul.features-legend {
    margin-top:2rem;
}
ul.features-legend li::before {
    left: 0;
}
ul.features-legend li {
    padding-left:33px;
}
.feature-yes::before, .feature-no::before, .feature-optional::before{
	content:"";
	position:absolute;
	top:calc(50% - 10px);
	left:calc(50% - 10px);
	width:20px;
	height:20px;
}
.feature-yes::before{
	background:transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20id%3D%22blue-check%22%20transform%3D%22translate(-1085%20-1700)%22%3E%0D%0A%20%20%20%20%3Ccircle%20id%3D%22e0%22%20data-name%3D%22e0%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20transform%3D%22translate(1085%201700)%22%20fill%3D%22%230070c7%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22e0%22%20data-name%3D%22e0%22%20d%3D%22M7712.644-12329.506l3.028%2C3.008%2C5.8-5.8%22%20transform%3D%22translate(-6621.604%2014039.301)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat 50%;
}
.feature-no::before{
	background:transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20id%3D%22grey-x%22%20transform%3D%22translate(-1053.504%20-1699.504)%22%3E%0D%0A%20%20%20%20%3Ccircle%20id%3D%22e1%22%20data-name%3D%22e1%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20transform%3D%22translate(1053.504%201699.504)%22%20fill%3D%22%23bfbfbf%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p3%22%20data-name%3D%22p3%22%20d%3D%22M7715.975-12326.785l5.509-5.51%22%20transform%3D%22translate(-6655.226%2014038.952)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p4%22%20data-name%3D%22p4%22%20d%3D%22M7721.484-12326.785l-5.508-5.51%22%20transform%3D%22translate(-6655.226%2014038.952)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat 50%;
}
.feature-optional::before{
	background:transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20id%3D%22half-moon%22%20transform%3D%22translate(-1115%20-1700)%22%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p1%22%20data-name%3D%22p1%22%20d%3D%22M10%2C0V20A10%2C10%2C0%2C0%2C1%2C10%2C0Z%22%20transform%3D%22translate(1115%201700)%22%20fill%3D%22%230070c7%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p2%22%20data-name%3D%22p2%22%20d%3D%22M10%2C0V20A10%2C10%2C0%2C0%2C1%2C10%2C0Z%22%20transform%3D%22translate(1135%201720)%20rotate(180)%22%20fill%3D%22%23bfbfbf%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat 50%;
}
.more-features{
	cursor:pointer;
	font-weight:600;
	display:inline-block;
	padding-right:20px;
	background:transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.66%22%20height%3D%2212.66%22%20viewBox%3D%220%200%2012.66%2012.66%22%3E%0D%0A%20%20%3Cg%20id%3D%22orange-plus%22%20transform%3D%22translate(145.99%20-6)%20rotate(90)%22%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22Path_7428%22%20data-name%3D%22Path%207428%22%20d%3D%22M7%2C0H17.66%22%20transform%3D%22translate(0%20139.659)%22%20fill%3D%22none%22%20stroke%3D%22%23ff8300%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22Path_9030%22%20data-name%3D%22Path%209030%22%20d%3D%22M7%2C0H17.66%22%20transform%3D%22translate(12.33%20151.99)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23ff8300%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat right 50%;
}

.feature-invisible{
	opacity:0;
	visibility:hidden;
	height:0;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.features-all .feature-invisible{
	opacity:1;
	visibility:visible;
	height:auto;	
}
@media only screen and (max-width: 768px) {
	.features-table p {
		font-size: 13px!important;
	}
	.feature-column-description{
		display:none;
	}
}
