/* Single News Story hero badges. Card badges are styled by components/cards.css. */

.news-story__category
{
	padding: 1rem 1.25rem;
	border-radius: 16px;
	background: var(--white);
	color: var(--light-black);
	font-family: var(--montserrat);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.news-story__category.student-voices
{
	background-color: var(--sky-blue);
	color: var(--white);
}

.news-story__category.news-releases
{
	background-color: var(--white);
	color: var(--black);
	border: 1px solid var(--deep-blue);
}

.news-story__category.around-the-college
{
	background-color: var(--honors-yellow);
	color: var(--black);
}

.news-story__category.achievements
{
	background-color: var(--deep-blue);
	color: var(--white);
}
