
:root {
	--main-bg: #FDEFE5;
	--invert-bg: #1b1b1b;
	--main-copy: #5B5463;
	--main-copy-dark: #1B1B1B;
	--accent: rgba(249, 56, 34, 1);
	--accent-inactive: #D1C6CF;
	--button-copy-inactive: #67707B;
	--highlight-dark: #5B5463;
	--code-bg: #D1C6CF;
	--block-bg: #636A7C;
}

.presskit a:hover button {
	background-color: white;
}

body.presskit,
body.presskit #content,
body.presskit section,
body.presskit .main_content {
    background-color: var(--main-bg);
}

body.press section,
body.press #content {
	max-width: unset;
}

body.press header,
body.press header .header_outer_wrapper {
	background-color: #000;
}

body.presskit header .header_outer_wrapper {
	max-width: unset;
}

body.press header .menu {
	margin-right: -0.5em;
}

body.press section .content {
	max-width: 800px;
}

body.press p {
	color: var(--main-copy);
	font-size: 1.5em;
	line-height: 1.2em;
}

body.press section.inverted
{
    background-color: var(--invert-bg);
}
body.press section.main_footer.inverted
{
    background-color: #000;
}



.press a button {
	background-color: var(--accent);
	font-size: 0.8em;
	padding: 0.7em 4em 0.65em;
	font-weight: 500;
	border-radius: 1.3em;
}

.press header a.selected button {
	background-color: var(--accent);
}

.press header a button {
	background-color: transparent;
	padding: 0.85em 2em 0.75em 2em;
	font-size: 0.9em;
}

header a:hover button {
	background-color: var(--highlight-dark);
}

.press .inactive a button,
.press a.inactive button,
.press a button.inactive,
.press .inactive a:hover button,
.press a:hover.inactive button,
.press a:hover button.inactive {
	cursor: default;
	box-shadow: none;
	background-color: var(--accent-inactive);
	color: var(--button-copy-inactive);
}

#welcome h2 .no-outlet {
	display: block;
}
#welcome h2 .has-outlet {
	display: none;
}
	#welcome h2.has-outlet .no-outlet {
		display: none;
	}
	#welcome h2.has-outlet .has-outlet {
		display: block;
	}
	#welcome h2.no-outlet .no-outlet {
		display: block;
	}
	#welcome h2.no-outlet .has-outlet {
		display: none;
	}

.press #main-content a,
.press #main_content a,
.press .main_content a,
.press #main-content a:visited,
.press #main_content a:visited,
.press .main_content a:visited {
	color: var(--accent);
	text-decoration: underline;
}

#press_email {
	background-color: #D1C6CF;
	margin-right: 20px;
	flex-grow: 1;
	max-width: 720px;
	padding: 0 10px;
	font-size: 24px;
}

#login_error_ctn {
	padding: 10px;
	margin-top: 10px;
	opacity: 0;
	display: inline-block;
	transition: all 1.0s ease-in;
	background-color: #FFC82C;
	max-width: 720px;
}

#login_error_ctn.show_error {
	opacity: 1;
}

.press_login_ctn {
	margin: 4em 0;
}

.press_login_form {
	display: flex;
	flex-wrap: wrap;
}

.press_login_footer {
	color: #EE3F9E;
	font-size: 1.7em;
	font-weight: 500;
}

.press section.inverted p {
	color: #FFFFFF;
}

.press h2 {
	line-height: 1.1em;
}

.press h3 {
	color: var(--accent);
	font-weight: 600;
}

.press h4 {
	font-size: 1em;
	color: var(--accent);
	font-weight: 400;
}
.press h4.schedule-intro {
	font-size: 0.9em;
	margin-bottom: 0.1em;
}
.press h4.schedule {
	line-height: 1.2em;
}
.press h4 b {
	font-weight: 800;
}

section#heroshot {
	background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/press/event/pressevent_featureimage.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 55vw;
	max-height: 790px;
	padding-top: 2em;
}

#handson.press {
	display: none;
}

.presslogin #menu,
.presslogin .burg {
	display: none;
}

.presslogin #press_email,
.presslogin #press_email:focus-visible {
	border: 0;
	outline: 0;
	padding: 0 0.8em;
}

header .burg .icon:after, 
header .burg .icon:before, 
header .burg .icon div {
	background-color: #fff;
}

header .home svg #press-preview {
	display: none;
}
header .home svg #press-kit {
	display: inline;
}

.pressevent header .home svg #press-preview {
	display: inline;
}
.pressevent header .home svg #press-kit {
	display: none;
}



.press.reviewkit h4 {
	font-size: 1.4em;
	font-weight: 500;
	color: var(--main-copy);
	padding: 2.5em 0 2em;
}

.press.reviewkit h3 {
	font-weight: 800;
	color: var(--main-copy);
	font-size: 1.8em;
}

.press.reviewkit p,
.press.reviewkit ul,
.press.reviewkit li {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: var(--main-copy-dark);
}


