/*Local Overrides*/

@media only screen and (max-width: 375px) {
	#content-toggle-tile-inventory > div > p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 375px) {
	#content-toggle-tile-management > div > p {
		font-size: 16px;
	}
}

/*content-toggle-tile-management tile*/
@media only screen and (max-width: 821px) {
	#content-toggle-tile-management .typography-tile-paragraph-copy {
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	#content-toggle-tile-management .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 360px) {
	#content-toggle-tile-management .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 335px) {
	#content-toggle-tile-management .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/*content-toggle-tile-inventory tile*/
@media only screen and (max-width: 360px) {
	#content-toggle-tile-inventory .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 335px) {
	#content-toggle-tile-inventory .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/* 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;
	}
}
/* end of stats spacing */

/* copy reducer */

@media only screen and (min-width: 1069px) {
	#custom_millions .badge-unit.custom_millions {
		font-size: 34px;
		letter-spacing: -0.003em;
	}
}
@media only screen and (max-width: 1068px) {
	#custom_millions .badge-unit.custom_millions {
		font-size: 26px;
		letter-spacing: -0.003em;
	}
}
/* end of copy reducer */

@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 53px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-story-spotlight
		.grid.rituals-story-update
		.badges
		.badge-column:nth-child(1),
	.section-story-spotlight
		.grid.rituals-story-update
		.badges
		.badge-column:nth-child(2),
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 1401px) {
	.section-story-spotlight
		.grid.rituals-story-update
		.badges
		.badge-column:nth-child(2) {
		margin-left: 3em;
		margin-right: 0;
	}
}

/*  */
@media only screen and (max-width: 1400px) and (min-width: 1301px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 50%;
		max-width: 50%;
	}
	.industry-story-spotlight .tile .tile-content .badges .column:nth-child(3) {
		padding-left: 0px;
	}
}
@media only screen and (min-width: 1401px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 30%;
		max-width: 30%;
	}
}
