* {
  margin:0;
  padding:0;
}

* {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.can-select-text {  
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

*,*:focus,*:hover{
  outline:none!important;
}

html {
   height: 100%;
}

body {
  min-height: 100%;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  background: #ffd89b;
  background: -webkit-linear-gradient(to right, #ffd89b, #19547b);
  background: linear-gradient(to right, #ffd89b, #19547b);
}

.footer {
  margin-top:20px;
  padding-bottom:20px;
  text-align:center;
  color: dimgray;
  font-size: 12px;
}

.dragging-nodrop {
  cursor: no-drop!important;
}

h1 {
  text-align: center;
  font-size: 12px;
  color: maroon;
  margin-bottom: 20px;
}

h4 {
  font-weight: normal
}

option.dark-option {
  color: lightgray;
  background-color: #474747;
}

option.disabled-option {
  color: gray;
  background-color: #eee;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.ellipsis-text {
  display: inline-block;
  max-width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;      
}

.toast {
  position: fixed;
  left: 50%;
  z-index: 2010;
  transform: translate(-50%, 0px);
  min-width: 330px;
  margin-top: 30px;
}

.toast-header, .toast-body {
  color: #3f3f3f;
}

.user-message {
  display: none;
  text-align: center;
}

.info {
  color: darkgray;
  font-weight: normal;
}

.small-info {
  font-size: 14px;
  color: darkgray;
  font-weight: normal;
}

.link-button {
  color: cornflowerblue;
  font-size: 14px;
  cursor: pointer;
}

.help-icon {
  color: #dbdbdb!important;
  cursor: pointer;
  margin-left: 5px;
}

.help-icon .fa {
  font-size: 18px;
}

.confirm-modal {
  user-select: auto;
}

.confirm-light-button {
  margin-right:20px;
  border-color:lightgray;
}

#view-selector {
  width: 220px;
  margin: 5px 0px 0px 10px;
  border-color: #6f6f6f;
  border-radius: 5px;
  padding: 5px;
  border-width: 2px;
  color: #4386c0;
  background: #292828;
}

.semi-transparent-button-group:last-child {
  border-radius: 8px 8px 20px 20px;
}

.semi-transparent-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 8px;
  max-width: 550px;
  background: #fff;
  background: rgba(30, 52, 142, 0.5);
  border-radius: 8px;
  color: #fff!important;
  font-size: 16px;
  text-align: center;
  text-decoration: none!important;
  letter-spacing: 1px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.convo-text {
  color: darkgray;
  font-size: 16px;
  background: #292828;
  padding: 5px 10px;
  text-align: left;
  border-radius: 10px 10px 5px 5px;
}

.platform-control {
  display: none;
}

.show-on-render {
  display: none;
}

.show-after-render {
  display: none;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  max-width: 580px;
  margin: 0 auto;
  z-index: 10000
}

#subscribe-teaser {
  display: none; 
  margin: 0 0 5px 5px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 26px 80px rgba(0, 0, 0, 0.2);
}

#subscribe-teaser h3 {
  color: crimson;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  cursor: pointer;
}

#subscribe-teaser span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  padding: 10px 10px 10px 0px;
  cursor: pointer;
}

.shop-thumbs {
  max-width: 490px;
  padding: 0 10px;
  margin: 20px auto -30px auto;
  text-align: left;
}

.shop-thumbs-logo {
  height: 50px;
  cursor: pointer;
}

.shop-thumbs-logo > img {
  height: 50px;
}

.shop-thumbs-logo > span {
  font-size: 16px;
  font-weight: bold;
  color: #048284;
  display: inline-block;
}

.shop-thumbs-image {
  height: 40px;
  border-radius: 10px;
  opacity: .8;
  margin-top: -10px;
  cursor: pointer;
}

/*************************************** PROMOTION *************************************************************/
.promotion-container {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
}

#ad-modal .promotion-container {
  padding-bottom: 0px;
}

.promotion-image {
  min-height: 100px;
  padding: 5px 5px 0px 5px;
  background: #474747;
  border-radius: 10px 10px 0px 0px;
}

