/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
.section-seed-grants-discussion-board .content-item-byline-author {
	display: none;
}

.section-seed-grants-discussion-board .content-item-byline-date {
	display: block;
}

/*******
 * Site Typography: Adjustments to Default Font Size and Weight
 * (Author: daniel.rieck@wsu.edu)
 */
/*:is(p, ol, ul, .wsu-caption) {
	color: #181818;
	font-size: 1rem;
	font-weight: 300;
}

:is(ol, ul) li::marker {
	font-weight: 400;
}

:is(p, ol, ul, .wsu-caption) strong {
	color: #262626;
	font-weight: 600;
}

:is(p, ol, ul, .wsu-caption) a strong {
	color: inherit;
}

:is(p, ol, ul, .wsu-caption) :is(strong em, em strong, .wsu-caption) {
	font-weight: 700;
}*/