.simple-page-body {
	background: #020202;
}

.simple-list-page,
.simple-list-page .main,
.simple-show-page,
.simple-show-page .main {
	background: #ffffff;
}

.simple-card {
	padding: 32px 36px 40px;
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.simple-list-card,
.simple-show-card {
	margin-bottom: 24px;
}

.simple-list-card {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.simple-show-card {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.simple-list-layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
	min-height: 620px;
	padding: 0;
}

.simple-list-links {
	display: grid;
	gap: 14px;
	padding-top: 32px;
	background: transparent;
}

.simple-list-links a {
	display: inline-block;
	padding: 2px 0;
	color: #264b92;
	font-size: 24px;
	line-height: 1.45;
	transition: color 0.2s ease, transform 0.2s ease;
}

.simple-list-links a:hover {
	color: #17336b;
	text-decoration: none;
	transform: translateY(-1px);
}

.simple-list-main {
	min-height: 1px;
}

.simple-list-head h1 {
	margin: 0;
	color: #222222;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.simple-list-head--global {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
	text-align: center;
}

.simple-show-head {
	padding-bottom: 24px;
	border-bottom: 2px dashed #d8dde3;
}

.simple-show-head h1 {
	margin: 0;
	color: #222222;
	font-size: 34px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.25;
	text-align: center;
}

.simple-show-meta {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 28px;
	color: #8b8b8b;
	font-size: 16px;
}

.simple-show-meta strong {
	color: #757575;
	font-size: 18px;
	font-weight: 400;
}

.simple-show-content {
	padding-top: 36px;
	color: #262626;
	font-size: 17px;
	line-height: 1.95;
}

.simple-show-content > *:first-child {
	margin-top: 0;
}

.simple-show-content > *:last-child {
	margin-bottom: 0;
}

.simple-show-content h2,
.simple-show-content h3,
.simple-show-content h4 {
	color: #222222;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.4;
}

.simple-show-content h2 {
	font-size: 30px;
	margin: 1.4em 0 0.7em;
}

.simple-show-content h3 {
	font-size: 24px;
	margin: 1.3em 0 0.6em;
}

.simple-show-content ul,
.simple-show-content ol {
	margin: 0 0 1.1em 1.3em;
	list-style: disc;
}

.simple-show-content ol {
	list-style: decimal;
}

.simple-show-content img {
	margin: 16px 0;
	border-radius: 6px;
}

.simple-show-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.simple-show-content td,
.simple-show-content th {
	padding: 10px 12px;
	border: 1px solid #d8dde3;
}

.simple-show-content .download-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	height: 40px;
	border-radius: 4px;
	background: var(--brand-blue);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.simple-show-content .download-link:hover {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 960px) {
	.simple-list-layout {
		grid-template-columns: 1fr;
		gap: 32px;
		min-height: 0;
	}

	.simple-list-links {
		padding-top: 0;
	}
}

@media (max-width: 640px) {
	.simple-card {
		padding: 24px 20px 28px;
		border-radius: 24px;
	}

	.simple-list-card {
		padding: 0;
		border-radius: 0;
	}

	.simple-show-card {
		padding: 0;
		border-radius: 0;
	}

	.simple-list-head h1,
	.simple-show-head h1 {
		font-size: 28px;
	}

	.simple-list-links a {
		font-size: 22px;
	}

	.simple-show-meta {
		gap: 12px;
		font-size: 15px;
	}

	.simple-show-content,
	.simple-list-links a {
		font-size: 16px;
	}

	.simple-show-content h2 {
		font-size: 26px;
	}

	.simple-show-content h3 {
		font-size: 22px;
	}
}

.simple-list-head h1,
.simple-show-head h1,
.simple-show-content h2,
.simple-show-content h3,
.simple-show-content h4 {
	font-family: "Times New Roman", Times, serif;
}