.promotion-image > img {
  max-width: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.promotion-video {
  min-height: 100px;
  padding: 5px 5px 0px 5px;
  background: #474747;
  border-radius: 10px 10px 0px 0px;
}

.promotion-video > video {
  max-width: 100%;
  height: auto;
  /*cursor: pointer;*/
  border-radius: 10px;
}

.promotion-content {
  background: #474747;
  padding: 5px 5px 10px 5px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

#ad-modal .promotion-content {
  margin-bottom: 0px;
}

.promotion-header {
  padding: 5px 5px 8px 10px;
}

.promotion-thumb {
  float: right;
  width: 40px;
  margin-left: 10px;
}

.promotion-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.promotion-heading {
  text-align: left;
}

.promotion-heading div {
  font-size: 16px;
  font-weight: bold;
  color: lightgray;
  line-height: 16px;
}

.promotion-heading span {
  color: gray;
  font-size: 15px;
  line-height: 15px;
}

.promotion-subsection {
  font-size: 16px;
  text-align: left;
  padding: 10px;
  color: #979797;
  background: #282828;
  border-radius: 10px;
  margin-top: 0px;
}

#ad-modal .promotion-subsection {
  color: lightgray;
}

.promotion-cta-container {
  margin-bottom: -5px;
}

.promotion-cta {
  font-size: 16px;
  text-align: center;
  padding: 8px;
  color: white;
  background: rgba(83, 99, 169, 0.8);
  border-radius: 8px;
  margin-top: 10px;
  cursor: pointer;
}

#ad-modal .promotion-cta {
  background: dodgerblue;
  font-weight: bold;
}

.promotion-cta > img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.banner-wrapper {
  padding: 0 3px;
}

