/* Elementor Addon Nextra - Pricing Comparison */

.ean-widget-pricing-comparison .ean-pc-wrap {
	width: 100%;
}

.ean-widget-pricing-comparison .ean-pc-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	border: 1px solid #e8e8ef;
	box-shadow: 0 2px 12px rgba(20, 20, 40, .06);
	background: #ffffff;
}

.ean-widget-pricing-comparison .ean-pc-scroll::-webkit-scrollbar {
	height: 8px;
}

.ean-widget-pricing-comparison .ean-pc-scroll::-webkit-scrollbar-track {
	background: #f4f4f7;
	border-radius: 999px;
}

.ean-widget-pricing-comparison .ean-pc-scroll::-webkit-scrollbar-thumb {
	background: #c9c9d6;
	border-radius: 999px;
}

.ean-widget-pricing-comparison .ean-pc-scroll::-webkit-scrollbar-thumb:hover {
	background: #a5a5b8;
}

.ean-widget-pricing-comparison .ean-pc-table {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	background: #ffffff;
}

.ean-widget-pricing-comparison .ean-pc-table th,
.ean-widget-pricing-comparison .ean-pc-table td {
	padding: 16px 18px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #f0f0f5;
}

.ean-widget-pricing-comparison .ean-pc-table thead th {
	background: #f7f7ff;
	color: #1a1a1a;
	font-weight: 600;
}

.ean-widget-pricing-comparison .ean-pc-table thead .ean-pc-first {
	text-align: left;
}

.ean-widget-pricing-comparison .ean-pc-table tbody tr:last-child th,
.ean-widget-pricing-comparison .ean-pc-table tbody tr:last-child td {
	border-bottom: 0;
}

.ean-widget-pricing-comparison .ean-pc-table .is-featured {
	background: rgba(108, 99, 255, .08);
}

.ean-widget-pricing-comparison .ean-pc-table thead .is-featured {
	background: rgba(108, 99, 255, .12);
	box-shadow: inset 0 3px 0 #6c63ff;
}

.ean-widget-pricing-comparison .ean-pc-first {
	text-align: left !important;
	width: 200px;
}

.ean-widget-pricing-comparison .ean-pc-plan {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.ean-widget-pricing-comparison .ean-pc-price {
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	color: #6c63ff;
	line-height: 1.2;
}

.ean-widget-pricing-comparison .ean-pc-period {
	display: inline-block;
	margin-left: 4px;
	font-size: 13px;
	color: #999999;
}

.ean-widget-pricing-comparison .ean-pc-feature {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #555555;
}

.ean-widget-pricing-comparison .ean-pc-yes {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 13px;
	font-weight: 700;
	color: #4caf50;
	background: rgba(76, 175, 80, .1);
	border-radius: 50%;
}

.ean-widget-pricing-comparison .ean-pc-no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 13px;
	font-weight: 700;
	color: #e05d5d;
	background: rgba(224, 93, 93, .1);
	border-radius: 50%;
}

.ean-widget-pricing-comparison .ean-pc-table tbody tr:hover th,
.ean-widget-pricing-comparison .ean-pc-table tbody tr:hover td {
	background-color: #fafafc;
}

.ean-widget-pricing-comparison .ean-pc-table tbody tr:hover .is-featured {
	background-color: rgba(108, 99, 255, .12);
}
