.header{
        background-color: black;
        color: white;
        background-image: url(/assets/filmkit-assets/lights.jpg);
        background-size: cover;
      }

      .header-home {
        height: 380px;
      }

      @media only screen and (max-width: 635px) {
        .header-home {
          height: 575px;
        }
      }

      .header-sm{
        background-color: black;
        color: white;
      }

      .header h1, .header p{
        color: white;
      }
      .header-tag{
        background-color: #336CED;
        color: white;
        padding: 3px 15px;
      }
      .info-tag{
        background-color: #336CED;
      }
      a:hover, h4:hover{
        color: #336CED;
      }


/* Own nav visibility — avoid Tailwind `hidden`/`lg:*` (Look Generator CSS overrides `.hidden`) */
.nav-burger {
  display: block;
}
.nav-desktop {
  display: none;
}
.main-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-menu {
  display: none;
}
.navbar-menu.is-active {
  display: block;
}
@media (min-width: 1024px) {
  .nav-burger {
    display: none !important;
  }
  .nav-desktop {
    display: block !important;
  }
  .main-nav {
    display: flex !important;
    align-items: center;
  }
}

.main-nav a.active, .main-nav a:hover {
  color: #EABC41;
}

.card:hover h5{
  color: #336CED !important;
}

.card-image {
  height: 260px !important;
  background-size: cover;
  background-position: center;
}

.main-image {
  height: 340px !important;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 635px) {
  .card-image {
    height: 260px !important;
  }

  .main-image {
    height: 260px !important;
  }
}



      .intro {
  line-height: 1.9em;
}

.intro p{
  margin-bottom: 15px;
}

.content,
.content p {
  color: #424453;
  font-family: Sora, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  line-height: 1.8;
  tab-size: 4;
}

.content p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.content h2 {
  font-family: Sora, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  tab-size: 4;
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
  margin-bottom: 0.4rem;
  font-size: 1.875rem;
  line-height: 2.8rem;
  font-weight: 600;

  
}

.content h3 {
  font-family: Sora, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  tab-size: 4;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.content ol {
  list-style-type: decimal;
  margin-bottom: 30px;
}

.content ul {
  list-style-type: disc;
  margin-bottom: 30px;
}

.content li {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 7px;
}

.content a{
  text-decoration: underline;
}

.content blockquote:not(.tiktok-embed),
blockquote:not(.tiktok-embed) {
  background-color: white !important;
  color: black !important;
  padding-left: 30px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-left: 5px solid #426ae4;
  margin-bottom: 20px;
}

.content blockquote.tiktok-embed,
blockquote.tiktok-embed {
  background-color: white !important;
}

/* YouTube Player */

.youtube-player {
  position: relative;
  padding-bottom: 54.9%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.youtube-player.small {
  height: 150px;
  width: 350px;
}
.youtube-player.small iframe {
  height: 190px;
  width: 350px;
}
.youtube-player img {

  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 50px;
  width: 70px;
  left: 50%;
  top: 0;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/assets/filmkit-assets/ytplay.png") no-repeat;
  cursor: pointer;
  background-size: contain;
  margin-top: 25%;
}
.youtube-player iframe {
  width: 100%;
}

.alert {
  border-image: none 100% 1 0 stretch;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert-warning a {
  text-decoration: underline;
}

.lemonsqueezy-button, .notify-button {
  background-color: #15803d;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.lemonsqueezy-button:hover, .notify-button:hover {
  background-color: #16a34a;
  color: white;
}

.try-button {
  border: 1px solid white;
}

.try-button:hover {
  border: 1px solid #eabc41;
  color: #eabc41;
}

.tweet .content img {
    border-radius: 8px;
  }

  .tweet .content p {
    margin-bottom: 15px;
  }

@media only screen and (max-width: 1100px) {
  .slogan {
    display: block;
    margin-top: 15px;
  }
}

.rating{
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  padding: 15px;
}
.fas.fa-star, .far.fa-star, .fas.fa-star-half-alt{
  color: orange;
  font-size: 23px;
  margin-right: 5px;
}
.compare.hidden, .hidden-compare { display: none; }
.pick-me{
  cursor: pointer;
  width: 105px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.picked{ border-bottom: 3px solid #426AE4; }
.faded{
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  min-height: 436px;
}
@keyframes fadeInAnimation {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@media only screen and (max-width: 800px) {
  .faded{ min-height: 235px; }
}
.buy-button{ background-color: #15803d; }
.buy-button:hover{ background-color: #16a34a; }
.app-iframe{ border: 0; }
