/**
 * Site overrides — useful Customizer CSS baked into the theme.
 * Safe rules only. Does NOT override casino card / CTA button Home styles.
 */

/* Header logo */
.header_logo img,
.header_logo__img {
  width: 100%;
  max-width: 230px !important;
  height: auto;
  object-fit: contain;
}

/* Footer brand logo */
.footer_brand img,
.footer_brand__img {
  width: auto;
  margin-top: -30px;
  max-width: 254px;
  object-fit: contain;
  height: auto;
}

/* Newsletter mascot */
.newsletter-box__mascot {
  position: absolute;
  left: 51%;
  top: -16px;
  z-index: 5;
  width: 58%;
  max-width: 400px;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
  line-height: 0;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.newsletter-box {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #ffffff;
  border-radius: 13px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

/* Promo / search brand blue */
.search-submit {
  background: #0A5BFE !important;
}

/* Primary buttons outside casino cards */
.btn_primary:not(.lc_cas_btn) {
  background: #0A5BFE;
  color: #fff !important;
  text-decoration: none !important;
}

/* Editor links — exclude casino CTAs */
.wp-editor a:not(.btn):not(.lc_cas_btn) {
  color: #0A5BFE;
  font-weight: 600;
  text-decoration: none;
}

/* Page hero breathing room */
.page-hero__inner {
  max-width: 920px;
  padding-top: 54px;
}

.hero_content {
  max-width: 620px;
  padding-top: 53px;
}

/* Sheet stays brand #F1F4F6 — not old Additional CSS #E4E9F6 */
.page-content.container-main,
.container-main.page-content,
.home-content.container-main,
.container-main.home-content {
  background: #F1F4F6;
}

/* Mobile menu spacing */
.mobile_menu {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 25px;
}

@media (max-width: 639px) {
  .mobile_menu .sub-menu a,
  .mobile_menu .sub-menu li a {
    color: #ffffff !important;
  }

  .hero_content {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .hero_inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