.banner-wrapper .promotion-container {
  min-height: 80px;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.banner-wrapper .promotion-image {
  background: white;
}

.banner-wrapper .promotion-content {
  padding: 0px 5px 5px 5px;
  background: white;
}

.banner-wrapper .promotion-header {
  display: none;
}

.banner-wrapper .promotion-subsection {
  margin-top: 5px;
}

.banner-wrapper .promotion-cta {
  background: black;
  margin-bottom: 0px;
}

/**************************************** APP INSTALL **********************************************************/
.app-install-promotion, 
.app-install-promotion-inline,
.app-install-promotion-ios,
.app-install-promotion-ios-inline,
.app-open-promotion, .app-installed {
  display: none;
}

/**************************************** ADS ******************************************************************/
.nextad-button {
  float: right;
  color: skyblue;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  margin: -25px 5px 0px 0px;
  cursor: pointer;
}

.textad-container, .linkad-container, .logoad-container, .imagead-container {
  padding-bottom: 20px;
}

.logoad-container {
  text-align: left;
}

.logoad {
  height: 60px;
  border: 1px solid lightgray;
  border-radius: 10px;
  cursor: pointer;
}

.logoad-image {
  float: left;
  height: 59px;
  width: 59px;
  border-radius: 10px 0px 0px 10px;
  vertical-align: top;
}

.logoad-text {
  display: inline-block;
  padding: 5px 0 0 10px;
  color: #373737;
}

.logoad-heading {
  font-size: 16px;
  font-weight: bold;
  color: #454545;
}

.logoad-link {
  font-size: 16px;
  color: mediumblue;
}

.imagead-container {
  text-align: left;
}

.imagead {
  border-radius: 10px;
  text-align: center;
}

.imagead-image {
  width: 100%;
  border-radius: 10px;
  vertical-align: top;
}

.extvideoad-container {
  margin-top: 20px;
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.extvideoad-container iframe { 
  border-radius: 10px 10px 0px 0px!important;
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.extvideoad-text {
  padding: 10px;
  color: black;
  background: #eeeeee;
  font-size: 15px;
  margin-bottom: 30px;
  text-align: left;
  border: 1px solid darkgray;
  border-radius: 0px 0px 10px 10px!important;
  border-top: none;
}

.extvideoad-follow {
  margin-top: 10px;
  display: inline-block;
  padding: 10px;
  width: 300px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}

.ad-description-question {
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

#sticky-ad-bottom {
  display: none;
}

.sticky-ad-bottom-controls {
  position: relative;
}

#sticky-ad-bottom-next {
  position: absolute;
  bottom: 0;
  right: 45px;
}

#sticky-ad-bottom-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: darkcyan;
  border-radius: 10px 0 0 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

#sticky-ad-bottom-container {
  padding: 6px 5px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: darkcyan;
  border-radius: 15px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/**************************************** STORY-LIST ***********************************************************/
.about-container {
  margin: 0px 0px 20px 0px;
  color: darkgray;
  text-align: center;
}

.story-list {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.story-list li {
  margin-bottom: 50px;
  text-align: left;
}

.stories-item-story {
  color: black;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.story-label {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  width: 200px;
  background: lightgray;
  color: #3f3f3f;
  border-radius: 6px 6px 0px 0px;
  margin: 0 auto;
  text-align: center;
}

.story-image {
  min-height: 200px;
}

.stories-item-image {
  max-width: 100%;
  border-radius: 10px;
}

.stories-item-actions {
  text-align: left;
  margin-top: 5px;
  padding: 0 6px;
}

.stories-item-action {
  display: inline-block;
  color: darkgray;
  font-size: 25px;
  padding: 0px 10px;
  text-align: center;
  cursor: pointer;
}

.stories-news-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: lightgray!important;
  text-decoration: none!important;
}

.stories-paging {
  display: none;
  text-align:center;
  margin-right:60px;
  margin-top:30px;
}

@media (max-width: 716px) {  
  .stories-paging { margin-right: 10px!important }
}

/**************************************** STORY ****************************************************************/
.story-container {
  margin-top: 20px;
  min-width: 260px;
}

/*************************************** SUBSCRIBE **************************************************************/
.subscribe-container {
  color: black;
  background: #F6F6F6;
  border-radius: 10px;
}

.subscribe-image >img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.subscribe-heading {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

.subscribe-message {
  font-size: 17px;
  padding: 10px;
}

.subscribe-buttons {
  padding: 10px;
}

.subscribe-button {
  width: 250px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: slategray;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
}

.subscribe-button-note {
  text-align: left;
  font-size: 15px;
  color: dimgray;
  margin-bottom: 8px;
  margin-top: 10px;
}

/********** MODALS *************************/
.breakdown-modal tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/********* BEGIN COMBOBOX ******************/
.combobox {
  padding-top: 10px;
}

.combobox .dropdown-menu {
  border-top: none;
}

.dropdown-menu {
  z-index: 1010;
}

.combobox .dropdown > a {
  display: inline-block;
  padding-bottom: 5px;
  color: black;
  font-size: 17px;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
}

.combobox .dropdown > a:link {
  text-decoration: none;
}

.combobox .dropdown > a:visited {
  text-decoration: none;
}

.combobox .dropdown > a:hover {
  text-decoration: none;
}

.combobox .dropdown > a:active {
  text-decoration: none;
}
/*********** END COMBOBOX *****************/

/**************************************** SINGLE PAGE APPLICATION (PAGES) ***************************************/
.fixed-header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0px 3px .5rem 3px!important;
  height: 50px;
  background: #292828;
  border-bottom: 1px solid #5e5e5e;
  z-index: 1000;
}

/********* LOADER BEGIN *********************/
.loader {
  display: none;
}

.loader-label {
	font-family: 'Actor', sans-serif;
	color: #eee;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
  font-weight: normal;
}

.loader-sublabel {
  font-family: 'Actor', sans-serif;
  color: #eee;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  text-align: left;
}

.loader span {
	width:20px;
	height:20px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
  animation:3s infinite linear;
}

.loader span:nth-child(1) {
	background:#ff6b5c;
	-webkit-animation:kiri 2s infinite linear;
	-moz-animation:kiri 2s infinite linear;
	-o-animation:kiri 2s infinite linear;
  animation:kiri 2s infinite linear;
}

.loader span:nth-child(2) {
	background:#d0a808;
	z-index:100;
}

.loader span:nth-child(3) {
	background:#44b975;
	-webkit-animation:kanan 2s infinite linear;
	-moz-animation:kanan 2s infinite linear;
	-o-animation:kanan 2s infinite linear;
  animation:kanan 2s infinite linear;
}

@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(24px);
    }
   
	50%{-webkit-transform:translateX(-24px);
	}
	
	100%{-webkit-transform:translateX(24px);
	z-index:200;
	}
}

@-moz-keyframes kanan {
    0% {-moz-transform:translateX(24px);
    }
   
	50%{-moz-transform:translateX(-24px);
	}
	
	100%{-moz-transform:translateX(24px);
	z-index:200;
	}
}

@-o-keyframes kanan {
    0% {-o-transform:translateX(24px);
    }
   
	50%{-o-transform:translateX(-24px);
	}
	
	100%{-o-transform:translateX(24px);
	z-index:200;
	}
}

@keyframes kanan {
    0% {transform:translateX(24px);
    }
   
	50%{transform:translateX(-24px);
	}
	
	100%{transform:translateX(24px);
	z-index:200;
	}
}

@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-24px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(24px);
	}
	100%{-webkit-transform:translateX(-24px);
	}
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-24px);
	z-index:200;
    }
	50%{-moz-transform:translateX(24px);
	}
	100%{-moz-transform:translateX(-24px);
	}
}

