/* Public directory tier comparison (shortcode). */
.hemp-tier-compare-wrap {
	max-width: 100%;
	margin: 1.5rem 0;
}

.hemp-tier-compare {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
	line-height: 1.45;
}

.hemp-tier-compare th,
.hemp-tier-compare td {
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0.65rem 0.75rem;
	vertical-align: top;
	text-align: left;
}

.hemp-tier-compare thead th {
	background: rgba(0, 0, 0, 0.04);
	font-weight: 600;
}

.hemp-tier-compare tbody th {
	font-weight: 500;
	background: rgba(0, 0, 0, 0.02);
	width: 28%;
}

.hemp-tier-compare__yes {
	color: #1b7f3a;
	font-weight: 600;
}

.hemp-tier-compare__no {
	color: rgba(0, 0, 0, 0.35);
}

.hemp-tier-compare__feat-desc {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.88em;
	color: rgba(0, 0, 0, 0.65);
	font-weight: normal;
}

.hemp-tier-compare-example {
	margin-top: 1.75rem;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
}

.hemp-tier-compare-example h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.hemp-tier-compare-example ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

@media (max-width: 600px) {
	.hemp-tier-compare-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.hemp-tier-compare {
		min-width: 520px;
	}
}
