/* Curated Resources archive and single presentation. */
.hgt-resource-archive,
.hgt-resource-single {
	--wd-link-color: #315f38;
	--wd-link-color-hover: #24492a;
	--wd-text-color: #111211;
	--wd-title-color: #111211;
	background: #fefefe;
	color: #111211;
}

.hgt-resource-archive__notice {
	background: #faf5e5;
	border-left: 4px solid #b4933f;
	color: #111211 !important;
	font-size: .95rem;
	line-height: 1.7;
	margin: 0 0 2.25rem;
	max-width: 76rem;
	padding: 1.2rem 1.35rem;
	opacity: 1 !important;
	visibility: visible !important;
}

.hgt-resource-archive .hgt-editorial-grid--resources {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hgt-resource-card,
.hgt-resource-card p,
.hgt-resource-card h2,
.hgt-resource-card a,
.hgt-resource-card dl,
.hgt-resource-card dt,
.hgt-resource-card dd,
.hgt-resource-card time,
.hgt-resource-single .hgt-editorial-content,
.hgt-resource-single .hgt-editorial-content p,
.hgt-resource-single .hgt-editorial-content li,
.hgt-resource-single .hgt-editorial-content h2,
.hgt-resource-single .hgt-editorial-content h3,
.hgt-resource-single .hgt-editorial-content h4,
.hgt-resource-single .hgt-editorial-content strong,
.hgt-resource-single .hgt-editorial-content cite,
.hgt-resource-single .hgt-editorial-content dl,
.hgt-resource-single .hgt-editorial-content dt,
.hgt-resource-single .hgt-editorial-content dd,
.hgt-resource-single .hgt-editorial-content time {
	-webkit-text-fill-color: #111211;
	color: #111211 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.hgt-resource-card__category {
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	margin: 0 0 .9rem;
	text-transform: uppercase;
}

.hgt-resource-card__attribution {
	border-top: 1px solid #d8d8d8;
	display: grid;
	font-size: .82rem;
	gap: .45rem;
	line-height: 1.5;
	margin: 1.25rem 0 0;
	padding-top: 1rem;
}

.hgt-resource-card__attribution div,
.hgt-resource-citation dl div {
	display: grid;
	gap: .2rem;
	grid-template-columns: minmax(5.5rem, .35fr) 1fr;
}

.hgt-resource-card__attribution dt,
.hgt-resource-citation dt {
	font-weight: 800;
}

.hgt-resource-card__attribution dd,
.hgt-resource-citation dd {
	margin: 0;
}

.hgt-resource-source-link {
	color: #315f38 !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: .22em;
}

.hgt-resource-source-link:hover {
	color: #24492a !important;
}

.hgt-resource-source-link:focus-visible,
.hgt-resource-single .hgt-editorial-content a:focus-visible {
	outline: 3px solid #315f38;
	outline-offset: 4px;
}

.hgt-resource-source-link__external {
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.hgt-resource-single__summary-label {
	color: #111211 !important;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 1.25rem 0 0;
	opacity: 1 !important;
	text-transform: uppercase;
	visibility: visible !important;
}

.hgt-resource-single .hgt-editorial-featured-image {
	height: auto;
	overflow: visible;
}

.hgt-resource-single .hgt-editorial-featured-image figcaption {
	color: #111211 !important;
	font-size: .8rem;
	line-height: 1.5;
	margin-top: .65rem;
	opacity: 1 !important;
	visibility: visible !important;
}

.hgt-resource-single__summary > h2,
.hgt-resource-citation > h2 {
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	margin: 0 0 1rem;
}

.hgt-resource-citation {
	background: #faf5e5;
	border-top: 3px solid #b4933f;
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding: clamp(1.4rem, 4vw, 2.25rem);
}

.hgt-resource-citation cite {
	display: block;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 1rem;
}

.hgt-resource-citation dl {
	display: grid;
	gap: .7rem;
	margin: 0 0 1.5rem;
}

.hgt-resource-source-link--primary {
	display: inline-flex;
	font-weight: 800;
	gap: .45rem;
}

@media (max-width: 980px) {
	.hgt-resource-archive .hgt-editorial-grid--resources {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.hgt-resource-archive .hgt-editorial-grid--resources {
		grid-template-columns: minmax(0, 1fr);
	}

	.hgt-resource-card__attribution div,
	.hgt-resource-citation dl div {
		grid-template-columns: 1fr;
	}
}