﻿
.content {
	/* Override main.css background color */
	background-color: transparent;
} 


/* ---------------------------------- HEADER/FOOTER SEASON NAV ---------------------------------- */
.seasonNav {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	background-color: #181818EE;
	width: fit-content;
	padding: 5px;
	line-height:1.5;
	border-radius: 10px;
}
.activeSeason {
	border-style: solid none solid none;
	border-width: 1px;
	background-color: #444;
	padding: 2px;
}

/* ---------------------------------- SEASON SUMMARY ---------------------------------- */
.seasonSummary {
	position: relative;
	z-index: 0;
	margin: 10px auto 50px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	padding: 1px;
	width: 75%;
	overflow: clip;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
	padding: 15px;
	font-style: italic;
	em {font-style: normal;}
}
.seasonName {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	font-family: BB, Roboto, sans-serif;
	font-size: xx-large;
	font-style: normal;
}
/* ---------------------------------- OTHER CARDS ---------------------------------- */

.filmCard {
	position: relative;
	z-index: 0;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	padding: 1px;
	width: 60%;
	overflow: clip;
	min-height: 250px;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
}
.filmCard .filmCardImg {
	float: left;
	height: 250px;
	margin-right: 25px;
}
.outsideSeriesCard,.outsideEpisodeCard {
	position: relative;
	z-index: 0;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	width: 30%;
	overflow: clip;
	min-height: 200px;
	background-color: #030303;
	line-height: 1.1;
	scroll-margin-top: 50px;
}
.outsideSeriesCard{
	padding: 0px 10px 0px 525px;
}
.outsideEpisodeCard{
	padding: 0px 10px 0px 275px;
}
.outsideCardImg {
	position: absolute;
	z-index:-1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 200px;
	width: auto;
	overflow:hidden;
	object-fit:contain;
}
/* ---------------------------------------- ------------ ---------------------------------------- */
/* ---------------------------------------- EPISODE CARD ---------------------------------------- */
/* ---------------------------------------- ------------ ---------------------------------------- */
.episodeCard {
	position: relative;
	z-index: 0;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	padding: 1px;
	width: 95%;
	overflow: clip;
	min-height:530px;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
}
.episodeCardBG{
	position: absolute;
	z-index:-1;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	overflow:hidden;
	object-fit:contain;
	mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0.8) 40%, rgba(0,0,0,0));
}
.episodeCardFlare{
	position: absolute;
	z-index:-1;
	left: 0;
	top: 0;
	overflow:hidden;
	object-fit:contain;
}
.episodeCardTable{
	width: 100%;
	height: 100%;
}
.episodeCardTable > tbody > tr:nth-child(2) > td{
	/* Make the second row (the detail block) have a minimum height */
	height: 280px;
}


	/* | ---------------------------------------- EPISODE CARD BLOCKS ---------------------------------------- */
	.titleBlock {
		margin-left: auto;
		margin-right: auto;
		width: 98%;
	}
	.detailBlock {
		margin-left: 56px;
		margin-right: 35%;
		border-width: 0;
		height: auto;
		min-height: 100%;
	}
	.detailBlock > table {
		height: 100%;
		min-height: 280px;
	}
	.detailBlock > table > tbody > tr:last-child > td {
		/* Make the last row fill the remaining space */
		height: 100%;
		vertical-align: bottom;
		padding-bottom: 8px;
	}
	.detailBlock a {
		text-decoration: underline dotted;
	}
	.ratingBlock {
		margin-left: auto;
		margin-right: auto;
		width: 98%;
		border: 2px solid #C0C0C0;
		z-index: 1;
	}


		/* || ---------------------------------------- TITLE BLOCK ELEMENTS ---------------------------------------- */
		.seasonEpisodeNumberBox {
			text-align: left;
			font-size: large;
			vertical-align: bottom;
			font-weight: bold;
			line-height: 1;
		}
		.airDateBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			line-height: 0.9;
			padding-top: 0px;
			font-size: 14px;
		}
		.SepisodeNumberBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			line-height: 0.9;
			padding-top: 0px;
		}
		.FepisodeNumberBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			cursor: help;
			line-height: 0.9;
			padding-top: 0px;
		}
		.combadgeBox {
			text-align: center;
			font-size: xx-large;
			height: 36px;
			width: 36px;
			line-height: 0;
		}
		.titleBox {
			text-align: left;
			font-size: xx-large;
			height: 36px;
			font-family: BBI, Roboto, sans-serif;
			font-weight: bold;
			padding-bottom: 0px;
		}
		.titleMarginBox {
			width: auto;
		}
		.summaryBox {
			padding-right: 16%;
		}
		.summary {
			text-align: left;
			font-size: small;
			font-style: italic;
			background-color: #18181890;
			border-radius: 5px;
			height: auto;
			width: fit-content;
			padding: 2px;
			em {font-style: normal;}
		}
		.arcDescription {
			font-style: normal;
			font-size: medium;
			color: #FFFBAA;
			background-color: #555100;
			padding: 2px;
			border-radius: 2px;
		}


		/* || -------------------- DETAIL BLOCK ELEMENTS -------------------- */
		.timelinePopup {
			position: absolute;
			left: 0%;
			top: 50%;
			transform: translateX(-100%) translateY(-50%);
			z-index: 12;
			transition: .3s;
			vertical-align: middle;
		}
		.timelinePopup table{
			display: inline-block;
			vertical-align: middle;
		}
		.timelinePopupTab {
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			z-index: 5;
			height: fit-content;
			width: 16px;
			font-size: small;
			background-color: #000030;
			text-align: center;
			cursor: pointer;
		}
		.timelineCloseTab {
			display: inline-block;
			z-index: 6;
			height: fit-content;
			width: 16px;
			font-size: small;
			background-color: #300030;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
		.iconBox {
			text-align: center;
			font-size: large;
			height: 24px;
			width: 36px;
			vertical-align: top;
		}
		.iconDescription {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 0px 3px 3px 3px;
		}
		.quoteDescription {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 0px 3px 3px 3px;
		}
		td:has(> .iconDescription){
			vertical-align: top;
		}
		.nitpickery {
			border-radius: 8px;
			text-align: left;
			font-size: small;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 3px;
		}
		.quote {
			border-radius: 10px;
			text-align: center;
			vertical-align: top;
			font-size: xx-large;
			font-family: "Times New Roman", serif;
		}
		.thoughtsSection {
			border-radius: 8px;
			text-align: left;
			font-size: small;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 3px;
		}
		.watchRecommendationExplanation {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 3px;
		}
		.expandable {
			position: relative;
			overflow: hidden;
			mask-image:  linear-gradient(180deg, #000 60%, transparent 90%);
			transition: max-height 0.8s ease-in-out;
			border-top: 3px solid #808080;
			padding-top: 5px;
			padding-bottom: 10px;
		}
		td:has(> .keepReadingButton){
			position: relative;
		}
		.keepReadingButton {
			position: absolute;
			color: white;
			text-align: center;
			background-image: linear-gradient(to bottom, #08080844, #080808EE);
			padding: 1px;
			font-size: small;
			left: 50%;
			transform: translateX(-50%);
			bottom: 0px;
			cursor: pointer;
			border-bottom: 3px solid #808080;
			border-radius: 0px 0px 8px 8px;
			width: 99.5%;
		}


		/* || -------------------- RATING BLOCK ELEMENTS -------------------- */
		.myRatingDescriptionBox {
			text-align: right;
			vertical-align: bottom;
			width: 200px; height: 24px;
			font-weight: bold;
			padding-bottom: 5px;
		}
		.SFDratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
			cursor: help;
		}
		.EASratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
			cursor: help;
		}
		.NIMDBratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
			cursor: help;
		}
		.starRatingBox {
			font-size: large;
			padding-left: 10px;
		}
		.ratingsInfoLinkBox{
			font-size: small;
			vertical-align:bottom;
			text-align: right;
		}
		.ratingsInfoLinkBox a {
			white-space: normal;
			background-color: #18181890;
		}

			/* ||| --- WATCH RECOMMENDATION BOX --- */
			.watchRecommendationBox {
				border: 1px solid #CCCCCC;
				text-align: center;
				background-color:rgba(51,51,51,0.7);
				width: 150px;
				vertical-align:top;
				line-height: 1;
			}
			.watchRecommendationTitle {
				font-size: small;
			}

			/* ||| --- SCORE BOX --- */
			.ScoreBox {
				border: 4px solid #e47545; /*#CCCCCC*/
				text-align: center;
				color: #000000;
				background-color: #ccc;
				width: 120px;
				vertical-align:middle;
				font-weight: bold;
			}


/* ---------------------------------------- ------------ ---------------------------------------- */
/* -------------------------------------- End Episode Card -------------------------------------- */
/* ---------------------------------------- ------------ ---------------------------------------- */