
@import url('/_resources-2025/css/bootstrap.min.css');
@import url('/_resources-2025/css/styles.css');

 a.in-the-news-box {
    color: #282828;
    text-decoration: none;
}
		.in-the-news-box {
    padding: 2em;
    background: #f5f5f5;
    margin-bottom: 2em;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 2em;
}
		
.news-outlet {
   
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    background: #0000003b;
    color: #fff;
    padding: .8em 1em;
    border-radius: 33px;
    display: inline-block;
    letter-spacing: .3px;
    transition: 0.4s;
    line-height: initial;
    background: #138e43;
    margin-bottom: 2em;
   
}	
	.in-the-news-date {
    display: block;
    margin-bottom: .3em;
}
	
.in-the-news-icon {
    display: flex;
    align-items: flex-end;
}
			.not-check {
    background: transparent;
    display: inline-block;
    color: #282828;
    padding: .8em;
    border-radius: 50%;
    border: solid 1px #282828;
    transition: 0.4s;
}