.hfh-tier-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0 2rem;
}

.hfh-tier-table th,
.hfh-tier-table td {
	border: 1px solid #e5e5e5;
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
}

.hfh-tier-table th {
	background: #183837;
	color: #fff;
	font-weight: 600;
}

.hfh-tier-table tr:nth-child(even) td {
	background: #faf8f5;
}

.hfh-tier-table em {
	color: #666;
	font-style: normal;
	font-size: 0.92em;
}

.wp-block-image.size-large img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
