/* =============================================================================
   World Cup Template
   Base styles extracted from: general.scss, buttons.scss, table.scss
   WC-specific overrides at the bottom (Section 4).
   ============================================================================= */
/* -----------------------------------------------------------------------------
   1. Base — from general.scss
   ----------------------------------------------------------------------------- */
html {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
*, ::after, ::before {
  box-sizing: inherit;
}
img {
  height: auto;
  max-width: 100%;
}
blockquote, body, dd, dl, dt, fieldset, figure,
h1, h2, h3, h4, h5, h6, hr, html, iframe,
legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container { max-width: 1024px; }
}
@media screen and (min-width: 1216px) {
  .container { max-width: 1152px; }
}

.header-variation-one-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.header-variation-one-top-right.mobile{
  display: none;
}

.header-variation-one-top-left{
  display: flex;
}
.header-variation-one-top-right{
  font-family: "Nunito Sans";
  font-size: 12px;
  gap: 5px;
  font-style: normal;
  line-height: 18px; /* 150% */
  display: flex;
  align-items: center;
}
.isBold{
  font-weight: bold;
}
.header-variation-one-content{
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
}
.header-variation-two .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px 32px;
  color: #fff;
}
.header-variation-two-content {
  position: relative;
  width: 100%;
  padding-right: 190px;
}
.header-variation-two-content h1,
.header-variation-two-content h2 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.header-variation-two-content h1 {
  margin-bottom: -8px;
  font-size: 40px;
  line-height: 60px;
}
.header-variation-two-content h2 {
  margin-bottom: -8px;
  font-size: 32px;
  line-height: 48px;
}
.header-variation-two-content p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.header-variation-two-content h2 + p {
  padding-top: 16px;
}
.header-variation-two-content p:last-child:not(:first-child) {
  padding-top: 14px;
  font-size: 11.2px;
  line-height: 16.8px;
}
.header-variation-two-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.header-variation-two .wc-regs {
  align-items: center;
  margin-right: 0;
}
.header-variation-two .reg-icon {
  flex: 0 0 20px;
  width: 20px;
  margin-right: 8px;
}
.header-variation-two .reg-text {
  white-space: nowrap;
}
.header-variation-two-disclosure {
  position: absolute;
  right: 13px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.wc-last-update-time {
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
.wc-last-update-time svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.wc-last-update-time__value {
  font-family: "Roboto", sans-serif;
}
.wc-regs{
  display: flex;
  margin-right: 8px;
}
.reg-icon{
  display: block;
  margin-right: .5rem;
  width: 20px;
}
.reg-text{
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
}
.desktop-content-wc{
  font-family: "Nunito Sans", sans-serif;
}
.desktop-content-wc h1{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
}
@media screen and (max-width: 768px) {
  .mobile-content-wc h1{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px; /* 210% */
  }
  .mobile-content-wc h2{
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
  }
  .adv-text{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
  }
  .header-variation-one-top-right.mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
  }
  .header-variation-one-top-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .wc-regs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .reg-icon{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reg-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 150% */
  }
  .header-variation-one-content{
    padding: 0;
  }
  .header-variation-one-top{
    padding: 5px 1rem;
  }
  .header-variation-one-top-right{
    display: none;
  }
  .header-variation-two .container {
    min-height: 0;
    padding: 16px;
  }
  .header-variation-two-content {
    padding-right: 0;
  }
  .header-variation-two-content h1 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }
  .header-variation-two-content h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }
  .header-variation-two-content p {
    font-size: 13px;
    line-height: 19px;
  }
  .header-variation-two-content p:last-child:not(:first-child) {
    font-size: 10px;
    line-height: 15px;
  }
  .header-variation-two-features {
    gap: 6px 12px;
    width: 100% ;
    justify-content: center;
  }
  .header-variation-two .reg-icon {
    flex-basis: 15px;
    width: 15px;
  }
  .header-variation-two-disclosure {
    position: relative;
    leading-trim: both;
    text-edge: cap;
    font-family: "Roboto Condensed";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    margin-left: 0.8rem;
    white-space: normal;
    width: 100%;
    justify-content: center;
  }
  .reg-icon{
    width: 15px;
  }
  .reg-text{
    font-family: "Nunito Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 150% */
  }
}
@media screen and (max-width: 999px) {
  .wc-last-update-time {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   2. Buttons — from buttons.scss
   ----------------------------------------------------------------------------- */
.button {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  padding: .75rem 1.5rem;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Nunito Sans", sans-serif;
}
.visit-site{
  font-family: "Nunito Sans", sans-serif;
}
button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
@media (max-width: 768px) {
  .button {
    padding: .5rem .5rem;
    font-size: 1rem;
  }
}
/* -----------------------------------------------------------------------------
   3. Table — core styles from table.scss
   ----------------------------------------------------------------------------- */
.table-body {
  counter-reset: row;
}
.table-brand-offer,
.welcome-bonus welcome-bonus--regular,
.score, score-label-mobile{
  font-family: "Nunito Sans", sans-serif;
}
.table-row {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
/*.table-row:nth-child(even) {*/
/*  background-color: #f9f9f9;*/
/*}*/
.table-row:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.table-cell {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table-cell--logo {
  position: relative;
  flex-basis: 20%;
}
.table-cell--logo img {
  display: block;
}
.table-cell--offer {
  flex-basis: 30%;
  font-family: "Nunito Sans", sans-serif;
}
.table-cell--rating {
  flex-basis: 15%;
  font-family: "Nunito Sans", sans-serif;
}
.table-cell--score,
.table-cell--deposit {
  flex-basis: 140px;
}
.table-cell--score
.table-cell--visit {
  flex: 1;
}
.table-cell--tcs {
  display: block !important;
  width: 100%;
  flex: none;
  padding: 8px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  color: #6C6C6C;
  background-color: #E3E9E6;
}
.table-cell--tcs a {
  color: #6c6c6c;
}
.welcome-bonus {
  font-size: 12px;
  text-transform: uppercase;
}
.welcome-bonus--brand-name-ph {
  display: none !important;
}
.table-brand-offer {
  font-weight: 700;
  font-size: 20px;
}
.rating-label {
  font-size: 12px;
}
.score {
  color: #080808;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 100% */
}
.visit-site {
  color: #6c6c6c;
  font-size: 12px;
  margin-top: .25rem;
}
.brand-ribbon {
  position: absolute;
  font-family: "Nunito Sans", sans-serif;
  left: 0;
  top: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: .125rem 1.5rem;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
}
.brand-offer-licence-number {
  text-align: center;
  font-size: 12px;
  color: #6c6c6c;
  margin-top: .25rem;
}
.wc-agg-table-regulations {
  display: none;
}
.has-ribbon .table-cell--logo {
  padding-top: 1.75rem;
}

.star-rating {
  display: flex;
  margin-top: .25rem;
  align-items: flex-end;
}
.star-rating.interactive {
  position: relative;
  z-index: 1;
}
.star-rating:not(.interactive) {
  pointer-events: none;
}
.td-star {
  padding: 0 2px;
  cursor: pointer;
  transition: 0.2s ease-in-out opacity;
}
.td-star .icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: gold;
  pointer-events: none;
}
.button-claim::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* Interactive star rating states */
.star-rating[data-star-selected="1"] .td-star:first-child,
.star-rating[data-star-selected="2"] .td-star:first-child,
.star-rating[data-star-selected="2"] .td-star:nth-child(2),
.star-rating[data-star-selected="3"] .td-star:first-child,
.star-rating[data-star-selected="3"] .td-star:nth-child(2),
.star-rating[data-star-selected="3"] .td-star:nth-child(3),
.star-rating[data-star-selected="4"] .td-star:first-child,
.star-rating[data-star-selected="4"] .td-star:nth-child(2),
.star-rating[data-star-selected="4"] .td-star:nth-child(3),
.star-rating[data-star-selected="4"] .td-star:nth-child(4),
.star-rating[data-star-selected="5"] .td-star:first-child,
.star-rating[data-star-selected="5"] .td-star:nth-child(2),
.star-rating[data-star-selected="5"] .td-star:nth-child(3),
.star-rating[data-star-selected="5"] .td-star:nth-child(4),
.star-rating[data-star-selected="5"] .td-star:nth-child(5) {
  opacity: 0.55;
}
.star-rating[data-star-selected="1"] .td-star:first-child .icon,
.star-rating[data-star-selected="2"] .td-star:first-child .icon,
.star-rating[data-star-selected="2"] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected="3"] .td-star:first-child .icon,
.star-rating[data-star-selected="3"] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected="3"] .td-star:nth-child(3) .icon,
.star-rating[data-star-selected="4"] .td-star:first-child .icon,
.star-rating[data-star-selected="4"] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected="4"] .td-star:nth-child(3) .icon,
.star-rating[data-star-selected="4"] .td-star:nth-child(4) .icon,
.star-rating[data-star-selected="5"] .td-star:first-child .icon,
.star-rating[data-star-selected="5"] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected="5"] .td-star:nth-child(3) .icon,
.star-rating[data-star-selected="5"] .td-star:nth-child(4) .icon,
.star-rating[data-star-selected="5"] .td-star:nth-child(5) .icon {
  background-color: gold;
  clip-path: url(#star-full-cp);
}
/* Tablet — hide rating column */
@media (min-width: 769px) and (max-width: 1023px) {
  .table-cell--logo   { flex-basis: 15%; }
  .table-cell--rating { display: none; }
  .table-cell--offer  { flex-basis: 40%; }
}
@media (min-width: 769px) {
  .rating-label--mobile,
  .score-label-mobile { display: none; }
}
/* Mobile base */
@media (max-width: 768px) {
  .table-header { display: none; }
  .brand-offer-licence-number { font-size: 9px; }
  .table-cell { padding: .5rem; z-index: 1; }
  .table-cell--logo,
  .table-cell--offer,
  .table-cell--visit {
    flex-basis: 50%;
    max-width: 50%;
  }
  .table-cell--logo { padding-left: .5rem !important; padding-bottom: 0; }
  .table-cell--logo img { width: 150px; }
  .table-cell--rating {
    flex-basis: 30%;
    max-width: 30%;
    flex-direction: column-reverse;
  }
  .table-cell--score {
    flex-basis: 20%;
    max-width: 20%;
  }
  .table-cell--tcs {
    margin-top: 0 !important;
    padding: .25rem !important;
    line-height: 1;
    background-color: #fff;
  }
  .table-row::after {
    content: '';
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    pointer-events: none;
  }
  .table-row .button { width: 100%; }
  .star-rating { pointer-events: none; margin-top: 0; }
  .rating-label { margin-top: .5rem; }
  .rating-label--desktop { display: none; }
  .td-star .icon { width: 11px; height: 11px; }
  .score {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
  }
  .score-label-mobile {
    font-size: 10px;
    font-weight: 700;
  }
  .table-brand-offer {
    font-size: 1rem;
    line-height: 1.25;
  }
  .visit-site { display: none; }
  .table-cell--offer { padding-bottom: 0; }
  .welcome-bonus {
    font-size: 10px;
    margin-bottom: .125rem;
  }
  .brand-ribbon { padding: 0.125rem .75rem; }
}
/* -----------------------------------------------------------------------------
   4. WC Template — custom overrides & additions
   Edit freely below this line.
   ----------------------------------------------------------------------------- */
/* Standalone page background, similar to the theme's body-bg pattern */
.body-bg{
  display: none;
}
.wc-page-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background-color: var(--wc-page-bg-color-soft, transparent);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .wc-page-bg {
    background-position: top center;
  }
}
/* Background image now set via CSS on .wc-page-bg */
.main {
  position: relative;
  width: 100%;
  z-index: 1;
}
.wc-sections > * {
  position: relative;
  z-index: 1;
}
/* Rows — allow overflow so player image can stick out above */
.wc-section--table .table-row,
.wc-section--guide-table .table-row {
  overflow: visible;
  min-height: 90px;
}
/* Guide table backgrounds */
/*.wc-section--guide-table .table-row                 { background-color: #f7f9fc; }*/
/*.wc-section--guide-table .table-row:nth-child(even) { background-color: #eef1f6; }*/
/* Ribbon — WC green */
.guide-heading-text{
  color: #062213;
  font-family: "Nunito Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 77.778% */
  margin: 2rem 0;
}
@media screen and (max-width: 768px){
  .guide-heading-text{
    padding: 0 1rem;
    text-align: center;
  }
}
/* Rank cell — hidden on desktop, shown on mobile */
.wc-table__cell--rank {
  display: none;
}
.wc-rank {
  color: #0D0E13;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16.25px; /* 101.563% */
  letter-spacing: -0.122px;
}
/* CTA button — green */
.wc-section--table .button-claim,
.wc-section--guide-table .button-claim {
  background-color: #1eb81e;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  padding: .75rem 1rem;
  transition: background-color .2s ease;
}
.wc-section--table .button-claim:hover,
.wc-section--guide-table .button-claim:hover {
  background-color: #179217;
  color: #fff;
  text-decoration: none;
}
/* Visit link */
.wc-section--table .visit-site,
.wc-section--guide-table .visit-site {
  color: #555;
  font-size: 11px;
  margin-top: .35rem;
  text-decoration: underline;
}
/* Player cell — separate in-flow div, sits after the CTA button */
.wc-table__cell--player {
  flex: 0 0 130px;
  width: 130px;
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
}
.wc-player-picture {
  display: block;
  width: 100%;
}
img.wc-player {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
}
/* Desktop cell sizing */
@media (min-width: 769px) {
  .wc-section--table .table-cell,
  .wc-section--guide-table .table-cell {
    padding: 8px;
  }

  .wc-section--table .wc-table__cell--player,
  .wc-section--guide-table .wc-table__cell--player {
    padding: 0;
  }
  .wc-section--table .table-cell--logo,
  .wc-section--guide-table .table-cell--logo {
    flex: 0 0 300px;
    min-width: 120px;
    max-width: 300px;
  }
  .wc-section--table .table-cell--offer,
  .wc-section--guide-table .table-cell--offer {
    flex: 0 0 200px;
    min-width: 0;
  }
  .wc-section--table .table-cell--rating,
  .wc-section--guide-table .table-cell--rating {
    flex: 1 1 0;
  }
  .wc-section--table .table-cell--score,
  .wc-section--guide-table .table-cell--score {
    flex: 1 1 0;
  }
  .wc-section--table .table-cell--visit,
  .wc-section--guide-table .table-cell--visit {
    flex: 0 0 200px;
  }
  .wc-section--table .wc-table__cell--player,
  .wc-section--guide-table .wc-table__cell--player {
    flex: 1 1 0;
    align-self: stretch;
  }
  .wc-section--table img.wc-player,
  .wc-section--guide-table img.wc-player {
    width: 150px;
    height: 100%;
    align-self: flex-end;
  }
}
/* Content section */
.wc-section--content { padding-top: 10px; }
.wc-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  padding: 1rem;
  font-family: "Nunito Sans", sans-serif;
}
.brand-guide-wrapper{
  margin-bottom: 0 !important;
}
.wc-content blockquote:not(:last-child),
.wc-content dl:not(:last-child),
.wc-content ol:not(:last-child),
.wc-content p:not(:last-child),
.wc-content pre:not(:last-child),
.wc-content table:not(:last-child),
.wc-content ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.wc-content ul {
  list-style: disc outside;
}
.wc-content ol {
  list-style: decimal outside;
}
.wc-content ul,
.wc-content ol {
  margin-left: 2em;
  margin-top: 1em;
}
.wc-content li {
  margin-bottom: .25rem;
}
.wc-content h1,
.wc-content h2,
.wc-content h3,
.wc-content h4,
.wc-content h5,
.wc-content h6 {
  line-height: 1.125;
}
.wc-content h1 {
  font-size: 2em;
  margin-bottom: .5em;
}
.wc-content h2 {
  font-size: 1.75em;
  margin-bottom: .5714em;
}
.wc-content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.wc-content h3 {
  font-size: 1.5em;
  margin-bottom: .6666em;
}
.wc-content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.wc-content h4 {
  font-size: 1.25em;
  margin-bottom: .8em;
}
.wc-content h5 {
  font-size: 1.125em;
  margin-bottom: .8888em;
}
.wc-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.wc-agg-table-regulation img{
  width: 20px !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.logo-mobile-vartwo{
  display: none;
}
/* =============================================================================
   5. Mobile card layout (≤ 768px)
   ┌──────────────────────┬──────────┐
   │ #1  ★★★★  9.9  LICEN │          │
   │    [  LOGO  ]        │  player  │
   │  Bet £10 Get £30     │          │
   │   [  GET BONUS  ]    │          │
   ├──────────────────────┴──────────┤
   │  T&Cs apply…                    │
   └─────────────────────────────────┘
   ============================================================================= */
@media (max-width: 768px) {
  /* Rank — visible on mobile */
  .wc-table__cell--rank {
    display: flex;
    grid-area: rank;
    min-height: 24px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .logo-mobile{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-mobile img{
    width: auto;
    height: 43px;
  }
  .wc-rank {
    color: #0d0e13;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
  }

  /* Hide ribbon on mobile */
  .wc-table__row .brand-ribbon {
    display: none;
  }
  .wc-table__row {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, .05fr) auto auto minmax(90px, 34%);
    grid-template-areas:
      "rank left-spacer rating score right-spacer"
      "logo logo logo logo player"
      "offer offer offer offer player"
      "visit visit visit visit player"
      "tcs tcs tcs tcs tcs";
    align-items: stretch;
    gap: 0;
    padding: 4px 8px;
    border-bottom: none !important;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
    margin:16px 12px;
    background-color: #fff;
  }
  .wc-table__row::after { display: none; }
  /* Top bar — rank + stars + score on first line */
  .table-cell--rating {
    grid-area: rating;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-height: 24px;
    padding: 0 4px 0 0;
    gap: 4px;
    max-width: none;
  }
  .table-cell--rating .rating-label { display: none; }
  .table-cell--rating .star-rating  {
    align-items: center;
    height: 24px;
    margin-top: 0;
  }
  .table-cell--rating .td-star {
    display: flex;
    align-items: center;
  }
  .table-cell--score {
    grid-area: score;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 24px;
    padding: 0 20px 0 0;
    max-width: none;
  }
  .table-cell--score .score {
    color: #0d0e13;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
  }
  .table-cell--score .score-label-mobile { display: none; }
  /* Regulations badge — top-right of card, vertically centered with top-bar items */
  .wc-table__row .wc-agg-table-regulations {
    position: absolute;
    top: 16px;
    right: 8px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0d0e13;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 1;
    margin-top: 0;
    padding-right: 4px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .wc-table__row .wc-agg-table-regulation{
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .wc-table__row .wc-agg-table-regulation img {
    display: block;
  }
  .wc-table__row .wc-agg-table-regulation img.reg-icon-check{
    width: 15px;
    height: 15px;
  }
  .wc-table__row .wc-agg-table-regulation span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.3px; /* 153% */
    letter-spacing: 0.63px;
    text-transform: uppercase;
  }
  /* Logo */
  .table-cell--logo {
    grid-area: logo;
    position: static;
    max-width: none;
    min-width: 0;
    padding: 0 12px 0 16px !important;
    align-items: center;
    justify-content: flex-start;
    background-color: #e3e9e6;
    border-top-left-radius: 8px;
  }
  .table-cell--logo img {
    display: block;
    width: 125px;
    max-width: 100%;
    max-height: 63px;
    padding: 6px 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    object-fit: contain;
  }
  /* Offer */
  .table-cell--offer {
    grid-area: offer;
    max-width: none;
    min-width: 0;
    padding: 10px 12px 10px 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e3e9e6;
  }
  .table-cell--offer .welcome-bonus                { display: none; }
  .table-cell--offer .welcome-bonus--brand-name-ph { display: none !important; }
  .table-cell--offer .table-brand-offer {
    color: #0e0f14;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 190px;
  }
  /* CTA */
  .table-cell--visit {
    grid-area: visit;
    max-width: none;
    min-width: 0;
    padding: 6px 12px 12px 16px;
    align-items: stretch;
    background-color: #e3e9e6;
    border-bottom-left-radius: 8px;
  }
  .table-cell--visit .button.button-claim {
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.07px;
    padding: 8px;
  }
  .table-cell--visit .visit-site { display: none; }
  /* Player */
  .wc-table__cell--player {
    grid-area: player;
    position: relative;
    width: auto;
    min-width: 0;
    padding: 0 !important;
    overflow: hidden;
    outline: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: #e3e9e6;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  img.wc-player {
    width: clamp(165px, 42vw, 210px);
    max-width: none;
    height: clamp(190px, 48vw, 230px);
    object-fit: contain;
    object-position: bottom center;
    display: block;
    margin: auto auto 0 -20px;
  }
  /* T&Cs — full width below button and player */
  .table-cell--tcs {
    grid-area: tcs;
    max-width: none;
    min-width: 0;
    width: 100%;
    padding: 6px 0 0 !important;
    background-color: transparent !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    margin-top: 0;
  }
  .table-cell--tcs a {
    color: #6c6c6c;
    text-decoration: underline;
  }
}

/* -----------------------------------------------------------------------------
   5. Header and Footer — shared layout styles for this standalone template
   ----------------------------------------------------------------------------- */
.main {
  position: relative;
  z-index: 1;
}
.wc_nav_image{
  width: auto;
  height: 43px;
}
.navbar-varone .wc_nav_image {
  width: auto;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .navbar-varone  .wc_nav_image {
    width: auto;
    height: 32px;
  }

  .wc_nav_image {
    width: auto;
    height: 32px;
  }

  .logo-mobile img{
    width: auto;
    height: 32px;
  }
}
.navbar {
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navbar-vartwo{
    display: none;
  }
  .navbar{
    padding: 8px 0;
  }
}
.logo-alt-span {
  padding: 1rem 0;
  display: inline-block;
}

.nav-menu {
  list-style-type: none;
  display: flex;
}

.nav-menu li {
  margin-left: .75rem;
}

.nav-menu a {
  text-decoration: none;
  font-weight: 700;
}

.hamburger {
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-burger {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.navbar-nav + .navbar-logo + .nav-burger {
  opacity: 1;
  pointer-events: initial;
}

.footer-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 48px;
  color: #fff !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-body a {
  color: #fff !important;
}

.footer-nav {
  width: 100%;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}
.footer-nav ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-nav ul li{
  list-style-type: none;
}
.footer-menu ul{
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-menu .menu-item {
  margin: 0 !important;
  line-height: 18px;
}

.footer-menu .menu-item a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.footer-logo {
  margin-bottom: 0;
}

.footer-logo img {
  width: 130px;
  max-height: 50px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.footer-disc {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 0;
}

.footer-icons-center {
  justify-content: center;
}

.footer-icons > a,
.footer-icons > img,
.footer-icons > svg,
.footer-icons > picture {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 16px 12px 12px;
}

.footer-icons a {
  margin: 0;
}

.footer-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-icons svg,
.footer-icons img,
.footer-icons picture {
  display: block;
}

.footer-icons img,
.footer-icons svg,
.footer-icons picture img,
.footer-icons picture svg,
.footer-icon-link img,
.footer-icon-link svg,
.footer-icon-link picture img,
.footer-icon-link picture svg {
  max-height: 70px;
}

.footer-icons svg,
.footer-icons picture svg {
  fill: #fff;
}
@media screen and (max-width: 768px){
  .footer-nav{
    display: none;
  }
}
.plus-18-21 {
  width: 25px;
}

.plus-18-21:not(:first-child) {
  margin-left: .75rem;
}

.gamble-aware-icon,
.icon-take-time-to-think {
  width: 150px;
}

.icon-18-plus-serbia {
  height: 30px;
}

.icon-serbia-problem-gambling,
.icon-drajzerova-logo-second {
  width: 50px;
}

.icon-drajzerova-logo-first,
.icon-serbia-ministry-of-health,
.gamcare-footer-icon,
.gambling-therapy-icon,
.icon-gordon-moody,
.icon-gordon-moody-ro,
.icon-evalu-jeu,
.icon-ncpg,
.icon-stopspillet,
.icon-ludomani,
.gamstop-icon,
.icon-rofus,
.icon-extern {
  width: 100px;
}

.icon-ecogra,
.icon-gamblers-anonymous {
  width: 110px;
}

.icon-nj-responsible-gambling,
.icon-srij,
.icon-jogadoresanonimosbr,
.icon-gamblers-pl {
  width: 60px;
}

.icon-igc,
.icon-sicad,
.icon-spillemyndigheden {
  width: 130px;
}

.icon-onjn-romania {
  width: 65px;
}

.icon-michigan-gaming-control-board,
.icon-autoprohibicion-es {
  width: 70px;
}

.icon-adg-problem-gambling {
  width: 230px;
}

.icon-viradoojogobr {
  width: 300px;
}

.icon-loketkansspelnl,
.icon-gambling-care {
  width: 200px;
}

.icon-agognl,
.icon-cruksnl {
  width: 100px;
}

.icon-24x7handsnl,
.icon-igaming-ontario,
.icon-evalujeu,
.icon-jugarbien-es,
.icon-juega-con-resp-es,
.icon-juego-seguro-es,
.icon-direccion-general-es {
  width: 150px;
}

.icon-juegosysorteos-mx,
.icon-juega-bien {
  width: 170px;
}

.icon-segob-mx,
.icon-18-plus-chile,
.icon-18-plus-fr,
img.icon-game-sense {
  width: 140px;
}

.icon-safergamblingweek {
  height: 50px;
}

.icon-ca-play-responsibly,
.icon-sin-diversion-no-hay-juego {
  max-width: 200px;
}

.icon-sin-diversion-no-hay-juego {
  margin: .25rem;
}
.plus-18-21 {
  width: 25px;

  &:not(:first-child) {
    margin-left: .75rem;
  }
}

.gamble-aware-icon, .icon-take-time-to-think {
  width: 150px;
}

/* Serbia Icons */
.icon-18-plus-serbia {
  height: 30px;
}

.icon-serbia-problem-gambling {
  width: 50px;
}

.icon-drajzerova-logo-second {
  width: 50px;
}

.icon-drajzerova-logo-first {
  width: 100px;
}

.icon-serbia-ministry-of-health {
  width: 100px;
}

/* End of Serbia Icons */
.gamcare-footer-icon {
  width: 100px;
}

.gambling-therapy-icon {
  width: 100px;
}

.icon-gordon-moody {
  width: 100px;
}

.icon-gordon-moody-ro {
  width: 100px;
}

.icon-evalu-jeu {
  width: 100px;
}

.icon-ecogra {
  width: 110px;
}

.icon-ncpg {
  width: 100px;
}

.icon-800-gambler {
  width: 100px;
}

.icon-nj-responsible-gambling {
  width: 60px;
}

.icon-stopspillet {
  width: 100px;
}

.icon-ludomani {
  width: 100px;
}

.gamstop-icon {
  width: 100px;
}

.icon-rofus {
  width: 100px;
}

.icon-igc {
  width: 130px;
}

.icon-onjn-romania {
  width: 65px;
}

.icon-gamblers-anonymous {
  width: 110px;
}

.icon-michigan-gaming-control-board {
  width: 70px;
}

.icon-srij {
  width: 60px;
}

.icon-sicad {
  width: 130px;
}

.icon-adg-problem-gambling {
  width: 230px;
}

.icon-spillemyndigheden {
  width: 130px;
}

.icon-viradoojogobr {
  width: 300px;
}

.icon-jogadoresanonimosbr {
  width: 60px;
}

.icon-loketkansspelnl {
  width: 200px;
}

.icon-agognl {
  width: 100px;
}

.icon-24x7handsnl {
  width: 150px;
}

.icon-cruksnl {
  width: 100px;
}

.icon-juegosysorteos-mx {
  width: 170px;
}

.icon-juega-bien {
  width: 170px;
}

.icon-segob-mx {
  width: 140px;
}

.icon-gambling-care {
  width: 200px;
}

.icon-extern {
  width: 100px;
}

.icon-18-plus-chile {
  width: 140px;
}

.icon-18-plus-fr {
  width: 140px;
}

.icon-igaming-ontario {
  width: 150px;
}

img.icon-game-sense {
  width: 140px;
}

.icon-safergamblingweek {
  height: 50px;
}

.icon-gamblers-pl {
  width: 60px;
}

.icon-evalujeu {
  width: 150px;
}

.icon-jugarbien-es {
  width: 150px;
}

.icon-juega-con-resp-es {
  width: 150px;
}

.icon-juego-seguro-es {
  width: 150px;
}

.icon-direccion-general-es {
  width: 150px;
}

.icon-autoprohibicion-es {
  width: 70px;
}

.icon-ca-play-responsibly {
  max-width: 200px;
}

.icon-sin-diversion-no-hay-juego {
  max-width: 200px;
  margin: .25rem;
}
.copyright {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

/* Cookie bar */
.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 9999;
  color: #fff;
  padding: .5rem;
}

.cookie-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-bar-button {
  display: flex;
}

button.button-generic {
  padding: .25rem .75rem;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #000;
}

.cookie-bar-text {
  margin-right: 1rem;
  font-size: 12px;
}

.cookie-bar-text a {
  color: #fff;
}

/* Generic modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-bg {
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal--generic.show {
  display: flex;
}

.modal--disc {
  padding: .5rem;
}

/* Kept for other templates that may share this stylesheet */
.is-active + .modal {
  display: flex;
}

.site-disc-label {
  cursor: pointer;
}

.modal-body {
  position: relative;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  color: #000 !important;
  text-shadow: none !important;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .6);
  z-index: 9999;
}

.modal-body p {
  font-size: 12px !important;
}
.modal-content-text,
.modal-heading-text{
  font-family: "Nunito Sans", sans-serif;
}
.generic-content {
  position: relative;
  width: 1100px;
  max-width: 80%;
  background-color: #fff;
  color: #000 !important;
  text-shadow: none !important;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
  z-index: 999;
}

.modal-generic-body img {
  margin-top: 2rem;
  display: block;
}

.svg-cross {
  position: absolute;
  width: 15px;
  right: 1rem;
  top: 1rem;
  fill: red;
  cursor: pointer;
}

@media (min-width: 769px) {
  .navbar-body.logo-is-center .navbar-nav + .navbar-logo {
    margin-left: 0;
  }

  .nav-burger {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
  }

  .nav-menu li {
    margin-left: 0;
    margin-bottom: .5rem;
  }

  .navbar-img {
    width: auto !important;
    height: 32px;
  }

  .navbar-body {
    padding: .25rem 1rem;
  }

  .navbar-body.is-active .navbar-nav {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
  }

  .hamburger {
    outline: none;
    padding: 0;
    transform: scale(.75);
  }

  .footer-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 16px;
  }

  .footer-menu .menu-item {
    margin: 0 !important;
  }

  .footer-menu ul {
    display: none;
  }

  .footer-logo {
    display: none;
  }

  .footer-logo img {
    margin: 0;
  }

  .footer-disc {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .copyright {
    text-align: center;
    font-size: 10px;
  }

  .cookie-bar {
    padding: .25rem .5rem;
  }

  .cookie-bar-text {
    font-size: 10px;
  }

  button.button-generic {
    font-size: 12px;
  }

  .footer-icons {
    justify-content: center;
  }

  .footer-icons > a,
  .footer-icons > img,
  .footer-icons > svg,
  .footer-icons > picture {
    margin: 0 !important;
    padding: 8px 10px;
  }
}


