.hidden {
  display: none;
}

.queerty-header .queerty-header-menu.left-menu .menu-item a {
  color: white;
}

.queerty-header ul li.nav-link svg {
  color: white !important;
}

.queerties-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 961px) {
  .queerties-header {
    flex-direction: row;
  }
}

@media screen and (min-width: 1131px) {
  .queerties-header {
    justify-content: space-around;
    gap: 3rem;
  }
}

.page-template-vote .queerties-header .welcome-message {
  display: none;
}

.page-template-index .queerties-header .welcome-message {
  display: block;
  text-align: center;
  width: 300px;
  flex-shrink: 0;
}

@media screen and (min-width: 961px) {
  .page-template-vote .queerties-header .welcome-message {
    display: block;
    text-align: center;
    width: 300px;
    flex-shrink: 0;
  }
}

.queerties-header h1 {
  font-size: 1.25rem;
  color: #f43700;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  margin: 0px;
}

.queerties-header p {
  color: rgba(255,255,255,1);
  font-size: .8rem;
  margin: 0px;
}

.queerties-header p a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.queerties-header p a:hover {
  color: white;
  text-decoration: underline;
}

.queerties-header img {
  width: 100%;
  max-width: 400px;
}

@media screen and (min-width: 1678px) {
  .queerties-header img {
    max-width: 550px !important;
  }
}

.queerties-header .header-ad {
  width: 300px;
  flex-shrink: 0;
}

.social-sharing {
  display: flex;
  gap: .5rem;
  justify-content: center;
  margin-top: .5rem;
}

.social-sharing svg {
  height: 30px;
  width: 30px;
  color: white;
  background-color: #f43700;
  padding: 5px;
  border-radius: 5px;
  opacity: .8;
}

.social-sharing svg:hover {
  opacity: 1;
}

.index-holder {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (min-width: 961px) {
  .index-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
}

.side-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 300px;
  margin: auto;
}

@media screen and (min-width: 961px) {
  .side-column {
    flex-direction: row;
    width: 300px;
    flex-shrink: 0;
    flex-direction: column;
    margin: 0;
  }
}

.side-column .scorecard {
  background-color: rgba(0,0,0, .5);
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #666666;
  margin-bottom: 0px;
  color: white;
}

.side-column ul {
  margin: 10px 0px 0px;
  list-style: none;
  padding-left: 25px;
}

.side-column ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.side-column ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('/content/themes/queerty_2017/promos/queerties-2023/assets/red-rect.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-column ul li.selected:before {
    background-image: url('/content/themes/queerty_2017/promos/queerties-2023/assets/white-rect.png');
}

.side-column ul li.voted a, .side-column ul li.voted.selected a {
    color:#f43700!important;
}

.side-column ul li.voted:before {
    background-image: url('/content/themes/queerty_2017/promos/queerties-2023/assets/red-filled-rect.png');
}

.side-column ul li.selected a {
    color:#eaeaea!important;
}

.side-column a {
  color: rgba(255,255,255,1);
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.side-column a:hover {
  color: #eaeaea;
}

.editor-awards {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  text-transform: uppercase;
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 20px 20px 20px 100px !important;
  min-height: 125px;
}

.main-column {
  flex-grow: 1;
}

.main-column .message {
  text-transform: inherit !important;
  text-align: center;
  line-height: 1.125 !important;
} 

.main-column .message, .main-column .message a {
  color: white;
}

.main-column .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .5rem;
}

@media screen and (min-width: 961px) {
  .main-column .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .5rem;
  }
}

@media screen and (min-width: 1131px) {
  .main-column .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: .5rem;
  }
}

/*@media screen and (min-width: 1280px) {
  .main-column .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: .5rem;
  }
}*/

.poll_option {
  position: relative;
  border-radius: 15px;
  border: 1px solid #666666;
  line-height: .95;
}

.poll_option .poll_image_wrap img {
  border-radius: 15px;
}

