<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* used in outreach examples controls */

#outreach-examples-controls .flex-grid{
	display: flex;
}

#outreach-examples-controls .col{
	padding: 1em;
	flex: 1;
}

@media (max-width: 768px){
	#outreach-examples-controls .flex-grid{
		display: block;
	}
	#outreach-examples-controls .col{
		padding: 0.4em;
	}
}

#outreach-examples-controls label{
	margin-bottom: 0.3em;
	color: #28324b;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
}

.outreach-example-desc{
	font-size: 0.8em;
}

.outreach-buttons-wrap{
	margin-bottom: 1em;
}

.outreach-example-btn{
	display: inline-block;
	background-color: #28324b;
	color: #FFF;
	padding: 0.3em  0.6em;
	margin: 0.3em 0.3em;
	border-radius: 6px;
}

.outreach-example-btn:hover{
	color: #FFF;
}

.outreach-example-btn.url{

}

.outreach-example-btn.example{

}

.outreach-example-btn::last{
	margin-bottom: 2em;
}
</pre></body></html>