/* 10:17 AM 2022-12-28 */
.newspaper{}
.newspaper H2{
	margin:2em 0 1em 0;
	border-bottom:1px dashed #40403F;
}
.newspaper H2 SPAN{
	white-space:nowrap;
	opacity:.6;
	font-style:italic;
}
.newspaper H4{
	color:#9A9B97 !important;
	margin-top:2em;
}

/* 5:19 PM 2022-12-29 */
.newspaper TABLE.header{
	margin:0 0 4em 0;
	padding:0;
	border:0;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	position:relative;
	background-image:url('/assets/images/backgrounds/newspaper-border-texture-01.png'),url('/assets/images/backgrounds/newspaper-border-texture-02.png'),url('/assets/images/backgrounds/newspaper-border-texture-03.png'),url('/assets/images/backgrounds/newspaper-border-texture-04.png');
	background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;
	background-position:top left,top left,bottom left,top right;
}
.newspaper TABLE.header TD{
	padding:0;
	margin:0;
	padding:8px 30px;
	text-align:left;
	color:#73B8BF;
	border:0;
	border-bottom:1px solid #73B8BF;
}
.newspaper TABLE.header TD.title{
	color:#BFB907;
	padding:30px;
	font-size:130%;
	font-weight:normal;
}
.newspaper TABLE.header TD.price{text-align:right;}
.newspaper TABLE.header TD.headline{padding:30px;}
.newspaper TABLE.header TD.headline H1{
	margin:0;
	padding:0;
	line-height:100%;
	color:#BFB907;
}
.newspaper TABLE.header TD.details{
	font-style:italic;
	padding-bottom:13px;
	border:0;
}

.newspaper .arrangement{
	margin:1em 0 3em 0;
	column-count:3;
	column-gap:3em;
	column-rule:1px dashed #40403F;
}

@media (max-width:750px) and (min-width:0px){.newspaper .arrangement{column-count:1;}}
@media (max-width:1100px) and (min-width:751px){.newspaper .arrangement{column-count:2;}}
.newspaper .arrangement P:first-child{margin-top:0;}
.newspaper .arrangement P{margin-bottom:2em;}
.newspaper .arrangement .visual{position:relative;}
.newspaper .arrangement .visual:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url('/assets/images/backgrounds/newspaper-border-texture-01-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-02-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-03-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-04-b.png');
	background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;
	background-position:top left,top left,bottom left,top right;
	z-index:1;
}
.newspaper .arrangement .visual{transform:rotate(5deg);}
.newspaper .arrangement .visual~.visual{transform:rotate(-3deg);}
.newspaper .arrangement .visual:before{
	content:'';
	position:absolute;
	top:0;
	left:-5%;
	width:35%;
	height:10%;
	background-color:#BF1112;
	z-index:2;
	transform:rotate(-20deg);
	mix-blend-mode:hard-light;
	border-radius:.3em;
}
.newspaper .arrangement .visual~.visual:before{
	background-color:#73B8BF;
	left:auto;
	right:-5%;
	transform:rotate(20deg);
}

/* 11:55 AM 2024-03-09 */
UL.table-of-contents{
	position:relative;
	list-style:none;
	margin:4em 0 2em 0;
	padding:2em;
	color:#BFB907;
	background-image:url('/assets/images/backgrounds/newspaper-border-texture-01-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-02-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-03-b.png'),url('/assets/images/backgrounds/newspaper-border-texture-04-b.png');
	background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;
	background-position:top left,top left,bottom left,top right;
}
UL.table-of-contents::after{
	content:'Table of contents';
	position:absolute;
	color:#40403F;
	background-color:#171716;
	white-space:nowrap;
	padding:0 .5em;
	top:-.5em;
	left:50%;
	transform:translate(-50%,0);
	z-index:1;
}

UL.table-of-contents UL,
UL.table-of-contents LI{
	list-style:none;
	margin:0;
	padding:0;
}
UL.table-of-contents UL{margin-left:.5em;}
UL.table-of-contents>LI{font-weight:bold;}
UL.table-of-contents>LI>UL{margin-top:1em;}
UL.table-of-contents>LI LI{font-weight:normal;}
UL.table-of-contents>LI>UL>LI{padding:.3em 0;}
UL.table-of-contents>LI>UL>LI>UL{
	margin-left:1em;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:start;
	flex-wrap:wrap;	
	gap:.5em .8em;
}
UL.table-of-contents>LI>UL>LI>UL>LI{
	flex-grow:0;
	flex-shrink:0;
}
UL.table-of-contents>LI>UL>LI>UL>LI A{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:999px;
	box-shadow:none;
	text-decoration:none;	
}
UL.table-of-contents>LI>UL>LI>UL>LI A:hover,
UL.table-of-contents>LI>UL>LI>UL>LI A:focus{
	color:#171716;
	background-color:#73B8BF;
}
UL.table-of-contents>LI>UL>LI>UL>LI A.selected{
	color:#171716;
	background-color:#BFB907;
}
@media (min-width:751px){
	UL.table-of-contents>LI>UL>LI{display:flex;}
	UL.table-of-contents>LI>UL>LI,
	UL.table-of-contents>LI>UL>LI>UL{
		align-items:center;
	}	
}
@media (max-width:750px) and (min-width:0px){
	UL.table-of-contents>LI>UL>LI>UL{
		margin-top:.7em;
		margin-bottom:1em;
	}
}