.poll_option .option_text {
  color: white;
  position: absolute;
  bottom: 0px;
  line-height: 1;
  border-radius: 0 0 15px 15px;
  width: 100%;
  font-size: 1.5rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  padding: 20px 10px 10px;
  margin-top: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.poll_option .option_text small {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .poll_option .option_text {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 961px) {
  .poll_option .option_text {
    font-size: 1.25rem !important;
  }

  .poll_option .option_text.xlong {
    font-size: 1.125rem !important;
  }  

  .poll_option .option_text.sub-long small,
  .poll_option .option_text.sub-xlong small {
    font-size: .9rem !important;
  }
}

@media screen and (min-width: 1678px) {
  .poll_option .option_text {
    font-size: 1.5rem !important;
  }

  .poll_option .option_text.xlong {
    font-size: 1.25rem !important;
  }  

  .poll_option .option_text.sub-xlong small {
    font-size: 1.125rem !important;
  }
}

.option_text img {
  border-bottom: 1px solid #f43700;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
}

.poll_option:hover {
  cursor: pointer;
}

.status_open .poll_option:hover .option_text {
  display: none;
}

.poll_option .option_text .option_text_label {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.poll_option .highlight-message {
  display: none;
}

.poll_option:hover .highlight-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  background-color: rgba(244,55,0, .5);
  color: white;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .poll_option:hover .highlight-message {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .poll_option:hover .highlight-message {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1678px) {
  .poll_option:hover .highlight-message {
    font-size: 2.5rem !important;
  }
}

.option_text img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

.option_text_label small {
  display: block;
}

/* Social Media */
.main-column h2, .main-column h3 {
  color: white;
  text-transform: uppercase;
  line-height: .95;
}

.main-column h3 {
  margin: 0px 0 10px;
}

.sharing-buttons {
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
}

.sharing-buttons img {
  height: 25px;
  -webkit-filter: invert(93%) sepia(49%) saturate(0%) hue-rotate(331deg) brightness(109%) contrast(101%);
  filter: invert(93%) sepia(49%) saturate(0%) hue-rotate(331deg) brightness(109%) contrast(101%);
  width: 25px;  
  position: relative;
  top: 4px;
}

.sharing-buttons a {
  background-color: rgba(244,55,0, .4);
  border: 1px solid #ec5528;
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;  
  margin: 0 5px;
}

.sharing-buttons a:hover {
  background-color: rgba(244,55,0, .5);
}

/* Voting */
.progress-bar {
  color: white;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
}

.full-bar {
  height: 20px;
  width: 100%;
  background-color: rgba(255,255,255, .25);
  margin: 5px 0px 20px;
}

.progress {
  height: 20px;
  position: absolute;
  bottom: 0px;
  background-color: #f43700;
  z-index: 10;
}

.vote-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  background-color: rgba(244,55,0, .4);
  padding: 20px 10px;
  border-radius: 15px;
  border: 1px solid #ec5528;
  margin-bottom: 1rem;
  color: white; 
}

.left-arrow.desktop {
  display: none;
}

@media screen and (min-width: 1131px) {
  .vote-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(244,55,0, .35);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ec5528;
    margin-bottom: 1rem;
    color: white; 
  }

  .left-arrow.desktop {
    display: block;
  }

  .left-arrow.mobile {
    display: none;
  }
}

.mobile-vote-nav {
  display: flex;
  gap: 0  .5rem;
}

.vote-nav a, .vote-nav {
  color: white;
}

.vote-nav h2{
  font-size: 2rem;
  text-transform: uppercase;
  font-family: acumin-pro-condensed;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

@media screen and (min-width: 1131px) {
  .vote-nav h2 {
    font-size: 3rem;
  }
}

.vote-nav a {
  font-family: acumin-pro-condensed, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(244,55,0, .5);
  border: 1px solid #f43700;
  padding: 7px 10px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.25rem;
}

@media screen and (min-width:1131px) {
  .vote-nav a {
    font-size: 1.5rem;
  }
}

.vote-nav a:hover {
  background-color: rgba(244,55,0, .75);
  border: 1px solid #f43700;
}

.vote-nav .right-arrow {
  text-align: right;
}

.vote-nav .left-arrow {
  background-color: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.25);
}

.already_voted .poll_option:hover {
  cursor: auto;
}

.already_voted .poll_option:hover .highlight-message {
  display: none;
}

.already_voted .poll_option:hover .option_text,
.poll_option.selected:hover .option_text {
  display: block;
}

.checkmark {
  display: none;
}

.poll_option.selected .checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  position: absolute;  
  background-color: rgba(244,55,0,.5);
  color: white;
  border-radius: 15px;
  background-blend-mode: darken;
  height: 100%;
  width: 100%;
  bottom: 0;
}

.loading {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  height: 100vh !important;
  width: 100vw !important;
  top: 0 !important;
  background-color: rgba(0,0,0,.75);
  color: white;
}

.loading img {
  max-width: 100px;
  /*animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; */
}

.loading p {
  font-size: 1.5em;
}

#skip {
  display: block;
  margin: auto;
  text-align: center;
}

.skip-button {
  background-color: rgba(255,255,255,.1) !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 15px !important;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  margin: 8px auto !important;
  width: 300px;
  display: block;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  text-align: center;
}

.skip-button:hover {
  background-color: rgba(244,55,0, .75) !important;
}

