/* ---------------------------------------
   Awards List Custom Post Type CSS 
----------------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.css');

.awards-list {
	display: block;
	clear: both;
	padding: .5rem;
}

.awards-list table,
table.archive-award-list  {
	padding: 5px auto 8px auto;
	text-align: left;
	width: 100%;
}

.award-year {
	width: 5%;
}

.award-details {
	width: 80%;
}

.award-title {
	font-weight: 700;
}

.award-type {
	width: 15%;
	font-style: italic;
}

.award-link {
	font-size: .70em;
	text-transform: uppercase;
}

.award-link a {
	margin: 0 8px 0 1px;
}

.award-link .fa-solid {
	opacity: .5;
}

.awards-cat-list {
	display: block!important;
	margin: 0 auto!important;
}

.awards-cat-list li {
	display: inline-block;
	list-style: none;
	width: 15.33%;
	margin: 5px;
	padding: 8px;
	border: 1px solid #eee;
	text-align: center;
}

hr {
	background-color: #bdbcbc!important;
	color: #bdbcbc!important;
	border: 0!important;
	width: 92%!important;
	height: 1px!important;
	opacity: .15!important;
}

/* ---- Credits ---- */

.award-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial', sans-serif;
    display: block;
    clear: both;
	filter: opacity(50%);
}