.hm-partner-byline {
	display: inline-block;
	margin-left: .35rem;
	font-size: .78em;
	font-weight: 600;
	line-height: 1.2;
	color: #5f6470;
	white-space: nowrap;
}

.hm-partner-pills,
.hm-partner-category-pills {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin: 0 0 1.25rem;
	padding: .15rem 0;
}

.hm-partner-pill {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	padding: .45rem .85rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: .9rem;
	font-weight: 650;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
}

.hm-partner-pill:hover,
.hm-partner-pill:focus,
.hm-partner-pill.is-active {
	text-decoration: none;
	box-shadow: inset 0 0 0 1px currentColor;
}

@media (max-width: 700px) {
	.hm-partner-byline {
		display: block;
		margin: .2rem 0 0;
		font-size: .72em;
		white-space: normal;
	}

	.hm-partner-pills,
	.hm-partner-category-pills {
		flex-wrap: nowrap;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding-bottom: .45rem;
	}

	.hm-partner-pill {
		flex: 0 0 auto;
		min-height: 2.5rem;
	}
}