.youtube-wrapper {
  display: flex;
  margin: 10px 0;
}

.related-post {
  color: white;
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 400px) {
  .related-post {  
    flex-direction: row;
    align-items: center;
  }
}

.related-post:hover {
  background-color: rgba(255,255,255,.25)
}

.related-post .thumbnail {
  min-width: 150px;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
  border-radius: 15px 15px 0px 0px;
}

@media screen and (min-width: 400px) {
  .related-post .thumbnail {
    border-radius: 15px 0px 0px 15px;
  }
}

.related-post .post-info {
  padding: 20px;
}

.related-post .post-info h3 {
  text-transform: none;
}

.related-post .post-info p {
  margin-bottom: 0px;
}

.related-post a {
  position: absolute;
  height: 100%;
  width: 100%;
}

.email-cta {
  background-color: rgba(244,55,0, .35);
  border: 1px solid #ec5528;
  border-radius: 15px;
  padding: 30px;  
  color: rgba(255,255,255,.75);
  text-align: center;
  font-size: .9rem;
}

.email-cta img {
  max-width: 225px;
  width: 100%;
}

.email-cta form .visible-fields {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  align-items: center;
}

@media screen and (min-width: 1131px) {
  .email-cta form .visible-fields {
    flex-direction: row;
  }
}

.email-cta form input {
  border-radius: 5px;
}

.email-cta form input[type="email"] {
  background-color: rgba(255,255,255,.25);
  color: white;
  padding: .5rem .875rem;
  border-color: rgba(255,255,255,.25);
  width: 100%;
  max-width: 500px;
}

.email-cta form input[type="email"]::-webkit-input-placeholder {
  color: white;
}

.email-cta form input[type="email"]::-moz-placeholder {
  color: white;
}

.email-cta form input[type="email"]::placeholder {
  color: white;
}

