.page-template-templates section {
  margin-top: 120px;
 }
 .btn-primary::after {
  content: none;
 }
 .imapsMapPolygon-group:nth-of-type(7) .imapsPolygon,
 .imapsMapPolygon-group:nth-of-type(21) .imapsPolygon {
  fill: var(--primary-main-red) !important;
 }
 .btn-primary.legal-state-btn {
  font-size: 3.6rem;
  padding: 0.5rem 5rem 0.4375rem 5rem;
 }
 .black-friday-promo-inner {
  background-image: linear-gradient(
    90deg,
    var(--white),
    var(--white) 50%,
    color-mix(in srgb, var(--white) 85%, transparent) 70%,
    color-mix(in srgb, var(--white) 82%, transparent) 85%,
    color-mix(in srgb, var(--white) 75%, transparent)
   ),
   url(/info/wp-content/uploads/2025/11/free-spin-bg.png);
  background-position: right;
 }
 h1 {
  color: var(--primary-main-red);
  text-align: center;
 }
 .follow-us .head-3 {
  color: var(--primary-main-red);
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  margin-bottom: 10px;
 }
 .follow-us p {
  font-family: var(--font-fjalla-one);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
 }
 .sharing {
  display: flex;
  align-items: flex-end;
  background: var(--secondary-main-blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
 }
 .sharing .icon {
  box-sizing: initial;
  padding: 1.375rem;
 }
 .follow-us .right img {
  transform: rotateY(180deg) translate(-50%, -50%);
 }
 .promotion-heading p {
  color: var(--text-foreground-secondary);
  text-align: center;
  font-family: var(--font-bluescreen);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
 }
 .play-now-block-container {
  width: 100%;
  aspect-ratio: 1408 / 500;
  margin-top: 3.9375rem;
  margin-bottom: 6.375rem;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: row;
  font-family: var(--font-bluescreen);
  background: linear-gradient(
   84.04deg,
   var(--primary-main-red) 36.14%,
   var(--secondary-main-blue) 36.14%
  );
 }
 /* Fallback for aspect-ratio */
 @supports not (aspect-ratio: 1408 / 500) {
  .play-now-block-container::before {
   float: left;
   padding-top: 35.51%;
   content: "";
  }
  .play-now-block-container::after {
   display: block;
   content: "";
   clear: both;
  }
 }
 /* Image section */
 .play-now-block-container .play-now-char-image {
  position: relative;
  display: flex;
  align-items: flex-end;
 }
 .play-now-block-container .play-now-char-image img {
  width: auto;
  height: 110%;
 }
 /* Content wrapper */
 .play-now-block-container .play-now-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 0 3%;
 }
 .play-now-block-container .play-now-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
 }
 .play-now-block-content-title {
  font-size: clamp(1.875rem, 11.719vw - 2.813rem, 7.5rem);
  color: var(--white);
  font-weight: 600;
  line-height: 1;
 }
 .play-now-block-content-title::after {
  content: "";
  margin-left: 0.5rem;
  background: var(--primary-main-red);
  clip-path: polygon(
   50% 0%,
   61% 35%,
   98% 35%,
   68% 57%,
   79% 91%,
   50% 70%,
   21% 91%,
   32% 57%,
   2% 35%,
   39% 35%
  );
  vertical-align: initial;
  display: inline-block;
  width: 31px;
  height: 31px;
  aspect-ratio: 1;
 }
 .play-now-block-content-description {
  font-family: var(--font-fjalla-one);
  color: var(--secondary-main-blue-hover);
  text-align: right;
  font-size: clamp(1rem, 1.042vw + 0.583rem, 1.5rem);
  font-weight: 400;
  line-height: 2.5rem;
 }
 .always-free-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: var(--neutral-background);
  padding: 2rem 0;
  gap: 4.375rem;
 }
 .text-flag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
 }
 .text-flag .title {
  font-family: var(--font-bluescreen);
  font-size: 10.625rem;
  font-weight: 700;
  line-height: 8.75rem;
  color: var(--primary-main-red);
  margin: 0;
 }
 .text-flag .title.us {
  display: flex;
  align-items: center;
  gap: 2rem;
 }
 .description-box {
  overflow: hidden;
  background-color: var(--secondary-main-blue);
  border-radius: 0.5rem;
  color: var(--white);
  position: relative;
  min-width: 21.25rem;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .description-box .description-container {
  padding: 4.375rem 0 4.375rem 4.375rem;
  flex-basis: 11.3125rem;
  flex-grow: 2;
 }
 .description-box .coin-container {
  overflow: hidden;
  width: 100%;
  flex-basis: 9.0625rem;
  flex-grow: 1;
  position: relative;
  height: 100%;
 }
 .description-box .description {
  font-family: var(--font-fjalla-one);
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.7813rem + 0.3906vw, 1.25rem);
  line-height: 2.375rem;
  margin-bottom: 0;
  color: var(--secondary-main-blue-hover);
 }
 .description-box .coin {
  width: calc(100% + 10rem);
  height: auto;
  left: -1rem;
  top: calc(50% - 12.5rem);
  position: absolute;
 }
 .trustpilot h2 {
  margin: 0 auto;
 }
 .promotion-heading.trustpilot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
 }
 .legal-state-map-section .legal-state-map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin: 2.5rem auto 1.5rem;
  padding: 0.75rem 1.5rem;
  max-width: fit-content;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 3px
   color-mix(in srgb, var(--text-foreground-secondary) 8%, transparent);
 }
 .legal-state-map-section .legal-state-map-legend__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
 }
 .legal-state-map-section .legal-state-map-legend__swatch {
  flex-shrink: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
 }
 .legal-state-map-section .legal-state-map-legend__swatch--available {
  background: var(--secondary-main-blue);
 }
 .legal-state-map-section .legal-state-map-legend__swatch--unavailable {
  background: var(--primary-main-red);
 }
 .legal-state-map-section .legal-state-map-legend__swatch--half {
  background: var(--secondary-main-blue-hover);
 }
 .legal-state-map-section .legal-state-map-legend__label {
  font-family: var(--font-bluescreen);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--text-foreground-secondary);
 }
 .legal-state-restricted-list {
  display: flex;
  width: 815px;
  max-width: 100%;
  margin: 1.5rem auto;
  padding: 30px 60px 10px 60px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
 }
 .legal-state-restricted-list__column {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style-type: disc;
  color: var(--black);
 }
 .legal-state-restricted-list__column li {
  color: var(--text-foreground-secondary);
  font-family: var(--font-bluescreen);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
 }
 .legal-state-age-table-wrap {
  max-width: 815px;
  width: 100%;
  margin: 1.5rem auto 0;
  background: var(--white);
 }
 .legal-state-age-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: inherit;
 }
 .legal-state-age-table th,
 .legal-state-age-table td {
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
  background: inherit;
  border: 0 solid var(--secondary-main-blue-hover);
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
 }
 .legal-state-age-table tr > *:first-child {
  border-left-width: 0.5px;
 }
 .legal-state-age-table thead tr:first-child > * {
  border-top-width: 0.5px;
 }
 .legal-state-age-table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
 }
 .legal-state-age-table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
 }
 .legal-state-age-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
 }
 .legal-state-age-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
 }
 .legal-state-age-table thead th {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  font-family: var(--font-bluescreen);
  color: var(--primary-main-red);
 }
 .legal-state-age-table tbody td {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--font-bluescreen);
  color: var(--text-foreground-secondary);
 }
 .legal-state-promo-boxes__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
 }
 .legal-state-promo-boxes__link {
  flex: 1 1 0;
  min-width: min(100%, 12rem);
  max-width: 414px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  border-radius: 10px;
  border: 2px solid var(--primary-main-red);
  background: var(--white);
  color: var(--primary-main-red);
  font-family: var(--font-bluescreen);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
 }
 @media (max-width: var(--breakpoint-tablet)) {
  .always-free-container {
   gap: 2rem;
  }
  .text-flag .title {
   font-size: 10vw;
   line-height: 5rem;
  }
  .text-flag .us-flag {
   width: 6.25rem;
   margin-block: 0;
  }
  .legal-state-promo-boxes__link {
   font-size: 50px;
  }
 }
 @media (max-width: 1024px) {
  .play-now-block-content-title::after {
   width: 1.5rem;
   height: 1.5rem;
  }
  .play-now-block-content-description {
   line-height: 1.875rem;
  }
  .play-now-block-content-button {
   padding: 0.9375rem 2.5rem;
  }
  .always-free-container {
   gap: 2rem;
  }
  .text-flag .title {
   font-size: 10vw;
   line-height: 5rem;
  }
  .text-flag .us-flag {
   width: 6.25rem;
   margin-block: 0;
  }
  .legal-state-promo-boxes__link {
   font-size: 38px;
   padding: 1.2rem 0.5rem;
   flex: unset;
  }
  .legal-state-promo-boxes__row {
   justify-content: center;
  }
 }
 @media (max-width: 950px) {
  .page-template-templates section {
   margin-top: 70px;
  }
  .black-friday-promo-inner.follow-us {
   flex-direction: column-reverse;
   background-image: linear-gradient(
     0deg,
     var(--white) 0%,
     var(--white) 50%,
     color-mix(in srgb, var(--white) 85%, transparent) 70%,
     color-mix(in srgb, var(--white) 81%, transparent) 85%,
     color-mix(in srgb, var(--white) 75%, transparent)
    ),
    url(/info/wp-content/uploads/2025/11/free-spin-bg.png);
  }
  .follow-us .right img {
   transform: none;
  }
  .black-friday-promo-inner .left {
   justify-content: center;
   text-align: center;
   align-items: center;
  }
  .follow-us .right img {
   transform: rotateY(180deg) translate(-100%, -19%);
  }
  .black-friday-promo-inner .right img {
   margin-bottom: -46%;
  }
 }
 @media (max-width: var(--breakpoint-phone)) {
  .page-template-templates section {
   margin-top: 50px;
  }
  .sharing .icon {
   padding: 0.6rem;
  }
  .play-now-block-container {
   flex-direction: column-reverse;
   background: var(--secondary-main-blue);
  }
  .play-now-block-container .play-now-char-image {
   width: 100%;
   padding-top: 6rem;
   background: linear-gradient(
    170.63deg,
    var(--secondary-main-blue) 6rem,
    var(--primary-main-red) 6.01rem
   );
  }
  .play-now-block-container .play-now-char-image img {
   width: 80%;
   height: auto;
   margin: 0 auto;
  }
  .play-now-block-container .play-now-block {
   margin-top: 4rem;
   width: 100%;
   height: auto;
  }
  .play-now-block-container .play-now-block-content {
   align-items: center;
   text-align: center;
  }
  .play-now-block-content-title {
   font-size: 3rem;
  }
  .play-now-block-content-description {
   text-align: center;
   line-height: 1.5625rem;
   font-size: 1rem;
   margin-bottom: 1rem;
  }
  .always-free-container {
   flex-direction: column;
   gap: 0;
  }
  .text-flag {
   width: 100%;
   align-items: center;
  }
  .text-flag .title {
   font-size: 6rem;
   line-height: 0.5;
  }
  .description-box .description-container {
   padding: 0 0 0 5%;
  }
  .description-box .description {
   font-size: 0.938rem;
   line-height: 1.5625rem;
  }
  .description-box .coin-container {
   height: 17.5rem;
  }
  .description-box .coin {
   top: calc(50% - 10rem);
   width: calc(100% + 9rem);
  }
  .legal-state-map-section .legal-state-map-legend__label {
   font-size: 20px;
  }
  h1 {
   font-size: 64px;
   line-height: 54px;
  }
  .page-template-templates h2,
  h2 {
   font-size: 50px;
   line-height: 46px;
  }
  .legal-state-restricted-list {
   padding: 24px 20px 10px 20px;
   gap: 0.5rem;
  }
  .legal-state-restricted-list__column li {
   font-size: 20px;
   margin-bottom: 1rem;
  }
  .legal-state-restricted-list__column {
   padding-left: 1.25rem;
  }
  .legal-state-promo-boxes__link {
   min-width: 245px;
  }
  .sharing {
   margin: auto;
   padding: 0;
  }
 }
 @media (max-width: 440px) {
  .legal-state-map-section .legal-state-map-legend__label {
   font-size: 16px;
  }
  .legal-state-map-section .legal-state-map-legend__swatch {
   width: 15px;
   height: 15px;
  }
  .legal-state-map-section .legal-state-map-legend {
   padding: 0.75rem 1rem;
  }
  .page-template-templates h2,
  h2,
  .page-template-templates h3 {
   font-size: 40px;
   line-height: 40px;
   margin-bottom: 35px;
  }
  .promotion-heading.trustpilot {
   gap: 10px;
  }
  .promotion-heading.trustpilot h2 {
   margin-bottom: 0;
  }
  .btn-primary.legal-state-btn {
   font-size: 28px;
  }
  .promotion-heading.legal-state-map-section {
   margin-top: 20px;
  }
 } 