.jw-flag-floating .jw-wrapper:not(.jw-floating-dragged) {
  right: auto !important; /* Remove right alignment*/
  left: 20px !important; /* Align to the left */
  bottom: 20px !important; /* Keep it aligned at the bottom */
}

ad-article-sticky.wp-block-id-magazine-ad-article-sticky-outstream
  .ad-sticky-container
  .ad-sticky-unit {
  position: sticky;
  top: calc(var(--header-height) + 50px);
  width: fit-content;
  margin-top: 0 !important;
}

ad-article-sticky .ad-sticky-container .ad-sticky-unit {
    height: auto !important;
}

ad-article-sticky.wp-block-id-magazine-ad-article-sticky-outstream .jwplayer {
  margin-top: 0 !important;
  width: 23vw !important;
  height: 15vw !important;
  display: block !important;
}

.wp-block-id-magazine-ad-article-sticky-outstream .ad-sticky-container {
  display: block;
  position: absolute;
  width: auto;
  left: 5% !important;
  padding-bottom: 40px;
  right: auto !important;
}

ad-article-sticky.wp-block-id-magazine-ad-article-sticky-outstream {
  display: block;
  position: absolute;
  left: 0;
}

#div-gpt-ad-top1 {
  z-index: 5;
  background-color: #f7f7f7 !important;
  text-align: center;
}

.gam-ad-units.mobile {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 15px;
}

.gam-ad-units.mobile.leaderboard {
    padding-bottom: 0;
}

.gam-ad-units.mobile:before {
    display: none;
}

.gam-ad-units.desktop:before {
    content: "Advertisement";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "New Letter Gothic","Menlo","Monaco","Lucida Sans Typewriter",monospace;
    font-size: var(--wp--preset--font-size--metadata);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: .025rem;
    text-transform: uppercase;
    opacity: .4
}