@-o-keyframes kiri {
     0% {-o-transform:translateX(-24px);
	z-index:200;
    }
	50%{-o-transform:translateX(24px);
	}
	100%{-o-transform:translateX(-24px);
	}
}

@keyframes kiri {
     0% {transform:translateX(-24px);
	z-index:200;
    }
	50%{transform:translateX(24px);
	}
	100%{transform:translateX(-24px);
	}
}

/******** END LOADER *********************/

/************ BOOTSTRAP ********************/
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

/***************************** EMBLA *************************************************/
.embla {
  color: rgb(49, 49, 49);
  font-size: 1.6rem;
  line-height: 1.65;
  max-width: 48rem;
  margin: auto;
  --slide-height: auto;
  --slide-spacing: 15px;
  --slide-size: 80%;
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.embla__slide__img {
  border-radius: 1.8rem;
  display: block;
  height: var(--slide-height);
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 25px;
}
.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}
.embla__button {
  -webkit-tap-highlight-color: rgba(49, 49, 49, 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 2px rgb(234, 234, 234);
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  color: rgb(54, 49, 61);
  display: flex;
  align-items: center;
  justify-content: center;
}
.embla__button:disabled {
  color: darkgray;
}
.embla__button__svg {
  width: 35%;
  height: 35%;
}
.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  /*margin-right: calc((2.6rem - 1.4rem) / 2 * -1);*/
}
.embla__dot {
  -webkit-tap-highlight-color: rgba(49, 49, 49, 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.embla__dot:after {
  box-shadow: inset 0 0 0 1px rgb(196 195 195);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: '';
}
.embla__dot--selected:after {
  box-shadow: inset 0 0 0 0.1rem rgb(54, 49, 61);
}
.embla__lazy-load {
  position: relative;
  height: 100%;
}
.embla__lazy-load__spinner {
  border: 0.4rem solid rgba(49, 49, 49, 0.2);
  border-left: 0.4rem solid rgb(49, 49, 49);
  font-size: 1rem;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-indent: -9999em;
  animation: loading 1.1s infinite linear;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.embla__lazy-load__spinner:after {
  border-radius: inherit;
  width: 5rem;
  height: 5rem;
}
.embla__lazy-load__img {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.embla__lazy-load--has-loaded .embla__lazy-load__img {
  opacity: 1;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/************** LITE-YOUTUBE-EMBED ******************/
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    /*filter: grayscale(100%);*/
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
