/* NEW ARTICLE LAYOUT */

.article-quote__float-right {
	float: right;
	margin-inline: var(--spacing) 0;
	margin-block: var(--spacing-xs) var(--spacing-s);
	background: var(--bg-color);
	padding: var(--spacing-xs) var(--spacing);
	border: 3px solid var(--border-color);
	display: flex;
	font-size: var(--text-xxl);
	font-weight: var(--weight-l);
	color: var(--clr-heading);
	border-radius: var(--border-radius);
}

.article-latest-grid {
	display: grid;
	gap: var(--spacing-xs);
}

.article-latest-card {
	background: var(--bg-color);
	font-family: var(--font-body);
	border: 3px solid var(--border-color);
	border-radius: var(--border-radius);
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: var(--spacing-xs);
	align-items: center;
	position: relative;
	transition: var(--transition);
	font-size: var(--text-s);
	padding: var(--spacing-s);
}

.article-latest-card:hover {
  border-color: var(--white);
}

.article-latest-card:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.article-latest-card:focus-within :focus {
  outline: none;
}

.article-latest-card a {
	text-decoration: none;
	font-weight: var(--weight-l);
}

.article-latest-card__media {
  width: 30px;
  height: 30px;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
}

.article-latest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.article-latest__wrapper {
	display: flex;
	flex-direction: column;
}

.article-latest__wrapper-small {
	color: var(--clr-text);
  font-size: var(--text-xs);
  text-transform: uppercase;
  font-weight: var(--weight-l);
}


/* CSS Document */

.article_top {
  margin: 0px;
  background: url(/images/article_top770.gif) no-repeat;
  font-size: 0px;
  height: 14px;
}

.article_middle {
  margin-inline: auto;
  width: 75ch;
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
}

#articletext {
  margin-inline: auto;
  line-height: 1.5;
  text-align: justify;
  width: 90%;
  color: var(--clr-text);
}

#articletext > div:first-of-type {
	margin-top: 10px;
}

#articletext strong, b {
  color: var(--clr-bold);
}

* html #articletext {
  height: 400px;
}

#articletext a:link,
#articletext a:visited,
#articletext a:active,
#articletext a:hover {
  color: #fff;
}

.articleimage_left {
  float: left;
  margin-right: var(--spacing);
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing);
  color: #fff;
  background-color: var(--bg-color);
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: var(--spacing-s);
  border-radius: var(--border-radius);
}

.articleimage_right {
  float: right;
  margin-left: var(--spacing);
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing);
  color: #fff;
  background-color: var(--bg-color);
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: var(--spacing-s);
  border-radius: var(--border-radius);
}

.articleimage_left img {
  width: 100%;
  margin-bottom: var(--spacing-xs);
  border-radius: var(--border-radius);
}

.w250 {
  width: 250px;
}

.articleimage_right img {
  width: 100%;
  margin-bottom: var(--spacing-xs);
  border-radius: var(--border-radius);
}

.review-scores-table-right {
  float: right;
  margin: 0 0 0 1em;
}

.review-scores-table-left {
  float: left;
  margin: 0 1em 1em 0;
}

.articleimage_left a:link,
.articleimage_left a:visited,
.articleimage_left a:active,
.articleimage_left a:hover,
.articleimage_right a:link,
.articleimage_right a:visited,
.articleimage_right a:active,
.articleimage_right a:hover {
  color: #fff;
}

#showtitlebox {
  color: #98989E;
  font-weight: 700;
}

#showtitlebox a:link,
#showtitlebox a:visited,
#showtitlebox a:active,
#showtitlebox a:hover {
  color: #fff;
}

#showtitle {
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

#epnumber {
  float: left;
}

#eptitle {
  text-align: center;
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-xxl);
}

.byline {
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-s);
  align-items: center;
}

.byline__authors {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
}

.byline__media {
  width: 21px;
  height: 21px;
  border-radius: 500px;
  overflow: hidden;
}

.byline__media img {
  width: 21px;
  height: 21px;
  object-fit: cover;
  display: block;
}

.byline__caption {
  font-size: var(--text-xs);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: var(--weight-l);
  color: var(--clr-text);
}

.byline__divider {
  border: 0px;
  width: 2px;
  background-color: var(--border-color);
  align-self: stretch;
  flex: 0 0 2px;
}

#showarchive {
  font-size: 15px;
  text-align: center;
  font-family: var(--font-body);
}

#showbyline {
  font-size: var(--text-s);
  text-align: center;
  font-family: var(--font-body);
}

#bylinebox {
  color: #ccc;
  font-weight: 700;
}

#bylinebox a:link,
#bylinebox a:visited,
#bylinebox a:active,
#bylinebox a:hover {
  color: #fff;
  font-weight: bold;
}

