@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto:wght@100;300;500;600;700&display=swap");

/* ── Gate visibility ─────────────────────────────────────── */
.gate-hide { display: none !important; }
.gate-show { display: block !important; }

.header-disclamer {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #c5c5c5;
  background-color: #4e4d61;
}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgb(255, 220, 111);
  --c2: rgb(100, 100, 100);
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}
@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}
@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

.background-image,
.background-image {
  width: 100%;
  height: 100%;
}

.background-gradient {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #061428 600px);
  background-position: center top;
  width: 100%;
}

.background-gradient-bottom {
  background: rgb(6, 20, 40);
  background: linear-gradient(180deg, rgba(6, 20, 40, 1) 0%, rgba(6, 20, 40, 1) 39%, rgba(6, 20, 40, 0.4766281512605042) 100%);
  background-position: center bottom;
  width: 100%;
}

.content-cover {
  width: 100%;
  max-width: 1190px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
}

.logo-cover {
  width: 100%;
  max-width: 200px;
  text-align: left;
  padding: 10px 0;
  display: none;
}

.logo-cover img {
  width: 100%;
}

.top-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.headline-left {
  flex: 1;
}

.top-headline h1 {
  color: #fff;
  text-align: left;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.header-flags {
  width: 65px;
}

.sub-headline {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.sub-header {
  width: 100%;
  max-width: 930px;
  margin: 5px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-header li {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 5px;
}

.sub-header li img {
  margin-right: 10px;
}

.font-bold {
  font-weight: 700;
  background: -webkit-linear-gradient(#faf75e, #f6ff18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlited-date {
  border-radius: 3px;
  border: 1px solid #29344b;
  background: #10192c;
  color: #e5a018;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  margin: 0 9px;
}

.highlited-date-mobile {
  display: none;
  text-align: center;
  margin: 10px auto 10px 0;
  width: 20%;
  min-width: 100px;
}

/* ── Offer block (desktop/table base) ────────────────────── */
.offer-block {
  width: 93%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  position: relative;
  background: transparent;
  overflow: visible;
  height: auto;
}

.offer-block:first-child {
  border: 2px solid #d7d52b;
}

/* legacy label system */
.label {
  position: absolute;
  top: -15px;
  left: -17px;
}

.label-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #ffda24;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 158px;
}

@media screen and (max-width: 480px) {
  .show-on-desktop { display: none; }
}

@media screen and (min-width: 481px) {
  .hide-on-desktop { display: none; }
}

.label-center {
  display: block;
  position: absolute;
  width: 164px;
  height: 28px;
  background-color: #ffda24;
  border-top-right-radius: 8px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  z-index: 3;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  padding: 0 3px;
  text-transform: uppercase;
  z-index: 5;
}

.label-bottom {
  display: block;
  position: absolute;
  z-index: 1;
  top: 28px;
  width: 16px;
  height: 6px;
  background-color: #caaf28;
  border-bottom-left-radius: 5px;
}

.order-count {
  position: absolute;
  left: -3.5%;
  z-index: 5;
  color: #889ef9;
  font-size: 40px;
  font-weight: 700;
}

/* legacy desktop offer pieces */
.offer-logo {
  max-width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 100%;
  background: linear-gradient(106deg, #0f213c 20.75%, #171e33 92.41%);
}

.offer-logo img {
  width: 100%;
  max-width: 200px;
}

.offer-message {
  width: 170px;
  margin-bottom: 10px;
  text-align: center;
}

.offer-message .welcome-1 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
}

.offer-message .welcome-2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: -webkit-linear-gradient(#1dff48, #00ff05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-message .welcome-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.show-more-btn {
  text-align: center;
  width: 100%;
}

.show-more-btn button {
  font-size: 12px;
  width: 25px;
  font-weight: 500;
  line-height: 15px;
  color: #c88c16;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.score,
.votes {
  color: #606785;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

.votes { display: none; }

.score span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.votes span {
  color: #fff;
  font-size: 15px;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: rgba(255, 255, 255, 0.18);
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcf41;
  overflow: hidden;
}

.star-100:after { width: 100%; }
.star-90:after  { width: 90%; }
.star-80:after  { width: 80%; }
.star-70:after  { width: 70%; }
.star-50:after  { width: 50%; }

.offer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.offer-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 30px;
}

.offer-buttons .get-bonus {
  color: rgb(240, 233, 233);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 156px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(13, 171, 13);
  border-radius: 7px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
}

.offer-buttons .get-bonus:hover {
  background-color: rgb(13, 171, 13);
}

.offer-buttons .visit-site {
  color: #f0b954;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.offer-buttons .visit-site:hover {
  text-decoration-line: underline;
}

.offer-bottom {
  width: 99%;
  margin: 0 auto 22px;
}

.offer-bottom .terms {
  color: #656a82;
  text-align: left;
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  width: 92%;
  margin: 5px auto;
}

.offer-bottom-border {
  position: relative;
  width: 100%;
}

.line-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #393e54;
}

.left-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #393e54;
  position: absolute;
  left: 0;
  top: -2px;
}

.right-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #393e54;
  position: absolute;
  right: 0;
  top: -2px;
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq {
  width: 100%;
  max-width: 1142px;
  margin: 15px auto 0;
  border-radius: 5px;
  border: 1px solid #292e42;
  background: #040e1d;
  padding: 30px 30px 0;
}

.faq h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  margin: 35px 0;
  text-align: center;
}

.faq h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
  text-align: left;
}

