/* ---------------------------------------
   Awards List Custom Post Type CSS 
----------------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.css');

.awards-list {
	display: block;
	clear: both;
	padding: .5rem;
}

.awards-list ul {
	list-style: none;
}

.awards-list table {
	border-bottom: 1px solid #ddd;
	padding: 5px auto 8px auto;
	text-align: left;
	width: 100%;
}

table.archive-award-list  {
	border-bottom: 1px solid #ddd;
	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-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial';
	color: #8F8F8F;
}

.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;
}