.minga-features-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.minga-features-table {
	width: 100%;
	min-width: max(100%, 32rem);
	border-collapse: separate;
	border-spacing: 0;
}

.minga-features-table th:first-child,
.minga-features-table td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	width: auto;
	min-width: clamp(10rem, 42vw, 18rem);
	max-width: min(18rem, 52vw);
	background: #ffffff;
}

.minga-features-table thead th:first-child {
	z-index: 3;
	background-color: #f2f5f7;
}

.minga-features-table th:not(:first-child),
.minga-features-table td:not(:first-child) {
	width: 1%;
	min-width: clamp(3.75rem, 11vw, 11rem);
}

.minga-features-table thead {
	background-color: #f2f5f7;
	color: #33485d;
	border: none;
}

.minga-features-table thead tr {
	border: none;
}

.minga-features-table thead th {
	vertical-align: middle;
	border: none !important;
}

.minga-features-table thead th:first-child {
	border-top-left-radius: 10px;
}

.minga-features-table thead th:last-child {
	border-top-right-radius: 10px;
}

.minga-features-table thead th:not(:first-child) {
	text-align: center;
}

.minga-features-table thead th:not(:first-child) span {
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}

.minga-features-table thead th span {
	display: block;
	font-weight: 800;
	line-height: 1.2em;
	font-size: 13px;
}

.minga-features-table--tier {
	text-align: center;
}

.minga-features-table--tier-col {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.minga-features-table--tier-col:last-child {
	padding-right: 10px !important;
}

.minga-features-table--tier:last-child {
	padding-right: 10px;
}

.minga-features-table--tier-col_icon {
	max-width: 22px;
	margin: 0 auto 10px;
}

.minga-features-table--tier-col_icon_img {
	display: block;
	width: 100%;
	height: auto;
}

.minga-features-table--feature {
	display: flex;
	gap: 5px;
	align-items: center;
}

.minga-features-table--feature_title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2em;
	white-space: nowrap;
}

.minga-features-table td {
	border: none;
	padding: 10px;
	vertical-align: middle;
}

.minga-features-table tr {
	position: relative;
}

.minga-features-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-features-table tbody td:first-child::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-repeat: repeat-x;
	background-position: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDIiPjxjaXJjbGUgY3g9IjEiIGN5PSIxIiByPSIxIiBmaWxsPSIjYzJjZWRhIi8+PC9zdmc+");
}

.minga-features-table--feature_availability {
	display: flex;
	align-items: center;
	justify-content: center;
}

.minga-features-table--feature_custom {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2em;
	color: #33485d;
	text-align: center;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.minga-features-table {
		min-width: max(100%, 28rem);
	}

	.minga-features-table th:not(:first-child),
	.minga-features-table td:not(:first-child) {
		min-width: clamp(6.5rem, 32vw, 10rem);
	}

	.minga-features-table td {
		padding: 8px 6px;
	}

	.minga-features-table--tier-col {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.minga-features-table--feature_title,
	.minga-features-table--feature_custom {
		white-space: normal;
	}

	.minga-features-table thead th span {
		font-size: 14px;
	}

	.minga-features-table--feature_custom {
		font-size: 11px;
	}
}

@media screen and (min-width: 768px) {
	.minga-features-table--feature_custom {
		font-size: 16px;
	}

	.minga-features-table--feature_title {
		font-size: 16px;
	}

	.minga-features-table thead th:first-child,
	.minga-features-table td:first-child {
		padding: 20px 40px;
	}

	.minga-features-table th:not(:first-child),
	.minga-features-table td:not(:first-child) {
		min-width: clamp(6rem, 10vw, 11rem);
	}

	.minga-features-table thead th:not(:first-child) {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.minga-features-table--tier-col {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.minga-features-table td.minga-features-table--tier {
		padding: 15px 10px;
	}

	.minga-features-table--tier-col:last-child {
		padding-right: 40px !important;
	}

	.minga-features-table td.minga-features-table--tier:last-child {
		padding-right: 40px;
	}

	.minga-features-table thead th span {
		font-size: 16px;
	}
}
