:root {
	font-family: adobe-clean, Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
}

div#root {
	display: none;
}

.error-state-container-general {
	text-align: center;
	width: calc(100% - 64px); /* 64px is the width of both paddings */
	height: 100vh;
	padding: 0 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.error-state-container-general a {
	color: #0d66d0;
	text-decoration: none;
}

.error-state-container-general a:hover {
	text-decoration: underline;
}

.error-state-container-general #error-detail-message-noscript {
	color: #8e8e8e;
	font-family: adobe-clean, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 135%;
	max-width: 380px;
	padding: 24px 0;
}

.error-state-container-general #error-detail-message-noscript #title {
	color: #2c2c2c;
	font-family: adobe-clean, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	line-height: 135%;
	max-width: 380px;
	padding: 0 0 24px;
}

.error-state-container-general #error-detail-message-4xx {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 135%;
	max-width: 250px;
	padding: 18px 0 3px;
}

.error-state-container-general #error-detail-message-5xx {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 135%;
	max-width: 330px;
	padding: 18px 0 3px;
}

.error-state-container-general #error-detail-message-unsupported-browser {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 135%;
	max-width: 250px;
	padding: 18px 0 3px;
}

.error-state-container-general
	#error-detail-message-unsupported-browser
	#title {
	color: #2c2c2c;
	font-family: adobe-clean, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	line-height: 135%;
	max-width: 380px;
	padding: 0 0 24px;
}

.error-state-container-general #error-detail-message-cookie-disabled {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 135%;
	max-width: 380px;
	padding: 18px 0 3px;
}

.error-state-container-general #error-detail-message-cookie-disabled #title {
	color: #2c2c2c;
	font-family: adobe-clean, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	line-height: 135%;
	max-width: 380px;
	padding: 0 0 24px;
}

.error-detail-message-italics {
	font-style: italic;
}

@media all and (max-width: 479px) {
	.error-state-container-general .main {
		width: 260px;
	}

	.error-state-container-general .error-detail-message {
		font-size: 12px;
	}
}
