footer#colophon {
    margin: 0;
    padding: 0;
}

.wof-overlay {
    display: none !important;
}
.wof-wheels {
    display: none!important;
}
body.page-template-template-liga1preseason.wof-is-open {
    overflow: auto !important;
}

.lp-video-wc-container {
    min-height: 100vh;
    max-width: 100% !important;
    width: 100%;
    background: #EDEDEE;
}

.lp-video-wc-container__inner {
    margin-top: 16px;
    padding: 0 18px;
}

/* Grid */
.lp-video-wc__main {
    max-width: 864px;
    min-width: 0;
}

.lp-video-wc__below-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 0 13px;
    margin-top: 24px;
}
.back-to-top {
    margin: 0 auto;
    text-align: center;
    background: #006618;
    max-width: 166px;
    padding: 8px 12px;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 24px;
    margin-top:24px;
    border-radius: 2px;
}
/* Hero */
.lp-video-wc__hero-section {
    padding: 16px;
    background-image: var(--hero-bg-image-mobile, var(--hero-bg-image));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lp-video-wc__hero-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    position: relative;
}

.hero-card {
    width: 100%;
    height: 328px;
    min-height: 328px;
    position: relative;
}

.hero-card__top__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px;
    overflow: hidden;
}

.hero-card__top__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.hero-card__content {
    position: relative;
    z-index: 1;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-card__top__logo-container {
    display: block;
    width: 103px;
    height: 22px;
}

.hero-card__top__logo-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-card__top__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.hero-card__top__right__content {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hero-card__top__right__content .decision-text {
    font-size: 6px;
    color: #DADBDD;
    line-height: 1;
}

.hero-card__top__right .responsable-gambling {
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
    color: #DADBDD;
    text-decoration: none;
}

.hero-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-card__pill {
    width: fit-content;
    background-color: #006618ff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.hero-card__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #EDEDEE;
    margin: 0;
}

.hero-card__description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #DADBDD;
}

.hero-card__actions {
    display: flex;
    gap: 16px;
}

.hero-card__action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.action-see-episode {
    border: 1px solid #006618;
    background-color: white;
    color: #006618 !important;
}

.action-place-bet {
    border: 1px solid #006618;
    background-color: #006618;
    color: white !important;
}

.hero-social-links-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.hero-social-links-wrapper .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background-color: #444955;
    border-radius: 8px;
}

.hero-social-links-wrapper .social-link img {
    width: 24px;
    height: 24px;
    margin: 0;
}
/* Hero container wrapper (missing) */
.lp-video-wc__hero-section__container {
  width: 100%;
}

/* Cota speciala / sponsored-by (missing) */
.sponsored-by {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sponsored-by-special {
  display: flex;
  gap: 16px;
}

.sponsored-by-cota-speciala {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 273px;
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
    max-height: 266px;
}

.sponsored-by-cota-speciala h4 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Barlow';
}

.sponsored-by-cota-speciala__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sponsored-by-cota-speciala .odd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 12px;
  background: #006618;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.sponsored-by-cota-speciala p {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.sponsored-by-casino-container {
  display: flex;
}

.sponsored-by-casino {
  vertical-align: middle;
  align-items: center;
  display: flex;
  border-radius: 8px;
  width: 100%;
}

.sponsored-by__wrapper {
  display: block;
  padding:0px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #006618;
  background: #fff;
}

.sponsored-by__image-wrapper {
  width: 100%;
  height: 72px;
}

.sponsored-by__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

/* Hero bottom images (missing) */
.hero-bottom-images {
  position: absolute;
  width: 20px;
}
.hero-bottom-images.hero-left-image {
  bottom: -75px;
  width: 43px;
  z-index: 2;
  left: -30px;
}
.hero-bottom-images.hero-right-image {
  width: 122px;
  right: -95px;
  bottom: -110px;
}

/* Shared slider navigation (missing) */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  width: 100%;
}

.slider-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #1f7a35;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #1f7a35;
}

.slider-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31, 122, 53, 0.25);
}

.slider-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.slider-progress {
  flex: 1;
  height: 4px;
  position: relative;
  overflow: visible;
  max-width: 106px;
}

.slider-progress::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 4px;
  background: #d6ded4;
  border-radius: 999px;
}

.slider-progress .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-progress .slick-dots li {
  border-radius: 24px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slider-progress .slick-dots li.slick-active {
  background: #1f7a35;
}

/* Offers subcomponents (missing) */
.lp-video-wc__offer-mid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
}

