
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

:root {
  --maxwidth: 1300px;
}

body {
	padding: 0;
	margin: 0 auto !important; 
	float: none !important; 
	background: #fff;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}
.app_container {
	width: 100%;
	min-height: 400px;
/*	min-height: 800px;*/
}

.layout {
    padding: 0;
	width: 100%;
/*	max-width: 1000px;*/
	content-align: center;
/*	max-width:1024px;*/
/*	margin:0 auto;*/
}

.nav_cover {
	display: none;
	background: #fff;
	position: fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:99999999998;
}

.loader {
  font-size: 10px;
  margin: 60% auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #bdbdbd;
  background: -moz-linear-gradient(left, #bdbdbd 10%, rgba(189,189,189, 0) 42%);
  background: -webkit-linear-gradient(left, #bdbdbd 10%, rgba(189,189,189, 0) 42%);
  background: -o-linear-gradient(left, #bdbdbd 10%, rgba(189,189,189, 0) 42%);
  background: -ms-linear-gradient(left, #bdbdbd 10%, rgba(189,189,189, 0) 42%);
  background: linear-gradient(to right, #bdbdbd 10%, rgba(189,189,189, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #bdbdbd;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
/*    background: rgb(61, 79, 93);*/
    color: #fff;
	display: none;
}


.content {
/*    padding: 2em 1em 0;*/
	background: #fff;
}

.post {
    padding-bottom: 2em;
	
}
.post-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 0.2em;
	font-family: 'Helvetica,Arial,sans-serif';
	line-height: 36px;
	font-weight: 700;
}

.post-header-image {
	content-align: center;
	width: 100%;
	position: relative;
}

.post-header-image img {
	content-align: center;
	max-height: 500px;
	object-fit: cover;
	object-position: 50% 25% ;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.post-header-image-img {
	content-align: center;
	max-height: 500px;
	object-fit: cover;
	object-position: 50% 25% ;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.img-attrib {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 .5em .5em 0;
  color: white;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.img-attrib p {
	font-color: white;
}

.img-attrib a {
	color: white;
}

.img-attrib span {
	color: white;
}

.post-header-image-portrait {
    content-align: center;
    width: 100%;
    position: relative
}
.post-header-image-portrait img {
/*    content-align: center;
    max-height: 500px;
    object-fit: contain;
    object-position: 50% 25%;
    width: 100%;
    height: auto;
*/	
	content-align: center;
	max-height: 500px;
	object-fit: cover;
	object-position: 50% 25% ;
	width: 100%;
	height: auto;
	border-radius: 10px;
	
}

.post p {
    font-size: 20px;
    font-weight: 400;
	line-height: 26px;
	font-family: 'Helvetica,Arial,sans-serif';
	
	color: #000;
}

@media (max-width: 500px) {
	.post p {
	    font-size: 23px;
	    font-weight: 400;
		line-height: 36px;
		font-family: 'sans-serif';
		color: #000;
	}
}

.footer-logo {
	cursor: pointer;
}
.logo {
	top: 7px;
	position: relative;
	width: 178px;
	cursor: pointer;
/*	margin-left: 1em;*/
/*	margin:0 auto;*/
}

.nav-links {
	display: none;
	top: 7px;
	right: 30px;
	position: relative;
	text-align: right;
/*	border: 1px solid #000000;*/
/*    font-size: 1em;
    font-weight: bold;
	font-family: sans-serif;
	font-color: #00000;
*/}

.nav-links a {
    font-size: 0.9em;
    font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
/*	color: #00000;*/
	color: rgb(0, 0, 0);
}

.post h1 {
    font-size: 26px;
    font-weight: 700;
	font-family: 'Helvetica,Arial,sans-serif';
	margin: 0px;
}

.spacer {
	display: block;
	height: 300px;
	width: 100%;
}

.spacer_small {
	display: block;
	height: 100px;
	width: 100%;
}

.centered-banner {
	margin: 1em 0 1em;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 50px;
/*	min-height: 300px;*/
}


.top-content-container {
	width: 100%;
	z-index: 10000;
	min-height: 90px;
}
	  
.top-content-ad {
	position: sticky;
	top: 10px;
	text-align: center;
	width: 100%;
	z-index: 10000;
	margin-bottom: 15px;
	min-height:250px;
	display: flex;
	justify-content: center;
}

.top-content-ad-nostick {
	top: 10px;
	bottom: 10px;
	text-align: center;
	width: 100%;
	z-index: 10000;
/*	min-height:90px;*/
}

.sidebar-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.sidebar-container-last {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
/*	height: 100vmax;*/
/*	height: calc(100vmax + 600px);*/
/*	height: 600px;*/
	flex-direction: column;
}

.sidebar-banner-group {
  position: sticky;
  top: 10px;
  width: 100%;
  text-align: center;
  
}
.sidebar-banner {
	margin-bottom: 20px;
}

#multiplex_ad {
	margin-top: 3em;
	width: 100%;
	height: 100%;
}

.related-container {
	margin-top: 3em;
	text-align: left;
	width: 100%;
	height: 100%;
/*	border: 1px solid #000000;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-bottom: 25px;

	box-sizing: border-box;
	border-top: 1px solid #000000;
	box-shadow: 0 0 6px #000;
*/	
}

.related-container p {
	margin-left: .5em;
	margin-right: .5em;
	font-size: 1.5em;
    font-weight: bold;
/*	font-family: 'Roboto Condensed', serif;*/
	font-family: 'Lora', serif;
	color: rgb(255, 53, 53);
	border-bottom: 1px solid #000000;
}

.related-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	
	
}

.related-item-container {
	
	display: flex;
	flex-direction: row;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 50px;
	cursor: pointer;
}

.media {
	box-shadow: 0 0 1px #000;
/*	border-radius: 15px;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	

    display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 50%;
	max-width: 300px;
	background: #e5e5e5;
}

.related-content {
	padding: 10px;
	height: 100px;
	text-align: left;
/*	font-family: Roboto Condensed !important;*/
	font-family: sans-serif;
/*	font-size: 20px !important;*/
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 800;
	color: #000000;
	overflow: hidden;
}

.image img {
	height: 200px;
	width: 300px;
	box-shadow: 0 0 1px #000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	object-fit: fill;
}



.home-content-container p {
	margin-left: .5em;
	margin-right: .5em;
	font-size: 1.5em;
    font-weight: bold;
/*	font-family: 'Roboto Condensed', serif;*/
	font-family: 'Lora', serif;
	color: rgb(255, 53, 53);
/*	border-bottom: 1px solid #000000;*/
}

.home-content-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	
	
}

.home-content-item-container {
	
	display: flex;
	flex-direction: row;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 50px;
/*	margin-top: 50px;*/
	margin-bottom: 50px;
	cursor: pointer;
}

.home-content-content {
	padding: 10px;
	height: 100px;
	text-align: left;
/*	font-family: Roboto Condensed !important;*/
	font-family: sans-serif;
/*	font-size: 20px !important;*/
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 800;
	color: #000000;
	overflow: hidden;
}

.home-content-media {
	box-shadow: 0 0 1px #000;
/*	border-radius: 15px;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	

    display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 50%;
	max-width: 400px;
	background: #e5e5e5;
}

.home-content-image img {
	height: 300px;
	width: 400px;
	box-shadow: 0 0 1px #000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	object-fit: fill;
}


.read_more_container {
    width: 100%;
    max-width: 600px; /* Restored for better readability on wider screens */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1px 8px; /* Side padding for mobile friendliness */
    box-sizing: border-box;
	z-index:99999999997;
}

.read_more_text {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
    filter: blur(3px);
    user-select: none;
	z-index:99999999997;
}

.read_more_button {
    width: 100%;
    background-color: #1e3a8a;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index:99999999997;
}


.page-button-container {
	display: flex;
	justify-content: space-evenly;
	gap: 50px;
	margin-top: 50px;
	width: 100%;
	z-index:99999999997;
}

.sticky-page-button-container {
	display: flex;
	justify-content: space-evenly;
	gap: 50px;
	margin-top: 50px;
	width: 100%;
	text-align:center;
	position:fixed;
	bottom:250px;
	left:50%;
	max-height:300px;
	z-index:99999999997;
	transform: translate(-50%);
}

.page-button {
	margin: auto;
	background: #dd3333;
/*	width: 100px;*/
	height: 100px;
	box-shadow: 0 0 6px #000;
	border-radius: 15px;
	color: #fff;
	text-align: center;	
	cursor: pointer;
}

.page-button:hover {
	background: #FF3535;
	text-decoration: none;
}

.page-button-green {
	margin: auto;
	background: #2bcb1c;
/*	width: 100px;*/
	height: 100px;
	box-shadow: 0 0 6px #000;
	border-radius: 15px;
	color: #fff;
	text-align: center;	
	cursor: pointer;
	
}

.page-button-green:hover {
	background: #22e010;
	text-decoration: none;
}

.page-button-blue {
	margin: auto;
	background: #03a9f4;
/*	width: 100px;*/
	height: 100px;
	box-shadow: 0 0 6px #000;
	border-radius: 15px;
	color: #fff;
	text-align: center;	
	cursor: pointer;
	
}

.page-button-blue:hover {
	background: #20adf0;
	text-decoration: none;
}


.page-button-blue p {
	font-size: 34px;
	vertical-align: middle;
	font-family: sans-serif;
	color: #FFF;
}

.page-button-green p {
	font-size: 34px;
	vertical-align: middle;
	font-family: sans-serif;
	color: #FFF;
}

.page-button p {
	font-size: 34px;
	vertical-align: middle;
	font-family: sans-serif;
	color: #FFF;
}


.prev-button {
	flex-grow: 1;
}

.next-button {
	flex-grow: 4;
}

.arrow-right {
	border: solid white;
	border-width: 0 8px 8px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-left {
	border: solid white;
	border-width: 0 8px 8px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.sticky_video_container {
	
	display: none;
	left: 10px;
	bottom: 105px;
	height: 224px;
	width: 400px;
	max-height: 480px;
	max-width: 640px;
	position: fixed;
	z-index:99999999999;
}

@media (max-width: 500px) {
	.sticky_video_container {
		display: none;
		left: 10px;
		bottom: 100px;
		height: 119px;
		width: 213px;
		max-height: 153px;
		max-width: 252px;
	
		position: fixed;
		z-index:99999999999;
	}
}

.sticky_video_container_mobile {
	all:initial;
	background-color: hsla(0,0%,100%,.8);
	border-top: 2px solid hsla(0,0%,88%,.8);
	z-index: 99999999999!important;
	align-items: center;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	clear: both;
	line-height: 0;
	top:0px;
	box-sizing: content-box;
	left: 0;
	margin: 0;
	height: 119px;
	max-height: 119px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
}

.exit-intent-popup {
	display: none;
	width:100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.visible {
    z-index: 999999999999;
	display: block;
    transform: translateY(0) scale(1);
}

.exit-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}

/* Popup-specific styles */
.exit-pop {
    background: #FFF;
    padding: 10px;
    border-radius: 3px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.modal {
        display: none;
        position: fixed;
        z-index: 100000000000000;
        padding-top: 300px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
      }

      .modal[data-type] {
        display: block;
      }

      .modalDialog {
        margin: auto;
        padding: 25px;
        background-color: white;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		width: 650px;
      }

      .grantButtons,
      .rewardButtons {
        display: none;
      }

      .modal[data-type='grant'] .grantButtons,
      .modal[data-type='reward'] .rewardButtons {
        display: block;
      }
	  
	  #modalMessage {
	  	font-size: 34px;
	  }


	  #watchAdButtonOLD {
          padding: .5rem;
          background: blue;
          border: none;
          border-radius: 4px;
          margin: 4px;
          color: white;
		  height: 200px;
		  width: 200px;	  	
	  }

	  #dismissReward {
		  cursor: pointer;
	  }
/*
	SHOW SIDEBAR WHEN WE HAVE ENOUGH SCREEN
*/

@media only screen and (min-width: 0px){
    .content {
		width: 100vw;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 768px){
	.sidebar {
	    position: relative;
	    top: 10px;
	    bottom: 0;
		right: 0px;
		display: block;
		width: 320px;
		background: #fff;
		float: right;
	}
	.sidebar-container {
		height: 1800px;
	}
	
	.sidebar-container-last {
		height: calc(100em - 200px);
	}
	
    .content {
		max-width: calc(100% - 330px);
    }
	
	.nav-links {
		display: block;
	}
	
	
}

@media only screen and (min-width: 1441px){
	.sidebar {
	    position: relative;
	    top: 10px;
	    bottom: calc(100vh - 100px);
		right: 0px;
		display: block;
		width: 320px;
		background: #fff;
		float: right;
	}
	
	.sidebar-container {
		height: 3500px;
	}
	
	.sidebar-container-last {
		height: calc(100vmax - 600px);
	}
	
	
    .content {
		max-width: calc(100% - 330px);
    }
	
	.main {
		max-width: 1440px;
	}
		
	.nav-links {
		display: block;
	}
		
}

@media (min-width: 0px) {
	.main {
		width: 99vw;
		margin: 0 auto;
		max-width: var(--maxwidth);
	}
	
	.bottom-banner {
		bottom: 0;
		position: sticky;
		position: -webkit-sticky;
		text-align: center;
		margin-bottom: 1px;
		width: 100%;
		z-index: 10000;
	}

	.top-menu {
		top: 0;
		left: 0;
		margin-top: 0px;
		height: 50px;
	    background: #ffffff;
	    color: #fff;
		box-sizing: border-box;
		border-bottom: 1px solid #000000;
		box-shadow: 0 0 3px #000;
		width: 100%;
		z-index: 10000;
	}
	
	.top-menu_hidden {
		top: 0;
		left: 0;
		margin-top: 0px;
		height: 0px;
	    background: #ffffff;
	    color: #fff;
		box-sizing: border-box;
		border-bottom: 0px;
		box-shadow: 0 0 0px #000;
		width: 100%;
		z-index: 0;
		display: none;
	}
	
	.top-menu-content {
		width: 100%;
		margin:0 auto;
		padding: 0 .5em 0;
		max-width: var(--maxwidth);
	}

    .header {
        margin: 1% 2em 0;
        text-align: right;
    }

    .content {
        padding: 10px .5em 0;
		width: 100%;
    }

    .footer {
		bottom: 0;
		left: 0;
		height: 200px;
        text-align: right;
		background: #000;
/*		z-index: 100000;*/
		box-sizing: border-box;
		border-top: 1.5px solid #000000;
		box-shadow: 0 0 3.5px #000;
    }
		
	.footer a {
		line-height: 25px;
		font-family: sans-serif;
		color: #919191;
		text-transform: uppercase;
	}
	
	.footer-logo {
		padding: 5px;
		position: relative;
		width: 178px;
		text-align: left;
		display: none;
	}
	
	.footer-container {
		width: 100%;
		margin:0 auto;
		padding: 0 .5em 0;
		max-width: var(--maxwidth);
	}
	
	.footer-copyright {
		line-height: 25px;
		font-family: sans-serif;
		color: #919191;
		text-align: left;
		padding: 5px;
		
	}
	
	.footer .pure-menu a:hover,
	.footer .pure-menu a:focus {
	    background: none;
	}
}

/*Scale the content image*/
@media only screen and (min-width: 0px){
	.post-header-image img {
		height: 300px;
	}
}

@media only screen and (min-width: 728px){
	.post-header-image img {
		height: 500px;
	}	
}



/*Scale the footer font*/
@media only screen and (min-width: 0px){
	.footer a {
    	font-size: 1.8vw;
	}
}

@media only screen and (min-width: 728px){
	.footer a {
    	font-size: .8vw;
	}
	
	.footer-logo {
		display: block;
	}
	
}

@media only screen and (min-width: 1920px) {
	.footer a {
    	font-size: .55vw;
	}
	
	.footer-logo {
		display: block;
	}
	
}



/* START FLEXCARD TEST */
		.container {
/*		  max-width: 649px;*/
		  margin: 0 auto;
/*		  box-sizing: border-box;
		  border: 1px solid #000;
*/		  
		  width: 100%;
		}

		.cards {
			width: 100%;
		  display: -webkit-flex;
		  display: flex;
		  -webkit-justify-content: center;
		  justify-content: center;
		  -webkit-flex-wrap: wrap;
		  flex-wrap: wrap;
		  margin-top: 10px;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}

		.card {
			height: 250px;
		  position: relative;
		  margin-bottom: 20px;
		  padding-bottom: 30px;
		  background: #fefff9;
		  color: #363636;
		  text-decoration: none;
		  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
		  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
		  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  border-radius: 4px;
		  cursor: pointer;
		}
		@media (max-width: 500px) {
		  .card {
		    width: 100%;
		  }
		}
		@media (min-width: 500px) {
		  .card {
  			flex-basis: 280px;
  			flex-grow: 1;
			  
/*		    max-width: 283px;*/
		    margin-right: 5px;
		    margin-left: 5px;

		    margin-bottom: 20px;
		  }
		  .card:nth-child(3n) {
		  }
		  
		  .card:first-child {
/*			  flex-basis: 500px;*/
		  }
		  
		}
		@media (min-width: 980px) {
			.card {
				flex-basis: 400px;
			}
		  .card:nth-child(even) {
/*		    margin-right: 20px;*/
		  }
		  .card:nth-child(3n) {
/*		    margin-right: 0;*/
		  }
		}
		.card span {
		  display: block;
		}
		.card .card-summary {
		  padding: 5% 5% 3% 5%;
		}
		.card .card-header {
		  position: relative;
		  height: 250px;
		  overflow: hidden;
		  background-repeat: no-repeat;
		  background-size: cover;
		  background-position: center;
		  background-color: rgba(255, 255, 255, 0.15);
/*		  background-blend-mode: overlay;*/
		  -moz-border-radius: 4px 4px 0 0;
		  -webkit-border-radius: 4px;
		  border-radius: 4px 4px 0 0;
		}
		.card .card-header:hover, .card .card-header:focus {
		  background-color: rgba(255, 255, 255, 0);
		}
		.card .card-title {
		  background: rgba(157, 187, 63, 0.85);
		  padding: 3.5% 0 2.5% 0;
		  color: white;
		  font-family: 'Roboto Condensed', sans-serif;
		  text-transform: uppercase;
		  position: absolute;
		  bottom: 0;
		  width: 100%;
		  font-size: 17px;
		  line-height: 1.4;
		}
		.card .card-title h3 {
		  font-size: 1.2em;
		  line-height: 1.2;
		  padding: 0 3.5%;
		  margin: 0;
		}
		.card .card-meta {
		  max-height: 52px;
		  overflow: hidden;
		  color: #666;
		  font-size: .78em;
		  text-transform: uppercase;
		  position: absolute;
		  bottom: 0px;
		  right: 10px;
		  padding: 5px 5%;
		  -moz-transition-property: max-height;
		  -o-transition-property: max-height;
		  -webkit-transition-property: max-height;
		  transition-property: max-height;
		  -moz-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		  -webkit-transition-duration: 0.4s;
		  transition-duration: 0.4s;
		  -moz-transition-timing-function: ease-in-out;
		  -o-transition-timing-function: ease-in-out;
		  -webkit-transition-timing-function: ease-in-out;
		  transition-timing-function: ease-in-out;
		}
		.card:hover, .card:focus {
		  background: white;
		  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
		  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
		  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
		}
		.card:hover .card-title, .card:focus .card-title {
		  background: rgba(157, 187, 63, 0.95);
		}
/*		.card:hover .card-meta, .card:focus .card-meta {
		  max-height: 1em;
		}
*/
		

		* {
		  -moz-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -moz-transform;
		  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -o-transform;
		  -webkit-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
		  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
		  -moz-transition-duration: 0.2s;
		  -o-transition-duration: 0.2s;
		  -webkit-transition-duration: 0.2s;
		  transition-duration: 0.2s;
		  -moz-transition-timing-function: linear;
		  -o-transition-timing-function: linear;
		  -webkit-transition-timing-function: linear;
		  transition-timing-function: linear;
		}
		
		.btn {
		  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
		  border-radius: 3px;
		  border: 1px solid;
		  display: inline-block;
		  height: 32px;
		  line-height: 32px;
		  padding: 0 8px;
		  position: relative;

		  font-size: 20px;
		  text-decoration: none;
		  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		}
		/*
		 * Counter button style
		 */
		.btn-counter { margin-right: 45px; }
		.btn-counter:after,
		.btn-counter:hover:after { text-shadow: none; }
		.btn-counter:after {
		  border-radius: 3px;
		  border: 1px solid #d3d3d3;
		  background-color: #eee;
		  padding: 0 8px;
		  color: #777;
		  content: attr(data-count);
		  left: 100%;
		  margin-left: 8px;
		  margin-right: -13px;
		  position: absolute;
		  top: -1px;
		}
		.btn-counter:before {
		  transform: rotate(45deg);
		  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');

		  background-color: #eee;
		  border: 1px solid #d3d3d3;
		  border-right: 0;
		  border-top: 0;
		  content: '';
		  position: absolute;
		  right: -13px;
		  top: 12px;
		  height: 6px;
		  width: 6px;
		  z-index: 1;
		  zoom: 1;
		}
		/*
		 * Custom styles
		 */
		.btn {
		  background-color: #dbdbdb;
		  border-color: #bbb;
		  color: #666;
		}
		.btn:hover,
		.btn.active {
		  text-shadow: 0 1px 0 #b12f27;
		  background-color: #f64136;
		  border-color: #b12f27;
		}
		.btn:active { box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset; }
		.btn span { color: #f64136; }
		.btn:hover, .btn:hover span,
		.btn.active, .btn.active span { color: #eeeeee; }
		.btn:active span {
		  color: #b12f27;
		  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
		}

/* ============================================
   TRIVIA/QUIZ STYLES - Mobile-First Polish
   ============================================ */

.trivia-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f5f6fa;
}

/* ── Logo ──────────────────────────────────── */
.trivia-logo-wrap {
  padding: 10px 16px 8px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.trivia-logo {
  height: 28px;
  width: auto;
  display: block;
}

/* ── Header ─────────────────────────────── */
.trivia-hdr {
  background: #fff;
  padding: 12px 16px 10px;
  border-bottom: 3px solid #f4d03f;
  margin-bottom: 12px;
}

.trivia-hdr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.trivia-hdr-title {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}

.trivia-score-box {
  background: #f4d03f;
  color: #1a1a2e;
  border-radius: 10px;
  padding: 5px 14px;
  text-align: center;
  min-width: 54px;
  flex-shrink: 0;
}

.trivia-score-num {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.trivia-score-lbl {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-top: 2px;
}

.trivia-prog-wrap {
  background: #e8e9eb;
  border-radius: 6px;
  height: 7px;
  margin-bottom: 6px;
  overflow: hidden;
}

.trivia-prog-bar {
  height: 100%;
  background: linear-gradient(90deg, #f4d03f, #f0b429);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.trivia-prog-txt {
  font-size: 11px;
  color: #999;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ── Question Card ───────────────────────── */
.trivia-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  margin: 0 12px 12px;
}

.trivia-q-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 220px;
  object-fit: cover;
}

.trivia-q-badge {
  display: inline-block;
  background: #f4d03f;
  color: #1a1a2e;
  font-size: 10px;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 14px 16px 6px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.trivia-q-text {
  font-size: 19px;
  font-weight: 800;
  color: #1a1a2e;
  padding: 6px 16px 18px;
  margin: 0;
  line-height: 1.4;
}

/* ── Answers ─────────────────────────────── */
.trivia-answers {
  margin: 0 12px 10px;
}

.trivia-answer {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 2px solid #e8e9eb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.1s, box-shadow 0.15s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.trivia-answer:hover:not(.disabled) {
  border-color: #f4d03f;
  background: #fffdf0;
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(244,212,63,0.2);
}

.trivia-ans-letter {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #555;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}

.trivia-ans-text {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.35;
}

.trivia-answer.correct {
  background: #edfaf3;
  border-color: #2ecc71;
  box-shadow: 0 2px 8px rgba(46,204,113,0.2);
}

.trivia-answer.correct .trivia-ans-letter {
  background: #2ecc71;
  color: #fff;
}

.trivia-answer.incorrect {
  background: #fef2f2;
  border-color: #e74c3c;
  box-shadow: 0 2px 8px rgba(231,76,60,0.2);
}

.trivia-answer.incorrect .trivia-ans-letter {
  background: #e74c3c;
  color: #fff;
}

.trivia-answer.disabled {
  cursor: not-allowed;
}

.trivia-answer.disabled:not(.correct):not(.incorrect) {
  opacity: 0.45;
}

.trivia-icon {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  padding-left: 8px;
}

.trivia-answer.correct .trivia-icon { color: #27ae60; }
.trivia-answer.incorrect .trivia-icon { color: #c0392b; }

/* ── Explanation ─────────────────────────── */
#trivia-explanation-container {
  min-height: 120px;
}

.trivia-explanation {
  border: 1.5px solid #f39c12;
  border-left: 4px solid #f39c12;
  background: #fff9e6;
  padding: 14px 16px;
  border-radius: 10px;
  margin: 0 0 10px 0;
  animation: tSlideDown 0.3s ease;
}

.trivia-explanation.correct-explanation {
  background: #edfaf3;
  border-color: #2ecc71;
  border-left-color: #27ae60;
}

.trivia-explanation.incorrect-explanation {
  background: #fef2f2;
  border-color: #e74c3c;
  border-left-color: #c0392b;
}

.explanation-header {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 6px;
}

.explanation-header.correct { color: #27ae60; }
.explanation-header.incorrect { color: #c0392b; }

p.explanation-text {
  font-size: 14px;
  line-height: 1.55;
  color: #3d4a5a;
  margin: 0;
}

@keyframes tSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Ad slots ────────────────────────────── */
.trivia-ad-slot {
  text-align: center;
  margin: 10px 0;
}

/* ── Next button ─────────────────────────── */
.trivia-next-wrap {
  padding: 4px 12px 20px;
}

.trivia-next-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  height: auto !important;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: #f4d03f;
  color: #111 !important;
  font-size: 17px;
  font-weight: 900;
  padding: 18px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(244,208,63,0.5);
}

.trivia-next-btn::after {
  content: '→';
  font-size: 18px;
  line-height: 1;
}

.trivia-next-btn:hover {
  background: #e8c422;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(244,208,63,0.6);
  text-decoration: none !important;
}

.trivia-next-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(244,208,63,0.4);
}

/* ── Blurbs ──────────────────────────────── */
.trivia-blurbs {
  margin: 4px 12px 0;
}

.trivia-quiz-blurb {
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  border: 1px solid #e8e9eb;
}

.trivia-quiz-blurb p { margin: 0; font-size: 13px; line-height: 1.5; color: #555; }
.trivia-zohark-blurb p { margin: 0; color: #b0b4bc; font-size: 12px; line-height: 1.6; }

.trivia-zohark-blurb {
  background: #1a1a2e;
  color: #b0b4bc;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.trivia-zohark-blurb-header {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 5px;
}

/* ── Results page ────────────────────────── */
.trivia-results-container {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 16px;
  animation: tFadeIn 0.4s ease;
}

@keyframes tFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.trivia-results-score {
  font-size: 64px;
  font-weight: 900;
  color: #f4d03f;
  margin: 12px 0;
  animation: tScaleIn 0.4s ease 0.2s both;
}

@keyframes tScaleIn {
  from { transform: scale(0.6); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

.trivia-results-message {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin: 8px 0;
}

.trivia-results-details {
  font-size: 16px;
  color: #7f8c8d;
  margin: 6px 0 16px;
}

.trivia-results-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 12px 0 20px;
}

.trivia-stat-card {
  background: #f8f9fa;
  padding: 14px 10px;
  border-radius: 12px;
  border: 2px solid #e8e9eb;
}

.trivia-stat-label {
  font-size: 10px;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 600;
}

.trivia-stat-value {
  font-size: 26px;
  font-weight: 900;
  color: #f4d03f;
}

.trivia-restart-button {
  background: #f4d03f;
  color: #1a1a2e;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  margin: 10px 6px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
}

.trivia-restart-button:hover {
  background: #e8c422;
  transform: translateY(-1px);
  text-decoration: none;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 480px) {
  .trivia-q-text { font-size: 17px; }
  .trivia-ans-text { font-size: 14px; }
  .trivia-results-stats { grid-template-columns: 1fr; gap: 8px; }
  .trivia-next-btn { font-size: 16px !important; padding: 16px 20px !important; letter-spacing: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  .trivia-results-score,
  .trivia-results-container,
  .trivia-explanation,
  .trivia-answer { animation: none !important; transition: none !important; }
}
