
/* Purpose: render the background image and color within PHP while we're waiting for react to load */
body.SteamAwardsNominations {
    background-color: #21081f;
}

body.SteamAwardsNominations .responsive_page_frame {
    background: url(https://cdn.akamai.steamstatic.com/store/promo/steamawards2023/SA_header_still.png?v=2) no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #21081f;
    min-height: 517px;
}

/* Define fonts for applying to the game-page banner */
.mslight {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.msblack {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 900; /* black */

		}

.msmedium {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 500; /* medium */

		}

.msthin {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 200; /* thin */

		}

.msbold {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		}
.msregular {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.steamaward_nominate_gamepage_ctn {
    position: relative;
    color: #c6d5e0;
    margin-top: 32px;
    margin-bottom: 32px;
    box-shadow: 4px 4px 4px #0f1522;
    display: flex;
    flex-wrap: wrap;
}

.steamaward_nominate_background {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(https://cdn.akamai.steamstatic.com/store/promo/steamawards2023/SA_header_notrophy.jpg);
    background-size: cover;
    background-position: center;
    background-color: #21081f;
    transition: transform 0.3s ease-in-out;
}

.steamaward_nominate_gamepage_ctn .nominate_check_ctn {
    border: 3px solid #0f1522;
}

.steamaward_nominate_gamepage_ctn .nominate_check {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M9%2019.414l-6.707-6.707l1.414-1.414L9%2016.586L20.293%205.293l1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
}

.steamaward_nominate_gamepage_ctn:not(.homepage):not(.gamewinner) .steamaward_nominate_right:not(.disabled):hover {
    box-shadow: 5px 6px 0 rgb(0 0 0 / 40%);
    filter: brightness(1.1);
    /* color: #c6d5e0; */
}

.steamaward_nominate_gamepage_ctn:not(.homepage) .game_nominate:not(:hover) .hover_highlight {
    color: #c6d5e0;
}

.steamaward_nominate_gamepage_ctn:not(.homepage) .game_nominate:not(:hover) .hover_highlight {
    color: #c6d5e0;
}

a.steamaward_nominate_link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    color: #c6d5e0;
    transition: box-shadow 0.3s ease-in-out;
}

.steamaward_nominate_link:hover {
    box-shadow: 0 0 8px #e5c6df;
}
.steamaward_nominate_link:hover .steamaward_nominate_background {
    transform: scale(1.1);
}

.game_nominate {
    display: block;
    font-size: 14px;
    border-radius: 0px;
    flex-grow: 1;
}

.game_nominate.steamaward_nominate_full {
    float: none;
    width: auto;
}

@media screen and (max-width: 840px ) {
    html.responsive .game_nominate,
    html.responsive .homepage .game_nominate {
        float: none;
        width: auto;
    }

    html.responsive .game_nominate.steamaward_nominate_contents {
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 15px;
    }

    html.responsive .steamaward_nominate_gamepage_ctn.homepage .game_nominate.steamaward_nominate_contents {
        margin-bottom: 0;
    }

    html.responsive .game_nominate span.game_nominate_collapsed_only {
        display: inline;
    }

    html.responsive .game_nominate div.game_nominate_collapsed_only {
        display: block;
    }

    html.responsive .game_nominate .game_nominate_noncollapsed_only {
        display: none;
    }
}

@media screen and (max-width: 480px ) {

    html.responsive	.steamaward_nominate_gamepage_ctn,
    html.responsive	.steamawards_winner_label {
        padding-left: 15px;
    }
    html.responsive	.steamawards_winner_label {
        text-align: center;
    }
}

@media screen and (max-width: 410px ) {
    html.responsive .game_nominate_line1 {
        font-size: 14px;
    }

    html.responsive .game_nominate_line2 {
        font-size: 20px;
    }

    html.responsive .game_nominate_line3 {
        font-size: 11px;
    }
}

.steamaward_nominate_gamepage_ctn.homepage .hover_highlight {
    color: #c6d5e0;
}

.steamaward_nominate_award {
    position: absolute ;
    left: 13px;
    top: -19px;
    width: 68px;
    height: calc( 100% + 19px);
    overflow: hidden;
    pointer-events: none;
}
.steamaward_nominate_award img {
    width: 54px;
    position: absolute;
    top: 10px;
    left: 5px;
    transition: transform 0.3s ease-in-out;
}

.steamaward_nominate_gamepage_ctn:hover .steamaward_nominate_award img {
    transform: scale(1.1);
}

.steamaward_nominate_contents {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 15px 15px 92px;
    box-shadow: none;
}

.game_nominate_line1 {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 17px;
}

.game_nominate_line2 {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		    font-size: 24px;
    line-height: 26px;
    color: #e5c6df;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.game_nominate_line2 span {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		    color: #ffcb60;
}

.game_nominate_line3 {
    font-size: 13px;
    line-height: 15px;
    color: #c7b4c4;
}

.game_nominate_toupper {
    text-transform: uppercase;
}

.game_nominate .game_nominate_collapsed_only {
    display: none;
}

/*
---------------------
APP PAGE BANNER SECTION
---------------------
*/

.steamawards2023_app_banner_awardstitle {
	color: #c7b4c4;
	text-transform: uppercase;
}

.steamawards2023_app_banner_ctn {
    position: relative;
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/steamawards2023/SA_header_notrophy.jpg');
	background-size: cover;
	border: 2px solid rgba( 87,131,151, 0.35);
	display: flex;
	padding: 10px;
	margin-bottom: 35px;
	user-select: none;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.steamawards2023_app_banner_ctn img {
    position: absolute;
    top: -30px;
    left: 9px;
    width: 54px;
}

#AwardsDefault .steamawards2023_app_square_ctn {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/steamawards2023/SA_header_notrophy.jpg');
	border: 2px solid rgba( 87,131,151, 0.35);
    background-size: cover;
    background-position: center left;
	padding: 20px 0 10px 20px;
	margin-bottom: 20px;
	user-select: none;
	float: none;
	display: block;
	height: auto;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

#AwardsDefault .steamawards2023_app_square_ctn:hover {
	color: #ffffff;
}

.steamawards2023_app_square_ctn .steamawards_app_banner_contents img {
    position: absolute;
    bottom: 0;
    right: 7px;
    width: 52px;
}

.steamawards2023_app_banner_year {
    color: #b4469f;
    font-weight: 900;
    font-size: 16px;
    line-height: 15px;
}

.steamawards2023_app_banner_left {
	margin: 10px 70px 16px 10px;
    padding-left: 56px;
    box-sizing: border-box;
}

.steamawards2023_app_square_ctn .steamawards2023_app_banner_left {
    padding-left: unset;
    margin-left: 0;
}

.steamawards2023_app_banner_year {
	color: #c7b4c4;
	font-weight: 900;
	font-size: 16px;
	line-height: 15px;
}

.steamawards2023_app_banner_winner {
	background-color: white;
	color: black;
	padding: 2px 6px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.steamawards2023_app_banner_header {
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
    color: white;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 17px;
}

.steamawards2023_app_banner_header .award_title.small {
    font-size: 22px;
}

.steamawards2023_app_banner_header span {
	color: #c7b4c4;
}

.steamawards2023_app_square_ctn .steamawards_app_banner_contents {
	display: flex;
	flex-direction: row;
    position: relative;
}

.steamawards_app_banner_appname, .steamawards2023_app_banner_appname {
	font-size: 28px;
	color: ;
	font-weight: 700;
}

.steamawards_app_banner_left {
	max-width: 70%;
}

.steamawards2023_app_banner_toprow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.steamawards2023_app_banner_event_title {
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    margin-left: 8px;
    font-size: 19px;
}

.steamawards_app_banner_event {
	display: flex;
	margin-bottom: 24px;
}

.steamawards_app_banner_2018 {
	color: #665e7a;
	font-weight: 900;
	font-size: 16px;
	line-height: 15px;
}

.steamawards_app_banner_awardstitle {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	line-height: 15px;
}