.lp-video-wc__offer-metric-label {
  color: #2f6b2f;
  font-weight: 700;
  font-size: 14px;
}

.lp-video-wc__offer-metric-value {
  font-weight: 800;
  font-size: 20px;
  color: #111827;
}

.lp-video-wc__offer-left {
  display: grid;
  align-content: start;
  text-align: center;
}

.lp-video-wc__offer-casino-name {
  font-weight: 700;
  font-size: 18px;
  color: #111827;
}

.lp-video-wc__offer-licence {
  font-size: 12px;
  color: #1b1d22;
  opacity: 1;
  font-family: Arial;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
}

.lp-video-wc__offer-right {
  display: grid;
  align-content: start;
}

.lp-video-wc__offer-subtitle {
  color: #006618;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}

.lp-video-wc__offer-title {
  color: #1b1d22;
  font-weight: 700;
  letter-spacing: 0%;
  vertical-align: middle;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

.lp-video-wc__offer-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #006618;
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  border-radius: 2px;
  border: 2px solid #006618;
}

.lp-video-wc__offer-cta:hover {
  filter: brightness(0.95);
}

.lp-video-wc__offer-casino-logo-wrap {
  display: flex;
  justify-content: center;
}

.lp-video-wc__offer-left img.lp-video-wc__offer-casino-logo.casino-logo.wp-post-image {
  margin: 0;
  width: 99px;
  height: 39px;
}

/* Desktop centering / layout (missing) */
@media (min-width: 1024px) {
  .lp-video-wc-container__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .lp-video-wc__hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 100%;
    padding: 32px 0;
    position: relative;
  }

  .lp-video-wc__hero-section__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .lp-video-wc__hero-section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .hero-card__top__logo-container {
    display: none;
  }

  .hero-card__top__right {
    display: none;
  }

  .sponsored-by__wrapper {
    height: 268px;
  }

  .sponsored-by__image-wrapper {
    height: 100%;
  }
}

/* Mobile stacking + responsive fixes (missing) */
@media (max-width: 1023px) {
  .lp-video-wc__below-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;

    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;

    padding-left: 18px;
    padding-right: 18px;
  }

  .lp-video-wc__main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .lp-video-wc-container__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .shorts-slider .slick-list {
    margin: 0;
  }

  .shorts-slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sponsored-by-casino-container {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .hero-bottom-images {
    display: none;
  }

  .lp-video-wc__offer-row {
    grid-template-columns: 1fr;
  }

  .lp-video-wc__offer-row > .lp-video-wc__offer-mid {
    display: contents;
  }

  .lp-video-wc__offer-right {
    justify-content: stretch;
  }

  .lp-video-wc__offer-cta {
    width: 100%;
  }
}
/* WC Editorial text */
.wc-editorial-text {
    text-align: center;
}
.wc-editorial-text h4 {
    font-family: 'BARLOW';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}
.wc-editorial-text p {
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

/* WC Editorial articles */
.wc-editorial-articles {
    margin-top: 24px;
    margin-bottom: 24px;
}

.wc-editorial-articles__grid {
    display: grid;
    grid-template-columns: 630px 1fr;
    gap: 16px;
    align-items: start;
}

.wc-editorial-articles__featured-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.wc-editorial-articles__featured-card {
    position: relative;
    height: 405px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #0b1b2a;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.wc-feat-article-text {
    margin-top: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px;
}

.wc-editorial-articles__featured-tag {
    background: #FFFFFF;
    padding: 8px 12px;
    color: #292C33;
    font-size: 16px;
    line-height: 20px;
    border: 1px dashed #006618;
    border-radius: 4px;
    font-weight: 400;
}

.wc-editorial-articles__featured-title {
    font-family: Barlow;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}

.wc-editorial-articles__featured-subtitle {
    font-family: arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.wc-editorial-articles__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #e6e8ee;
    margin-bottom: 12px;
    position: relative;
}

.wc-editorial-articles__tabs:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #c8ccd6;
    transform: translateX(-0.5px);
}

.wc-editorial-articles__tab {
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #9aa3af;
}

.wc-editorial-articles__tab.is-active {
    color: #006618;
}

.wc-editorial-articles__tab-panel {
    display: none;
}

.wc-editorial-articles__tab-panel.is-active {
    display: block;
}

.wc-editorial-articles__item {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 12px;
    background: #dce9dc;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 12px;
    align-items: stretch;
}

.wc-editorial-articles__thumb {
    width: 98px;
    border-radius: 8px 0 0 8px;
    display: block;
    margin: 0;
    height: 100%;
    object-fit: cover;
}

