.book_page_wrap {
	max-width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 8px;
}

.book_page_back {
	margin: 10px 0 16px 0;
	font-family: Literata;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 300;
	color: #777;
}

.book_page_back a {
	color: #555;
	text-decoration: none;
}

.book_page_back a:hover {
	color: DarkOrange;
}

.book_page_card {
	margin-top: 6px;
}

.book_page_card.tile_general {
	clear: both;
}

.book_page_card .tile-title {
	font-size: 1.75em;
}

.book_page_card .tile-img {
	float: none;
	width: 55%;
	margin: 12px auto 16px auto;
	padding: 0;
}

.book_page_card .tile-description {
	clear: both;
	padding-top: 8px;
}

.book_page_card .container {
	clear: both;
}

.book_page_buy {
	margin-top: 18px;
	text-align: center;
	clear: both;
}

.tile_general_link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.tile_general_link:hover .tile_title_link {
	text-decoration: underline;
}

.tile_title_link {
	color: inherit;
}

@media screen and (min-width: 601px) {
	.book_page_wrap {
		max-width: 520px;
		padding: 0 12px;
	}

	.book_page_card .tile-title {
		font-size: 1.85em;
	}

	.book_page_card .tile-img {
		width: 42%;
		float: left;
		margin: 0;
		padding-left: 5px;
		padding-right: 12px;
		padding-top: 8px;
	}

	.book_page_card .tile-author,
	.book_page_card .tile-title,
	.book_page_card .tile-subtitle,
	.book_page_card .tile-year {
		overflow: hidden;
	}

	.book_page_card .tile-description {
		clear: none;
	}
}

@media screen and (min-width: 901px) {
	.book_page_wrap {
		max-width: 480px;
	}

	.book_page_wrap_has_related {
		max-width: 720px;
	}

	.book_page_card .tile-title {
		font-size: 2em;
	}
}

@media screen and (min-width: 1301px) {
	.book_page_wrap {
		max-width: 460px;
	}

	.book_page_wrap_has_related {
		max-width: 760px;
	}
}

.book_related_section {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 2px solid #dddddd;
	background: linear-gradient(to bottom, #fafafa 0, #ffffff 48px);
}

.book_related_title {
	margin: 0 0 18px 0;
	font-family: Literata, Georgia, serif;
	font-size: 1.35em;
	font-weight: 600;
	color: #333333;
}

.book_related_group {
	margin-bottom: 22px;
}

.book_related_heading {
	margin: 0 0 10px 0;
	font-family: Literata, Georgia, serif;
	font-size: 1em;
	font-weight: 600;
	color: #555555;
}

.book_related_tiles {
	display: grid;
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	gap: 16px;
	grid-template-columns: 1fr;
}

.book_related_tile.tile_general {
	height: auto;
	min-height: 0;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid darkorange;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding: 10px 10px 12px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.book_related_tile.tile_general:hover {
	background-color: #ffffff;
	border-color: #cccccc;
	border-left-color: #e07800;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.book_related_tile .tile-author,
.book_related_tile .tile-title,
.book_related_tile .tile-subtitle {
	overflow: visible;
}

.book_related_tile .tile-img {
	float: none;
	width: 72%;
	max-width: 120px;
	margin: 8px auto 0 auto;
	padding: 0;
	display: block;
}

.book_related_tile .tile-img img {
	border: 1px solid #bbbbbb;
	background: #ffffff;
}

.book_related_tile .tile_content {
	display: block;
	width: 100%;
	clear: both;
}

.book_related_tile .tile-author {
	color: #666666;
}

.book_related_tile .tile-title {
	color: #cc7000;
	font-size: 1.2em;
	line-height: 1.2em;
}

.book_related_tile .tile-subtitle {
	color: #777777;
	font-weight: 400;
}

@media screen and (min-width: 601px) {
	.book_related_tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.book_related_tile .tile-title {
		font-size: 1.25em;
	}

	.book_related_tile .tile-author {
		font-size: 1.05em;
	}
}

@media screen and (min-width: 901px) {
	.book_related_tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
