/* Local Overrides */

/* Local Nav Button */

@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}

@media only screen and (max-width: 833px) {
	sup.custom-footnote {
		font-size: 14px;
		position: relative;
		top: -2px;
	}
}

/* Spotlight badges */

/* stats spacing */
.section-story-spotlight .grid.himo-story-update .badges {
	--gap: 2em;
	gap: var(--gap);
}

@media only screen and (max-width: 1300px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column.badge-column:nth-child(n + 3) {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 900px) {
	.section-story-spotlight
		.grid.himo-story-update
		.badges
		.badge-column:nth-child(-n + 3):nth-child(2) {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 1300px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 100%;
		max-width: 100%;
	}
}
/* end of stats spacing */

/* CTA Link */
@media only screen and (min-width: 735px) and (max-width: 800px) {
	.industry-story-spotlight
		.grid
		.tile
		.tile-content
		.typography-body-tight-semibold
		p {
		width: 110%;
	}
}