#postedlink {
  font-size: 11px;
}

.article_bottom {
  height: 14px;
  background: url(/images/article_bottom770.gif) no-repeat;
  font-size: 0px;
}

.feudssubheader {
  font-family: "Courier New", Courier, mono !important;
  font-size: 25px !important;
  color: #cff !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 20px 0 20px 0 !important;
}

.articlenav_shows {
  font-size: 12px;
  margin: 30px auto 0px;
  background: url(/images/backnextbutton2.gif) no-repeat;
  height: 24px;
  width: 317px;
}

.articlenav_shows2 {
  background: url(/images/backnextbutton.png) no-repeat;
  width: 217px;
}

.articlenav_shows a:link,
.articlenav_shows a:visited,
.articlenav_shows a:active,
.articlenav_shows a:hover {
  color: #000;
}

/*Commerical Break*/
.advertname {
  color: #cff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.commercialname {
  margin: 20px 0 20px 0;
  color: #cff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/*On Running Feuds*/

.feud100-retro {
  font-weight: bold;
  color: #cff;
}

/*Pop-up Video Games*/

.popupimage {
  margin-left: -10px;
}

/*They Said WHAT?!?*/

.rumornumber {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-body);
  color: #fff;
}

.quote {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #9c9;
}

.reality {
  margin: 0 0 20px 0;
}

.conclusion {
  margin: 0 0 20px 0;
}

/*Service Gaming*/

.sggamercontainer {
  margin: 20px 0 0 60px;
  width: 470px;
}

.sggamerinfo {
  width: 150px;
}

.sggamertype {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 5px 0;
}

.sggamerimg {
  height: 144px;
}

.sggamername {
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  text-align: center;
  margin: 10px 0 10px 0;
}

.sggamername a:link,
.sggamername a:visited,
.sggamername a:active {
  color: #999 !important;
}

.sggamername a:hover {
  color: #fff !important;
}

.sggamerdescription {
  font-size: 13px;
  min-height: 220px;
}

* html .sggamerdescription {
  height: 220px;
}

.sgplayerselect {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.sgplayerselect a:link,
.sgplayerselect a:visited,
.sgplayerselect a:active {
  color: #999 !important;
}

.sgplayerselect a:hover {
  color: #fff !important;
}

#non-gamer {
  float: left;
  margin: 0 10px 0 0;
}

#average-gamer {
  float: left;
}

#pro-gamer {
  float: right;
}

.sgquestioncontainer {
  margin: 40px 0 0 100px;
  width: 400px;
}

.sgquestionimagecontainer {
  font-size: 24px;
  font-weight: bold;
  width: 400px;
}

.sgimageleft {
  padding-top: 100px;
  float: left;
}

.sgimage {
  margin: 0 10px 0 10px;
  float: left;
}

.sgimageright {
  padding-top: 100px;
  float: left;
}

.sgquestion {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 10px 0 10px 0;
}

.sgquestionrules {
  margin: 20px 0 0 0;
  text-align: center;
  color: #999;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.sganswercontainer {
  margin: 40px 0 0 0px;
  width: 575px;
}

.sgleftlogo {
  float: left;
  padding-top: 50px;
}

.sgmiddleimage {
  float: left;
  margin: 0 0px 0 10px;
}

.sgrightlogo {
  width: 184px;
  float: left;
  padding-top: 20px;
}

.sgbubble-top {
  height: 13px;
  background: url(/images/sgbubble-top.gif) no-repeat;
  margin-bottom: 0px;
  font-size: 0px;
}

