.mmc-public-membership-types {
	color: #242424;
	width: 100%;
}

.mmc-public-membership-types-table-wrap {
	overflow-x: auto;
}

.mmc-public-membership-types-table {
	border-collapse: collapse;
	font-size: 1rem;
	margin: 0;
	width: 100%;
}

.mmc-public-membership-types-table th,
.mmc-public-membership-types-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.mmc-public-membership-types-table thead th {
	background: #f4f4f4;
	border-top: 2px solid #444;
	font-weight: 700;
}

.mmc-public-membership-types-table tbody th {
	font-weight: 700;
	width: 24%;
}

.mmc-public-membership-types-table .mmc-public-membership-types-dues {
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	white-space: nowrap;
	width: 16%;
}

.mmc-public-membership-types-empty {
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	margin: 0;
	padding: 12px 16px;
}

@media (max-width: 700px) {
	.mmc-public-membership-types-table-wrap {
		overflow: visible;
	}

	.mmc-public-membership-types-table,
	.mmc-public-membership-types-table tbody,
	.mmc-public-membership-types-table tr,
	.mmc-public-membership-types-table th,
	.mmc-public-membership-types-table td {
		display: block;
		width: 100%;
	}

	.mmc-public-membership-types-table tbody th,
	.mmc-public-membership-types-table .mmc-public-membership-types-dues {
		width: 100%;
	}

	.mmc-public-membership-types-table thead {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.mmc-public-membership-types-table tr {
		border-bottom: 1px solid #b8b8b8;
		padding: 14px 0;
	}

	.mmc-public-membership-types-table th,
	.mmc-public-membership-types-table td {
		border: 0;
		padding: 6px 0;
	}

	.mmc-public-membership-types-table th::before,
	.mmc-public-membership-types-table td::before {
		color: #555;
		content: attr(data-label);
		display: block;
		font-size: 0.8rem;
		font-weight: 700;
		margin-bottom: 2px;
		text-transform: uppercase;
	}
}
