.elementor-price-table {
	text-align: center;
}

.elementor-price-table .elementor-price-table__header {
	background: var(--e-price-table-header-background-color, #555);
	padding: 20px 0;
}

.elementor-price-table .elementor-price-table__heading {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.elementor-price-table .elementor-price-table__subheading {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.elementor-price-table .elementor-price-table__price {
	align-items: center;
	color: #555;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 65px;
	font-weight: 800;
	justify-content: center;
	padding: 40px 0;
}

.elementor-price-table .elementor-price-table__features-list {
	color: var(--e-price-table-features-list-color);
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-price-table .elementor-price-table__features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
	margin-left: 15px;
	margin-right: 15px;
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
	border: 0 solid hsla(0, 0%, 48%, .3);
	content: "";
	display: block;
	margin: 10px 12.5%;
}

.elementor-price-table .elementor-price-table__features-list svg {
	margin-inline-end: 10px;
	fill: var(--e-price-table-features-list-color);
	height: 1.3em;
	width: 1.3em;
}

.elementor-price-table .elementor-price-table__features-list svg~* {
	vertical-align: text-top;
}

.elementor-widget-price-table .elementor-widget-container, .elementor-widget-price-table:not(:has(.elementor-widget-container)) {
	background-color: #f9fafa;
	overflow: hidden;
}