.sgbubble-text {
  margin-top: 0px;
  margin-left: 7px;
  padding: 0 2px 0 2px;
  width: 169px;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.sgbubble-bottom {
  height: 28px;
  background: url(/images/sgbubble-bottom.gif) no-repeat;
}

.sganswertext {
  margin-top: 20px;
}

.sgnextitem {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.nothingfound {
  font-size: 36px;
  font-weight: bold;
  color: #900;
  text-align: center;
  padding: 200px 0 0;
}

.sginstructions {
  margin: 20px 0 0 0;
}

.sgrulecontainer {
  margin: 20px 0 20px 100px;
  width: 400px;
}

.sgrulenumber {
  font-weight: bold;
  font-size: 18px;
  color: #cff;
}

.sgruleimage {
  margin-left: 75px;
}

.sgruleimage img {
  border: 1px solid #fff;
}

.sgruletext {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.sgarchivelink {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.sgarchivelink a:link,
.sgarchivelink a:visited,
.sgarchivelink a:active {
  color: #999 !important;
}

.sgarchivelink a:hover {
  color: #fff !important;
}

/*Radio Free Gaming*/
.date {
  font-style: italic;
}

.download {
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0 30px 0;
  text-align: center;
}

.downloadnow {
  color: #fc9;
  font-size: 12px;
  font-weight: bold;
}

.mediums {
  font-weight: bold;
}

.type {
  color: #cff;
  font-size: 24px;
}

.dash {
  color: #fc9;
  font-size: 26px;
}

.epinfo {
  font-size: 12px;
  width: 385px;
  margin-left: 120px;
}

.eptitle {
  margin: 0 0 10px 0;
  color: #cff;
  font-size: 15px;
  font-weight: var(--font-weight-xl);
  text-wrap: balance;
}

.eptimeline {
  margin: 0 0 10px 0;
}

.eptechinfo {
  margin: 0 0 10px 0;
  text-align: center;
  font-style: italic;
}

.epdownloadlinks {
  margin: 0 0 0 40px;
}

.shootingscriptheader {
  color: #cff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.shootingscriptcontainer {
  width: 450px;
  margin: 20px 0 0 80px;
}

.music {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.dialogcontainer {
  margin: 0 0 5px 0;
}

.name {
  width: 100px;
  font-weight: bold;
  color: #fff;
  float: left;
}

.dialog {
  width: 350px;
  float: right;
}

/*Player Select*/
.containersub {
  margin-bottom: var(--spacing);
  background: #000;
  padding: var(--spacing-s);
  font-family: var(--font-body);
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius);
  display: grid;
  grid-template-columns: fit-content(165px) 1fr;
  grid-gap: var(--spacing);
}

.containersub-33consoles {
  width: 432px;
  font-size: 14px;
  color: #fc9;
  margin: 0px 0px 0px 75px;
}

.covertitle {
  margin-bottom: var(--spacing-s);
  text-align: center;
  color: #fff;
  font-size: var(--text-xl);
  font-weight: var(--weight-l);
  text-wrap: balance;
}

.gamography {
  margin-bottom: 20px;
  font-size: 12px;
}

.gamotitle {
  font-weight: bold;
  color: #cff;
}

.reviewleftinfo {

}

.reviewleftinfo-33consoles {
  border-left: 2px dashed #989b66;
  width: 115px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ccf;
}

.reviewerleftfavtitle img {
  display: block;
}

.reviewerleftfavtitlelink {
  font-size: 12px;
  margin-left: 10px;
  text-align: center;
}

.reviewerleftfavtitleinfo {
  font-size: 18px;
  text-align: center;
  margin-left: 20px;
  color: #fff;
}

.reviewrightinfo {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  text-align: left;
}

.reviewrightinfo p {
	margin-bottom: 0;
}

.reviewrightinfo .negative {
	color: #e11115;
}

.reviewrightinfo .positive {
	color: #29A745;
}

.reviewrightinfo h2 {
  color: #fff;
}

.reviewrightinfo-33consoles {
  width: 310px;
  float: right;
}

.verdictmain {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  text-align: center;
}

.verdictgrade {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ccf;
  font-size: 18px;
  text-align: center;
  margin-left: 20px;
  color: #fff;
}

.personname {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.person1 {
  color: #9ee;
}

.person2 {
  color: #9ce;
}

.pastissues {
  margin-right: 2.1px;
  padding-right: 7.1px;
}

/*Commercial Break Image Archive*/

.coverpics-container {
  margin: 0px 0px 0px 35px;
  width: 513px;
}

.coverpics-175 {
  height: 175px;
  width: 124px;
  border: 1px solid #fff;
}

.cbimage {
  margin: 0 0 0 113.5px;
}

.cbimage img {
  height: 512px;
  width: 375px;
}

.cbtitle {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #cff;
  margin: 10px 0 10px 0;
  text-align: center;
  width: 375px;
}

.cblink {
  margin: 10px 0 0 0;
  width: 375px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.cblink a:link,
.cblink a:visited,
.cblink a:active,
.cblink a:hover {
  color: #fff;
}

/*Reviews in The Hotseat*/

.hotseatleftinfo {
  border-right: 2px dashed #989b66;
  width: 175px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ccf;
}

.hotseatleftfavtitle {
  margin-right: 10px;
  text-align: center;
}

.hotseatleftfavtitlelink {
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
}

.hotseatleftfavtitleinfo {
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
  color: #fff;
}

.hotseatrightinfo {
  width: 400px;
  float: left;
}

.headlinetitle {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #cff;
  font-size: 30px;
  font-weight: bold;
}

#headlinetitlesub {
  font-size: 12px;
}

#othertitles {
  font-size: 20px;
}

.dash {
  color: #989b66;
  font-size: 12px !important;
}

#headlinesub {
  font-size: 12px;
}

.coverinfo {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.hotseatimages {
  margin-top: 10px;
}

.hotseatimages img {
  padding: 0 0 5px 0;
}