/* Awards Filter */

.award-year {
    width: 85px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
}
.award-category {
    width: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
	margin-left: 10px;
}
.award-winner button {
	border-radius: 30px;
	border-color: var(--wp--preset--color--primary);
	background-color: var(--wp--preset--color--background);
	border-width: 1px;
	border-style: solid;
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--albert-sans);
	font-size: var(--wp--preset--font-size--small);
	line-height: inherit;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
.award-winner button:hover {
	border-radius: 30px;
	border-color: var(--wp--preset--color--primary);
	background-color: var(--wp--preset--color--primary);
	border-width: 1px;
	border-style: solid;
	color: var(--wp--preset--color--background);
	font-family: var(--wp--preset--font-family--albert-sans);
	font-size: var(--wp--preset--font-size--small);
	line-height: inherit;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
/* Contents */
.wt-amd {
	margin-left: 10px !important;
}
.wt-award-year {
	margin: 0px;
	margin-top: 20px;
	font-weight: 600;
}
.wt-award-parent {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 600;
}
.wt-award-category {
	margin: 0px;
	font-weight: 600;
}
.wt-award-sub-category {
	margin: 0px;
	font-weight: 600;
}
/*
.wt-award-winner {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
/* Category selected grid */
.wt-award-all-grid {
	display: grid;
	grid-template-columns: repeat(2, 30% 70%);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.wt-award-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, 20% 80%);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.wt-award-grid-cat {
	margin: 0px;
}
.wt-award-grid-year {
    margin: 0px;
	text-align: center;
}
.wt-award-grid-winner {
    margin: 0px;
}