.faq p {
  color: #82869c;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 70px;
}

/* ── About ───────────────────────────────────────────────── */
.about {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.about-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.about-item .about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.about-item article { width: 80%; }

.about-item h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0;
}

.about-item p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* ── Play safe ───────────────────────────────────────────── */
.play-safe {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px;
  box-sizing: border-box;
}

.play-safe h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
}

.gambl-logos {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.gambl-logos_sm { max-height: 40px; }
.gambl-logos_lg { max-height: 45px; }

/* ── Footer ──────────────────────────────────────────────── */
.footer {
  padding: 45px 30px 70px;
  background-color: #061428;
  text-align: center;
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

/* ── Offers container (legacy mobile) ───────────────────── */
.offers-container {
  display: none;
  justify-content: space-between;
  flex-direction: column;
}

.offers-container .offer-block {
  height: auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.offers-container .left-side,
.offers-container .right-side {
  width: 50%;
  margin: 0;
  min-height: 194px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.left-side {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background: linear-gradient(104deg, #0f213c 8.07%, #171e34 92.32%);
}

.right-side {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.left-side img {
  width: 100%;
  max-width: 150px;
}

.offers-container .stars-container  { margin: 5px 0; font-size: 26px; }
.offers-container .offer-payment    { max-width: 180px; margin-top: 10px; justify-content: center; }
.offers-container .offer-payment img { width: 26px; }
.offers-container .show-more-btn   { text-align: center; width: auto; }
.offers-container .offer-buttons   { margin-top: 20px; }

.offers-container .offer-buttons .get-bonus,
.offers-container .offer-buttons .visit-site {
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.offers-container .offer-buttons .get-bonus {
  width: 220px;
  height: 55px;
}

.offers-container .right-side  { justify-content: center; }
.offers-container .offer-bottom { margin: 0; }

/* ── Popup ───────────────────────────────────────────────── */
.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(6, 12, 31, 0.66);
  backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

.popup-body {
  width: 100%;
  max-width: 410px;
  border-radius: 7px;
  border: 1px solid #ffe5ae;
  background: linear-gradient(106deg, #101f33 20.75%, #151b2c 92.41%);
  box-shadow: 0px 5px 33px 0px rgba(240, 185, 84, 0.34);
  position: relative;
  z-index: 2;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 60px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  top: -40px;
}

.popup-logo-cover {
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #ffe5ae;
  background: linear-gradient(106deg, #0f213c 20.75%, #171e33 92.41%);
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-logo-cover img { width: 250px; }
.popup .offer-buttons .get-bonus { margin: 10px 0 30px; }
.popup .offer-message { max-width: 280px; margin: 20px 0 10px; }

.popup-button-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ── Animations ──────────────────────────────────────────── */
@keyframes borderRotate {
  100% { --angle: 450deg; }
}

@keyframes borderRadial {
  20%  { --gradX: 100%; --gradY: 50%; }
  40%  { --gradX: 100%; --gradY: 100%; }
  60%  { --gradX: 50%;  --gradY: 100%; }
  80%  { --gradX: 0%;   --gradY: 50%; }
  100% { --gradX: 50%;  --gradY: 0%; }
}

@keyframes pulse {
  0%, 100% { filter: brightness(100%); }
  50% { filter: brightness(115%); }
}

@keyframes shine {
  0% { left: -100%; }
  60% { left: 120%; }
  100% { left: 120%; }
}

@keyframes ribbon-shine {
  0% { left: -120%; }
  60% { left: 130%; }
  100% { left: 130%; }
}

/* nth-child label colour variants */
.offer-block:nth-child(3) .label-center  { background-color: #bbcbe1; }
.offer-block:nth-child(3) .label-right   { border-color: transparent transparent transparent #bbcbe1; }
.offer-block:nth-child(3) .label-bottom  { background-color: #6f7e98; }
.offer-block:nth-child(5) .label-center  { background-color: #ad8c4f; }
.offer-block:nth-child(5) .label-right   { border-color: transparent transparent transparent #ad8c4f; }
.offer-block:nth-child(5) .label-bottom  { background-color: #7a6132; }

/* ══════════════════════════════════════════════════════════
   BRIDGE — generated HTML style
══════════════════════════════════════════════════════════ */

.offer-block .mobile-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.offer-block,
.offer-inner-block {
  background: transparent;
}

/* inner row wrapper */
.offer-inner-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 290px;
  position: relative;
  z-index: 2;
}

/* left/right columns */
.offer-left-block,
.offer-right-block {
  width: 50%;
  min-height: 290px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.offer-left-block {
  padding: 34px 20px 22px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #152347 0%, #141f3f 100%);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.offer-right-block {
  padding: 28px 20px 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #07152f;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* logo inside left block */
.offer-left-block .offer-logo {
  display: flex;
  max-width: 250px;
  width: 100%;
  min-height: 115px;
  justify-content: center;
  align-items: center;
  background: none;
  height: auto;
  border-radius: 0;
  max-height: none;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.offer-left-block .offer-logo img {
  width: auto;
  max-width: 240px;
  max-height: 95px;
  object-fit: contain;
}

/* ribbon */
.offer-left-block .flag {
  position: absolute;
  top: -50px;
  left: -30px;
  height: 30px;
  min-width: 150px;
  padding: 0 20px 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #832036;
  color: #f7eded;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 6px 0 0 6px;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  z-index: 6;
  overflow: hidden;
}

.offer-left-block .flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-25deg);

}

.offer-left-block .flag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 18px;
  height: 8px;
  background: #c3ae34;
  border-bottom-left-radius: 4px;
}

/* rating block */
.rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.offer-votes {
  display: flex;
  flex-direction: column;
  color: rgb(223, 223, 250);
  align-items: center;
  margin-top: 8px;
}

.offer-score {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-score-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-rating {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.site-rating-text {
  display: none;
}

.offer-left-block .stars-container {
  margin: 0;
  font-size: 22px;
  letter-spacing: 3px;
}

/* bonus block */
.welcome-bonus-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 18px;
  gap: 6px;
  width: 100%;
}

.welcome-bonus-block span {
  display: block;
}

.welcome-bonus-block span:first-child {
  display: inline-block;
  background: linear-gradient(to right, #ffe08a, #d4a017);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  letter-spacing: 0.5px;
}

.welcome-bonus-block span:not(:first-child) {
  color: #ffffffd4;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.welcome-bonus-block span:last-child {
  color: #ffffffd4;
  font-weight: 600;
}

/* CTA */
.btn-block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.offer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1c8ef9, #034bdc);
  color: #daf4f7;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  transition: all 0.2s ease;
  animation: pulse 2s infinite;
}

.offer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

.offer-btn:hover {
  transform: translateY(-2px) scale(1.03);
}

.offer-btn:active {
  transform: scale(0.97);
}

.label-container {
  display: none !important;
}

/* keep clickable elements above overlay */
.offer-inner-block,
.offer-logo,
.offer-btn,
.offer-right-block ul,
.offer-left-block .flag {
  position: relative;
  z-index: 3;
}

/* RIGHT */
.headline-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headline-right img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

/* ── Responsive ──────────────────────────────────────────── */
@media screen and (max-width: 900px) {
  .offer-logo { max-width: 180px; }

  .faq { padding: 10px 30px 0; }
  .faq h1 { font-size: 22px; margin: 25px 0; }
  .faq h2 { font-size: 18px; }
  .faq p  { font-size: 14px; line-height: 20px; margin-bottom: 20px; }

  .about { padding: 30px 20px; }
  .about-item .about-image { width: 15%; padding: 10px; }
  .about-item .about-image img { width: 80%; }
  .about-item h2 { font-size: 18px; margin: 15px 0; }
  .about-item p  { font-size: 14px; line-height: 17px; }

  .play-safe h1 { font-size: 24px; margin: 40px 0; }

  .gambl-logos { flex-flow: wrap; align-items: center; justify-content: space-around; }
  .gambl-logos_lg { margin-right: 5px; margin-bottom: 20px; max-height: 30px; }

  .footer { padding: 30px 20px; }
}

@media screen and (max-width: 840px) {
  .header-flags { width: 50px; height: 40px; }
  .top-headline { margin: 0 auto; }
  .top-headline h1 { font-size: 25px; }
  .logo-cover { max-width: 160px; }
  .table { display: none; }

  .offers-container { display: flex; }
  .offers-container .offer-buttons { margin-top: 5px; }
  .offers-container .visit-site { display: none; }
  .offers-container .left-side img { width: 100%; max-width: 200px; }
  .offers-container .stars-container { margin: 5px 0; font-size: 26px; }
  .offers-container .left-side a {
    display: flex;
    max-width: 165px;
    width: 100%;
    min-height: 100px;
    justify-content: center;
    align-items: center;
  }
  .offer-message { margin-bottom: 5px; }
  .offer-buttons .get-bonus { margin-bottom: 5px; }
  .offers-container .left-side { min-height: 214px; }

  .offer-inner-block { min-height: 240px; }
  .offer-left-block,
  .offer-right-block {
    min-height: 240px;
    padding: 20px 12px 16px;
  }

  .offer-left-block .flag {
    top: -25px;
    left: -20px;
    height: 30px;
    min-width: 200px;
    padding: 0 16px 0 20px;
    font-size: 10px;
  }

  .offer-left-block .flag::after {
    width: 15px;
    height: 7px;
    bottom: -7px;
  }

  .offer-left-block .offer-logo {
    max-width: 180px;
    min-height: 90px;
    margin-bottom: 12px;
    margin-top: -28px;
  }

  .offer-left-block .offer-logo img {
    max-width: 180px;
    max-height: 70px;
  }

  .offer-left-block .stars-container {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .site-rating {
    font-size: 22px;
  }

  .welcome-bonus-block {
    margin-bottom: 14px;
    gap: 4px;
  }

  .welcome-bonus-block span:first-child {
    font-size: 15px !important;
  }

  .welcome-bonus-block span:not(:first-child) {
    font-size: 14px;
  }

  .offer-btn {
    width: 165px;
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 770px) {
  .highlited-date-mobile { display: block; }
  .highlited-date-desc,
  .sub-header li:last-child { display: block; }
}

@media screen and (max-width: 768px) {
  .top-headline {
    flex-direction: column;
    align-items: flex-start;
  }

  .headline-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .headline-right img {
    max-width: 120px;
  }
}

@media screen and (max-width: 680px) {
  .offers-container .offer-buttons .get-bonus { width: 180px; height: 50px; }
  .offer-btn { width: 150px; height: 42px; }

  .header-flags { width: 54px; }
  .content-cover { padding: 0px; }
  .top-headline { padding: 0 10px; }
  .top-headline h1 { font-size: 20px; margin: 12px 15px; }
  .logo-cover { max-width: 130px; }
  .header-disclamer { font-size: 8px; padding: 6px 10px 3px; }
  .sub-headline { display: none; }
  .icon-update { display: none; }
  .sub-header { padding: 0 5px; margin: 5px auto 10px; }
  .sub-header li { font-size: 10px; }
  .sub-header li img { margin-right: 5px; }
  .sub-header__icon3 li { margin-bottom: 28px; }
  .close-popup-btn { right: -7px; }
  .score, .votes { margin-bottom: 0; }

  .offer-left-block .flag {
    min-width: 175px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .highlited-date-mobile { margin: 2px auto 1px 0; }
  .sub-header { margin: 0 auto 5px; }
  .sub-header li { font-size: 8px; }

  .offers-container .stars-container { margin: 0; font-size: 18px; }
  .offer-message .welcome-2 { font-size: 14px; }

  .offers-container .offer-buttons .get-bonus {
    width: 100%;
    min-width: 130px;
    height: 36px;
    font-size: 14px;
  }

  .score, .votes { font-size: 12px; }
  .score span { font-size: 18px; }
  .offers-container .left-side { justify-content: space-around; min-height: 194px; }
  .votes span { font-size: 14px; }
  .offer-bottom .terms { margin: 5px auto 0; width: 97%; font-size: 8px; }
  .offer-buttons .visit-site { line-height: 18px; }
  .offer-message .welcome-3 { font-size: 12px; }
  .top-headline h1 { margin: 55px 5px 10px; }

  .faq h1 { font-size: 19px; margin: 20px 0 15px; text-align: left; }
  .faq { padding: 10px 20px 0; }
  .faq h2 { font-size: 16px; line-height: 20px; margin: 10px 0; }
  .faq p  { font-size: 12px; line-height: 18px; text-align: justify; }

  .about-item h2 { font-size: 16px; }
  .about-item { flex-direction: column; }
  .about-item .about-image { width: 100%; padding: 10px 10px 0; }
  .about-item .about-image img { width: 20%; }
  .about-item article { width: 100%; text-align: justify; }
  .about-item p { font-size: 12px; line-height: 17px; }

  .play-safe h1 { font-size: 20px; margin: 30px 0 40px; }
  .play-safe { padding: 0 10px 30px; }
  .footer p { font-size: 12px; }
  .footer { padding: 30px 10px; }
  .about { padding: 20px 10px 0; }

  .offers-container .left-side,
  .offers-container .right-side { padding: 10px 15px 5px; }

  .offer-inner-block {
    min-height: 200px;
  }

  .offer-left-block,
  .offer-right-block {
    padding: 16px 10px 12px;
    min-height: 200px;
  }

  .offer-left-block {
    justify-content: space-around;
  }

  .offer-left-block .flag {
    min-width: 140px;
    height: 24px;
    font-size: 11px;
    top: -32px;
    left: -35px;
    padding: 0 14px;
  }

  .offer-left-block .offer-logo {
    width: 100%;
    max-width: none;
    min-height: 66px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .offer-left-block .offer-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .offer-left-block .stars-container {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .site-rating {
    font-size: 18px;
  }

  .welcome-bonus-block span:first-child {
    display: inline-block;
    background: linear-gradient(to right, #ffe08a, #d4a017);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: .5rem;
    letter-spacing: 0.5px;
  }

  .welcome-bonus-block span:not(:first-child) {
    font-size: 15px;
  }

  .offer-btn {
    width: 140px;
    min-width: 140px;
    height:45px;
    font-size: 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 380px) {
  .offers-container .left-side,
  .offers-container .right-side { padding: 10px 5px 5px; }

  .offer-left-block,
  .offer-right-block { padding: 10px 5px 5px; }

  .offer-left-block .flag {
    min-width: 125px;
    font-size: 10px;
  }
}