.wc-editorial-articles__item-mid {
    min-width: 0;
    padding: 12px 12px 12px 0;
}

.wc-editorial-articles__item-title {
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Barlow';
    font-size: 20px;
    line-height: 24px;
}

.wc-editorial-articles__item-desc {
    font-size: 13px;
    color: #334155;
    line-height: 1.25;
    margin: 0 0 10px;
    max-width: 520px;
}

.wc-editorial-articles__item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #006618;
    color: #ffffff !important;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 2px;
    text-decoration: none;
}

/* Shorts */
.lp-video-wc__shorts-section {
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
}

.shorts-slider-wrapper {
    position: relative;
}

.shorts-slider .slick-slide {
    padding: 0 8px;
}

.shorts-slider .slick-list {
    margin: 0 -8px;
}

.short-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.short-card__thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.short-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.short-card__play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.short-card__content {
    margin-top: 12px;
}

.short-card__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #1B1D22;
    margin-bottom: 8px;
}

.short-card__sponsor {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #292C33;
    margin: 0;
}

/* Modal */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video-modal.is-active {
    display: block;
}

.video-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
    cursor: pointer;
}

.video-modal__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
    pointer-events: none;
}

.video-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-modal__iframe-wrapper {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: auto;
}

.video-modal__iframe-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* Offers tabs */
.lp-video-wc__offers-tabs {
    margin: 24px 0 24px;
}

.lp-video-wc__offers-tabs-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.lp-video-wc__offers-tab {
    border: 1px dashed #006618;
    background: transparent;
    color: #1B1D22;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 400;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
}

.lp-video-wc__offers-tab.is-active {
    border-style: solid;
    background: #006618;
    color: #fff;
}

.lp-video-wc__offers-panel {
    display: none;
}

.lp-video-wc__offers-panel.is-active {
    display: block;
}

.lp-video-wc__offer-row {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    display: grid;
    grid-template-columns: 159px 1fr 220px;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}
/* --- Sponsored by: make cota speciala full width + social only mobile --- */
 
.sponsored-by-special {
  width: 100%;
}
 
.sponsored-by-cota-speciala {
  width: 100%;
  max-width: none;
  flex: 1 1 auto;
}
 
/* If the casino logo/link is still inside the cota speciala block, make it not force shrink */
.sponsored-by-cota-speciala .sponsored-by-casino,
.sponsored-by-cota-speciala .sponsored-by-cota-speciala__casino-link {
  max-width: 100%;
}
 
/* Social container: hidden by default (desktop/tablet) */
.sponsored-by-casino-container {
  display: none;
}
.sponsored-by-cota-speciala--bgonly {
  background-image: var(--cota-bg-desktop);
}
@media (max-width: 1023px) {
    .wc-editorial-articles__grid {
        grid-template-columns: 1fr;
    }

    .lp-video-wc__below-hero,
    .lp-video-wc__below-hero.has-sidebar {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
    }
      .sponsored-by-casino-container {
        display: block;
        width: 100%;
    }
    
    /* optional: keep spacing nice when it appears */
    .sponsored-by-casino-container .hero-social-links-wrapper-mobile {
        margin-top: 12px;
    }
        .lp-video-wc__offer-mid .lp-video-wc__offer-metric {
        display: none;
    }
}
/* --- Liga1preseason: centering + layout fixes (below hero + inner) --- */

