.minga-pricing-table {
}
.minga-pricing-table thead {
	background-color: #f2f5f7;
	color: #33485d;
	border: none;
}
.minga-pricing-table thead tr {
	border: none;
}
.minga-pricing-table thead th {
	vertical-align: middle;
	padding: 10px;
	border: none !important;
}
.minga-pricing-table thead th:first-child {
	border-top-left-radius: 10px;
}
.minga-pricing-table thead th:last-child {
	border-top-right-radius: 10px;
}
.minga-pricing-table thead th:not(:first-child) {
	text-align: center;
}
.minga-pricing-table thead th:not(:first-child) span {
	text-transform: uppercase;
}
.minga-pricing-table thead th span {
	display: block;
	font-weight: 800;
	line-height: 1em;
	font-size: 13px;
}
.minga-pricing-table--feature-col {
}
.minga-pricing-table--tier {
	text-align: center;
}
.minga-pricing-table--tier-col {
	min-width: 63px;
	padding-left: 0!important;
	padding-right: 0!important;
}
.minga-pricing-table--tier-col:last-child {
	padding-right: 10px!important;
}
.minga-pricing-table--tier-col_icon {
	max-width: 15px;
	margin: 0 auto;
}

.minga-pricing-table--feature {
	display: flex;
	gap: 5px;
	align-items: center;
}
@media screen and (max-width:620px) {
	.minga-pricing-table--feature {
		justify-content: space-between;
	}
}

.minga-pricing-table--feature_title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2em;
}

.minga-pricing-table td {
	border: none;
	padding: 10px;
	vertical-align: middle;
}

.minga-pricing-table tr {
	position: relative;
}
.minga-pricing-table tbody tr:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: repeat-x;
	background-position: contain;
	width: 100%;
	height: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDIiPjxjaXJjbGUgY3g9IjEiIGN5PSIxIiByPSIxIiBmaWxsPSIjYzJjZWRhIi8+PC9zdmc+");
}

.minga-pricing-table--feature_availability {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.minga-pricing-table--tier-col {
		min-width: 87px;
	}
	.minga-pricing-table--feature_title {
		font-size: 16px;
	}
	.minga-pricing-table thead th {
		padding: 20px 40px;
	}
	.minga-pricing-table td {
		padding: 15px 40px;
	}
	.minga-pricing-table thead th span {
		font-size: 16px;
	}
}