.press.reviewkit p a {
	color: var(--accent);
	text-decoration: underline;
}

.press.reviewkit #welcome .gridrow {
	margin-bottom: 2.5em;
}

code {
	background-color: var(--code-bg);
	margin-left: 2em;
	padding: 0.1em 0.4em 0.2em;
	line-height: 1.7em;
}

.press.reviewkit #appendix {
	background-color: #fff;
}

.press.reviewkit #appendix h3 {
	margin-bottom: 1.5em;
}
.press.reviewkit #appendix h4 {
	font-size: 1em;
	padding: 0.8em 0 0.4em;
}

.press.reviewkit #appendix p,
.press-reviewkit #appendix li {
	margin-bottom: 1em;
}

.press.reviewkit #appendix em {
	font-style: normal;
	font-weight: 800;
}

.gridrow.note {
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	color: #5B5463;
}

/*
body.presskit.stage2, body.presskit.stage2.press #content, body.presskit.stage2 section, body.presskit.stage2 .main_content {
    background-color: var(--main-copy-dark);
}

body.presskit.stage2 p,
body.presskit.stage2 h1,
body.presskit.stage2 h2,
body.presskit.stage2 h3,
body.presskit.stage2 h4,
body.presskit.stage2 h5,
body.presskit.stage2 h6 {
	color: var(--main-bg);
}
*/
.presskit section#welcome {
	padding-bottom: 0;
}
.presskit.stage2 .content a button {
	color: var(--main-copy-dark);
}

.presskit.stage2 .content h5,
.presskit.stage2 .content h6
{
	font-weight: 800;
	font-size: 1.3em;
}

.presskit.stage2 .content h5 {
	margin-top: 0.4em;
}
.presskit.stage2 .content h6 {
	margin: 0.3em 0 0;
}

.presskit section.kit {
	padding-top: 0.1em;
	padding-bottom: 3em;
}

.presskit .kit-header {
	margin-top: 4em;
	margin-bottom: 1em;
}
.presskit .content-blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
	column-gap: 1.5em;
	row-gap: 1.5em;
	margin-bottom: 1.5em;
}
.presskit .kit-header .col_4 {
	text-align: right;
}

.content-blocks.blocks-1 {
	grid-template-columns: 1fr;
}
.content-blocks.blocks-2,
.content-blocks.blocks-2-3,
.content-blocks.blocks-2-4 {
	grid-template-columns: 1fr 1fr;
}
.content-blocks.blocks-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.presskit .content-block,
.presskit .content-block div {
	position: relative;
}
.presskit .content-block img {
	display: block;
}

.presskit .content-block.video {
	padding: 1em 1em 0.8em;
	background-color: var(--block-bg);
}
.presskit .content-block.video.nopadding {
	padding: 0;
	background-color: transparent;
}
.presskit #oled .content-block.video.nopadding video {
	display: block;
}

.presskit .content-block a {
	content: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/press/download.svg');
	position: absolute;
	display: block;
	padding: 0.3em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.75em;
	background-color: var(--accent);
	right: 1em;
    bottom: 0.9em;
}
.presskit .content-block.video a {
	bottom: 0.7em;
}
.presskit .content-block.label a {
	bottom: 2.3em;
}
.presskit .content-block a:hover {
	background-color: #fff;
}
.presskit .content-block p {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0.5em;
}

.presskit .press-embargo {
	margin: 40px auto 20px auto;
    font-size: 1.3em;
    color: var(--accent);
	font-weight: 800;
	max-width: 800px;
}

@media screen and (min-width: 1300px ) {
	.content-blocks.blocks-2-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.content-blocks.blocks-2-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	body.press.stage2 section .content {
		max-width: 1280px;
	}
}

body.press.stage2 section h2,
body.press.stage2 section .kit-header {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 700px ) {
	.press h2 {
		font-size: 2em;
	}

	body.press p {
		font-size: 1.2em;
	}

	.press h4.schedule-intro {
		margin-bottom: 0.8em;
	}
	.press h4.schedule {
		line-height: 1.5em;
		margin-bottom: 1.5em;
	}

    body #press_email {
        margin-right: 0;
		margin-bottom: 20px;
    }

	body .press_login_form {
		justify-content: center;
	}
	.presskit .content-blocks {
		grid-template-columns: 1fr;
	}
}

#book .right {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#book .right span {
	max-width: 300px;
	text-align: right;
	font-weight: 800;
}
#book .right a button {
	margin-bottom: 1em;
}

#book h5 {
	line-height: 1.3em;
	font-weight: 600;
}
h5 .sep .accent-bg {
    height: 0.875em;
    margin: 0;
    top: 0.35em;
    left: -0.4em;
    background-color: #EE3F9E;
}

.content .list h5 {
	margin-bottom: 1em;
}
.content .list p {
	margin-bottom: 0.8em;
}
.content .list a {
	color: var(--main-copy-dark);
}