.email-cta form input[type="submit"] {
  background-color: rgba(244,55,0,.65) !important;
  border: 1px solid #f43700;
  color: white;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.email-cta form input[type="submit"]:hover {
  background-color: #f43700 !important;
}

.email-cta .email-cta-logo img {
  width: 100%;
}

/* Sponsored Category */
.category-title.sponsored {
  display: flex;
  flex-direction: column;
}  

@media screen and (min-width:400px) {
  .category-title.sponsored {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }  
  
  .vote-nav .category-title.sponsored h2 {
    font-size: 2.25rem;
    text-align: left;
  }
}

.p-2401 .vote-nav .category-title, 
.p-2404 .vote-nav .category-title, 
.p-2406 .vote-nav .category-title, 
.p-2407 .vote-nav .category-title {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 1rem;
}

.vote-nav .category-sponsor {
  font-family: Arial;
  font-weight: normal;
  font-size: .75rem;
  text-transform: none;
  text-align: center;
}
 
.vote-nav .category-sponsor a {
  background-color: transparent !important;
  border: 0px !important;
  margin: auto;
  padding: 0px;
} 

.vote-nav .category-sponsor img {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.extra-presented-by {
  font-family: Arial;
  font-weight: normal;
  font-size: .75rem;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

.left-arrow, .right-arrow {
  flex-shrink: 0;
}

.category-sponsor {
  display: block;
  width: 100%;
  max-width: 150px;
}

@media screen and (min-width: 1678px) {
  .vote-nav .category-title.sponsored h2 {
    font-size: 3rem;
  }
}

/* Awards Page */
.awards .bio {
  border: 1px solid #ec5528;
  background-color: rgba(244,55,0,.6);
  padding: 14px 30px 6px;
  color: white;
  border-radius: 15px;
  margin: 0px;
  font-size: .9rem;
}

.awards .bio a {
  color: white !important;
}

.awards .bio a:hover {
  color: #f43700 !important;
}

.awards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (min-width: 641px) {
  .awards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}

.awards .image {
  position: relative;
  border-radius: 15px;
  border: 1px solid #ec5528;
}

.awards img {
  max-width: 100%;
  border-radius: 15px;
}

@media screen and (min-width: 641px) {
.awards img {
  max-width: 250px;
}
}

.img-overlay {
  position: absolute;
  color: white;
  bottom: 0;
  padding: 50px 10px 10px;
  text-align: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  border-radius: 15px;
  font-family: acumin-pro-condensed, sans-serif;
}

.img-overlay span {
  display: block;
  text-transform: uppercase;
  
}

.img-overlay .award-title {
  color: #ee5528;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.img-overlay .awardee {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .95;
  margin-bottom: 5px;
}

.img-overlay .credit {
  color: rgba(255,255,255,.5);
  font-size: .75rem;
}
  
/* Footer */
.site-footer-holder {
  background: transparent;
}

.footer-brand {
  color: white;
}

.site-footer .tags-links a {
  background-color: rgba(255,255,255,.2);
  border-radius: 0px;
  color: rgba(255,255,255, .75)
}

.site-footer .tags-links a:hover {
  color: white;
}

.site-footer h3 {
  color: rgba(255,255,255, .75);
}

.site-footer p, .site-footer ul {
  color: rgba(255,255,255, .75);
}

.site-footer li a {
  color: rgba(255,255,255,.5)
}

.site-footer li a:hover {
  color: white;
}

body.page.page-template-queerties-2024 .site-content {
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  body.page.page-template-queerties-2024 .site-content {
    padding: 0px;
  }
}

/*@media (min-width: 1678px) {
  body.page.page-template-queerties-2024 .site-content {
    max-width: 1598px !important;
  }
}*/

/*
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
*/

/* Vote Sidebar */
.queerties-sidebar img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.queerties-sidebar {
  box-sizing: border-box;
  background: unset;
  background-color: transparent !important;
  background-image:url('/content/themes/queerty_2017/promos/queerties-2023/assets/QueertiesBACKGROUND-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  width: 300px !important;
}

.queerties-sidebar .presentedby {
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  text-align: center;
  margin: 15px 0 0;
}

.queerties-sidebar .presentedby img {
  max-width: 175px;
}

.queerties-sidebar .main-column .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .5rem;
}  

.queerties-sidebar .category-title {
  color: white;
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
}

.queerties-sidebar .category-title h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}

.queerties-sidebar .category-title h1.long-title {
  font-size: 1.5rem;
  height: 39.5px;
}

.queerties-sidebar .category-title h1.xl-title {
  font-size: 1.25rem;
  height: 39.5px;
}

.queerties-sidebar .category-title a {
  color: red;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
}

.queerties-sidebar .vote-nav a:hover {
  background-color: transparent;
  border: 0px;
}

.queerties-sidebar .poll_option .option_text  {
  font-size: .9rem !important;
  font-weight: 400;
  padding: 15px 7px 7px;
}

.queerties-sidebar .poll_option .option_text.long  {
  font-size: .8rem !important;
  font-weight: 400;
}

.queerties-sidebar .poll_option .option_text.xlong  {
  font-size: .7rem !important;
  font-weight: 400;
}

.queerties-sidebar .poll_option .option_text small {
  display: none;
}

.queerties-sidebar .poll_option:hover .highlight-message {
  font-size: 1.25rem !important;
}


/* Vote Block */
.queerties-vote-block {
  background: unset;
  background-color: transparent !important;
  background-image:url('/content/themes/queerty_2017/promos/queerties-2024/assets/QueertiesBACKGROUND-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 440px;
}

.queerties-vote-block .main-column {
  padding: 20px;
  width: 100%;
  max-width: 768px;
}  

.queerties-vote-block .category-info a {
  text-decoration: none;
}

.queerties-vote-block .category-info h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 640px) {
  .queerties-vote-block .category-info h2 {
    font-size: 2rem;
    text-align: center;
  }

  .queerties-vote-block .highlight-message {
    font-size: 2rem;
  }
}

.queerties-vote-block .category-info a:hover {
  text-decoration: none;
}

.queerties-vote-block .main-column .items {
  grid-template-columns: 1fr;  
  align-items: center;
  gap: 2rem;
}

@media screen and (min-width: 400px) {
  .queerties-vote-block .main-column .items {
    grid-template-columns: 1fr 1fr;  
    align-items: center;
    gap: 2rem;
  }
}

.queerties-vote-block .poll_option {
  max-width: 220px;
  margin: auto;
}

@media screen and (min-width:400px) {
  .queerties-vote-block .poll_option {
    max-width: 100%;
    margin: auto;
  }
}

.queerties-vote-block .poll_option:hover .highlight-message {
  font-size: 2rem;
}

@media screen and (min-width: 400px) {
  .queerties-vote-block .poll_option:hover .highlight-message {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 640px) {
  .queerties-vote-block .poll_option:hover .highlight-message {
    font-size: 2.5rem !important;
  }
}

.queerties-vote-block .poll_option .option_text {
  font-size: 1.5rem !important;
}

@media screen and (min-width: 400px) {
  .queerties-vote-block .poll_option .option_text {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 640px) {
  .queerties-vote-block .poll_option .option_text {
    font-size: 1.75rem !important;
  }
}

.result-status {
  position: absolute;
  background-color: #ec5528;
  color: white;
  padding: 5px 10px ;
  border-radius: 15px 0px;
  font-weight: 400;
}

.manual-video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
}