/* Center the main content column */
.lp-video-wc__main {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* Below-hero wrapper should be centered like original LP */
.lp-video-wc__below-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;

  width: calc(100% - 36px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;

  padding: 0;
}

/* Keep inner consistent and centered */
.lp-video-wc-container__inner {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.hero-card__top__right, .lp-video-wc__menu__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.hero-card__top__right__content, .lp-video-wc__menu__right__content {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hero-card__top__right .responsable-gambling, .lp-video-wc__menu__right .responsable-gambling {
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
    color: #DADBDD;
    text-decoration: none;
}
.hero-card__top__right__content .age-logo-wrapper img, .hero-card__top__right__content .onjn-logo-wrapper img, .lp-video-wc__menu__right__content .age-logo-wrapper img, .lp-video-wc__menu__right__content .onjn-logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-card__top__right__content .age-logo-wrapper, .hero-card__top__right__content .onjn-logo-wrapper, .lp-video-wc__menu__right__content .age-logo-wrapper, .lp-video-wc__menu__right__content .onjn-logo-wrapper {
    width: 12px;
    height: 12px;
}
.hero-card__top__logo-container img, .lp-video-wc__menu__logo-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-card__top__logo-container, .lp-video-wc__menu__logo-container {
    display: block;
    width: 103px;
    height: 22px;
}
.slider-nav {
  display: none;
}
 
.slider-nav.is-visible {
  display: flex;
}
/* Desktop: match original LP container spacing */
@media (min-width: 1024px) {
  .lp-video-wc-container__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .lp-video-wc__below-hero {
    width: calc(100% - 48px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
    .hero-card__top__logo-container {
    display: none;
}
    .hero-card__top__right {
        display: none;
    }
}

/* Tablet/mobile: avoid horizontal overflow + keep readable padding */
@media (max-width: 1023px) {
  .lp-video-wc__below-hero {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;

    padding-left: 18px;
    padding-right: 18px;
    gap: 16px;
  }

  .lp-video-wc__main {
    max-width: 100%;
  }

  .lp-video-wc-container__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small mobile: mirror original padding */
@media (max-width: 767px) {
  .lp-video-wc__below-hero {
    padding-left: 16px;
    padding-right: 16px;
  }
    .sponsored-by-cota-speciala--bgonly {
        background-image: var(--cota-bg-mobile);
        height: 98px;
        min-height: auto;
    }
    /* Use mobile hero background */
  .lp-video-wc__hero-section {
    background-image: var(--hero-bg-image-mobile, var(--hero-bg-image));
  }
 
  /* Match original LP: a bit tighter on mobile */
  .lp-video-wc__hero-section {
    padding: 16px;
  }
 
  /* Prevent content from feeling cramped / overflowing */
  .hero-card__content {
    padding: 14px;
  }
 
  .hero-card__title {
    font-size: 32px;
    line-height: 1.05;
  }
 
    .hero-card__actions {
        flex-direction: row;
        gap: 10px;
    }
 
  .hero-card__action-button {
    width: 100%;
  }
 
  /* Original LP hides these on mobile */
  .hero-bottom-images {
    display: none;
  }
   .hero-card__top__right {
    align-items: flex-end;
    text-align: right;
    max-width: 45%;
  }
 
  .hero-card__top__right__content {
    justify-content: flex-end;
  }
      .lp-video-wc__offer-row {
        display: grid;
        grid-template-columns: 105px 1fr;
        column-gap: 12px;
        row-gap: 10px;
        align-items: start;
        padding: 16px;
    }
}

/* ==========================
   Offers tabs - missing blocks
   (from lp-video-wc + lp-wc-editorial)
   ========================== */

/* Panels wrapper (if your markup uses it) */
.lp-video-wc__offers-tabs-panels {
  width: 100%;
}

/* Keep casino logos sized correctly inside offers area */
.lp-video-wc__offers-tabs-panels .lp-video-wc__offer-casino-logo {
  margin: 0;
  max-width: 159px;
  height: auto;
}

/* 2-column offers grid (used by some templates/sections) */
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

/* Offer card (if you use card layout anywhere) */
.lp-video-wc__offer-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

/* Mobile-only CTA wrapper (some markup duplicates CTA here) */
.lp-video-wc__offer-cta-wrap {
  display: none;
  width: 100%;
}

/* Bottom banner visibility rules */
.bottom-banner-container {
  width: 100%;
}

.bottom-banner-container.bottom-banner-container--mobile {
  display: none;
}
.lp-video-wc__offer-metric.lp-video-wc__offer-metric--mobile {
    display: none;
}
/* If you use offers slides in slick: force 1-per-row on mobile */
@media (max-width: 767px) {
  .offers-slide-pair {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }
      .lp-video-wc__offer-row > .lp-video-wc__offer-right {
        display: none;
    }
}

/* Tablet/mobile stacking rules */
@media (max-width: 1023px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }

  /* Make logo not overflow on mobile */
  .lp-video-wc__offers-tabs-panels .lp-video-wc__offer-casino-logo {
    max-width: 100%;
    height: auto;
  }

  /* Show mobile CTA wrapper */
  .lp-video-wc__offer-cta-wrap {
    display: inline-block;
  }

  /* Switch bottom banner to mobile variant */
  .bottom-banner-container.bottom-banner-container--desktop {
    display: none;
  }

  .bottom-banner-container.bottom-banner-container--mobile {
    display: inline-block;
    width: 100%;
  }
  .lp-video-wc__offer-metric.lp-video-wc__offer-metric--mobile {
    display: inline-block;
}
    .lp-video-wc__offer-mid .lp-video-wc__offer-text {
        min-width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}