/* Mobile overflow guard (Codex, 2026-06-08)
   Keeps generated casino-review pages inside the phone viewport. */
.cic-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0;
}

.cic-table-scroll > table,
[data-cic-table-scroll="1"] > table {
  width: 100%;
  min-width: 680px;
  margin: 0;
}

.cic-table-scroll th,
.cic-table-scroll td {
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  html,
  body,
  .sitelikeuk-shell,
  .sitelikeuk-main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .lb-navbar,
  .lb-navbar-inner,
  .lb-ticker,
  .ticker-container,
  .lb-ticker-viewport,
  .lb-review,
  .lb-guide,
  .lb-guide-wrap,
  .lb-guide-body,
  .lb-guide-body-wrap,
  .lb-guide-body-card,
  .lb-review-narrow,
  .lb-review-hero-wrap,
  .lb-review-body-wrap,
  .lb-review-faq-wrap,
  .lb-review-related,
  .lb-review-author-wrap,
  .lb-review-hero,
  .lb-review-hero-inner,
  .lb-review-hero-grid,
  .lb-review-hero-main,
  .lb-review-bonus-panel,
  .lb-review-body-card {
    max-width: 100%;
    min-width: 0;
  }

  .lb-ticker,
  .ticker-container,
  .lb-ticker-viewport {
    overflow: hidden;
    max-width: 100vw;
    contain: paint;
  }

  .ticker-track {
    max-width: none;
  }

  .lb-review-narrow {
    width: 100%;
  }

  .lb-review-hero-wrap,
  .lb-review-body-wrap,
  .lb-review-faq-wrap,
  .lb-review-related,
  .lb-review-author-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lb-review-hero {
    overflow: hidden;
  }

  .lb-review-hero-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .lb-review-hero-grid {
    display: block;
  }

  .lb-review-score-block {
    align-self: flex-start;
    text-align: left;
  }

  .lb-review-license-pill,
  .lb-review-hero-h1,
  .lb-review-hero-byline,
  .lb-review-hero-intro,
  .lb-review-body-card,
  .lb-review-body-card h2,
  .lb-review-body-card h3,
  .lb-review-body-card p,
  .lb-review-body-card li {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .lb-review-hero-h1 {
    font-size: 26px;
  }

  .lb-review-hero-byline {
    display: block;
    white-space: normal;
    line-height: 1.45;
  }

  .lb-review-hero-intro {
    width: 100%;
  }

  .lb-review-bonus-panel {
    margin-top: 20px;
  }

  .lb-review-body-card {
    padding: 22px 18px;
    overflow: hidden;
  }

  .lb-review-body-card table {
    width: 100%;
    max-width: 100%;
  }

  .lb-review-body-card .cic-table-scroll table {
    display: table;
    min-width: 640px;
  }

  .lb-review-body-card table thead th,
  .lb-review-body-card table tbody td {
    min-width: 120px;
    white-space: normal;
  }

  .lb-cookie-banner {
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .lb-cookie-actions {
    flex-wrap: wrap;
  }
}
