.category-archive-overview,
.category-archive-cluster-nav,
.category-archive-supporting-copy,
.category-hub-recent-discovery {
	margin: 0 0 1.25em;
	padding: 1.25em;
	background: #181818;
	border: 1px solid #2b2b2b;
}

.category-archive-overview {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 1.25em;
}

.category-archive-overview-media a {
	display: block;
}

.category-archive-overview-media img,
.category-archive-overview-media .no-thumb {
	display: block;
	width: 100%;
}

.category-archive-overview-content .page-header,
.category-archive-supporting-copy .page-header,
.category-hub-recent-discovery .page-header {
	margin-bottom: 0.75em;
}

.category-archive-overview-content .widget-title,
.category-archive-supporting-copy .widget-title {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.category-archive-facts,
.category-archive-actions,
.category-archive-topics-list,
.category-archive-supporting-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
}

.category-archive-facts {
	margin: 0 0 1em;
}

.category-archive-fact {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	padding: 0.55em 0.8em;
	background: #252525;
	border: 1px solid #303030;
	font-size: 0.85em;
	color: #e6e6e6;
}

.category-archive-actions {
	margin-bottom: 1em;
}

.category-archive-topics {
	display: grid;
	gap: 0.55em;
}

.category-archive-topics-label {
	font-size: 0.78em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9d9d9d;
	font-weight: bold;
}

.category-archive-topics-list .label {
	margin: 0;
}

.category-archive-cluster-path {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45em;
	font-size: 0.82em;
	margin-bottom: 0.9em;
	color: #b8b8b8;
}

.category-archive-cluster-path a,
.category-archive-cluster-path .current {
	color: #e5e5e5;
}

.category-archive-cluster-path .separator {
	color: #7f7f7f;
}

.category-archive-supporting-topics {
	margin-top: 1em;
}

@media screen and (min-width: 992px) {
	body.category .breadcrumbs-area {
		margin-bottom: 0;
	}

	body.category #content.site-content {
		margin-top: 0;
		padding-top: 10px;
	}

	body.category #content.site-content .page-header.anwad-archive-feed-header {
		margin-bottom: 10px;
	}

	body.category #content.site-content .site-main > .pagination {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767.98px) {
	.category-archive-overview {
		grid-template-columns: 1fr;
	}
}
