@font-face {
      font-family: 'digital_sans_ef_medium';
      font-display: swap;
      src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/digital_sans_ef_medium.woff2?v=0') format('woff2'), url('https://dkzd8du6wd13r.cloudfront.net/Fonts/digital_sans_ef_medium.woff?v=0') format('woff');
      font-weight: normal;
      font-style: normal
    }

    @font-face {
      font-family: 'gilroybold';
      font-display: swap;
      src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Gilroy-Bold.woff2?v=0') format('woff2'), url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Gilroy-Bold.woff?v=0') format('woff');
      font-weight: normal;
      font-style: normal
    }

    @font-face {
      font-family: 'Open24DisplaySt';
      font-display: swap;
      src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Open24DisplaySt.woff2?v=0') format('woff2');
      font-weight: normal;
      font-style: normal
    }

    @font-face {
      font-family: 'Glyphicons Halflings';
      font-display: swap;
      src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/glyphicons-halflings-regular.woff?v=0') format('woff')
    }

    body {
      font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
      font-size: 14px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
      font-family: inherit
    }

    .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
      font-family: 'gilroybold'
    }

    .home-progressive-jackpot .jackpot-container {
      font-family: 'Open24DisplaySt'
    }

    .glyphicon {
      font-family: 'Glyphicons Halflings'
    }

/* Safety: avoid horizontal overflow & keep media fluid */
    body {
      overflow-x: hidden;
    }
  
    img,
    picture,
    video,
    canvas,
    svg {
      max-width: 100%;
    }
  
    /* ============ Tablet and below (<= 991px) ============ */
    @media (max-width: 991px) {
      .home-inner-container {
        gap: 14px;
        margin-bottom: 26px;
      }
  
      .home-progressive-jackpot .border-container {
        gap: 24px;
      }
  
      .home-progressive-jackpot .jackpot-container {
        font-size: 30px;
        letter-spacing: 3px;
      }
  
      .footer-sitemap-section {
        padding-right: 0;
      }
    }
  
    /* ============ Mobile (<= 767px) ============ */
    @media (max-width: 767px) {
  
      /* Jackpot + Lottery: stack vertically, full width */
      .home-inner-container {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin: 12px 0 26px;
      }
  
      .home-inner-container [data-section="jackpot"],
      .home-inner-container [data-section="lottery"] {
        width: 100%;
      }
  
      .home-inner-container [data-section="lottery"] .lottery-result-container {
        max-width: 420px;
        margin: 0 auto;
      }
  
      /* Progressive jackpot: shrink nested paddings, gaps & fonts so it fits */
      .home-progressive-jackpot {
        padding: 6px;
        border-radius: 18px;
      }
  
      .home-progressive-jackpot .outer-container,
      .home-progressive-jackpot .inner-container {
        padding: 6px;
      }
  
      .home-progressive-jackpot .border-container {
        gap: 12px;
        padding: 6px;
      }
  
      .home-progressive-jackpot .jackpot-play-section {
        margin-left: 8px;
      }
  
      .home-progressive-jackpot .jackpot-play-section img {
        width: 62px;
      }
  
      .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
        font-size: 18px;
      }
  
      .home-progressive-jackpot .jackpot-container {
        font-size: 22px;
        letter-spacing: 1px;
        padding: 6px;
      }
  
      .home-progressive-jackpot .jackpot-inner-container,
      .home-progressive-jackpot .jackpot-border-container {
        padding: 6px;
        line-height: 32px;
      }
  
      .home-progressive-jackpot .jackpot-currency {
        margin-right: 5px;
      }
  
      /* Announcement bar: stack title / marquee / date */
      .announcement-container {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 8px 12px;
      }
  
      .announcement-container>[data-section="announcements"] {
        width: 100%;
      }
  
      .announcement-container [data-section="date"] {
        font-size: 11px;
        text-align: left;
      }
  
      /* Banner navigation arrows: closer to edges & smaller */
      .nav-btn {
        width: 34px;
        height: 34px;
        padding: 6px;
      }
  
      .nav-btn.main-prev {
        left: 8px;
      }
  
      .nav-btn.main-next {
        right: 8px;
      }
  
      .nav-btn img {
        width: 16px;
        height: 16px;
      }
  
      /* Topbar: allow wrapping instead of squeezing into 46%/54% */
      .topbar-container .row {
        flex-wrap: wrap;
        row-gap: 6px;
      }
  
      .topbar-left-container,
      .topbar-right-container {
        width: 100%;
      }
  
      /* Footer sitemap: wrap the 5 columns */
      .footer-sitemap-section {
        flex-wrap: wrap;
        row-gap: 14px;
      }
  
      .footer-sitemap-section>div {
        width: 50%;
      }
  
      /* Game carousels: fewer, larger tiles (still horizontally scrollable) */
      .game-list .game-item {
        width: calc((100% - (5px * 3.2 * 2)) / 3.2);
      }
  
      .container-content .game-list .game-item {
        width: calc((100% - (5px * 3.2 * 2)) / 3.2);
      }
  
      .popular-game-title-container .container-content .game-list .game-item {
        width: calc((100% - (5px * 3.2 * 2)) / 3.2);
      }
  
      /* Section title chevrons: less side padding */
      .container-title span,
      .popular-game-title-container .container-title span {
        padding: 5px 26px;
      }
  
      /* Footer sub-sections: stack & prevent right-edge overflow */
      .site-footer .row {
        margin-left: 0;
        margin-right: 0;
      }
  
      .footer-featured-product-section>div {
        width: 100%;
        min-width: 0;
      }
  
      .footer-featured-product-section .site-info-description {
        min-width: 0;
      }
  
      .footer-banking-section .banking-footer-section .bank-service-container {
        grid-template-columns: 1fr;
        margin: 14px;
        gap: 12px;
      }
  
      .footer-banking-section .bank-list-container {
        margin: 14px;
        padding: 16px;
      }
  
      .footer-copyright-section .col-md-12 {
        flex-wrap: wrap;
        gap: 14px;
      }
  
      .footer-copyright-section .col-md-12 .copyright {
        margin-left: 0;
      }
  
      .footer-description-section .site-description h1 {
        font-size: 20px;
        line-height: 1.3;
      }
  
      .footer-description-section .site-description p {
        text-align: left !important;
      }
  
      .footer-description-section h4,
      .footer-description-section .site-description {
        overflow-wrap: break-word;
        word-break: break-word;
      }
    }
  
    /* ============ Small phones (<= 480px) ============ */
    @media (max-width: 480px) {
      .footer-sitemap-section>div {
        width: 100%;
      }
  
      .home-progressive-jackpot .jackpot-container {
        font-size: 18px;
      }
  
      .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
        font-size: 15px;
      }
  
      .home-progressive-jackpot .jackpot-play-section img {
        width: 52px;
      }
  
      /* Game carousels: ~2.4 tiles per row on very small screens */
      .game-list .game-item {
        width: calc((100% - (5px * 2.4 * 2)) / 2.4);
      }
  
      .container-content .game-list .game-item {
        width: calc((100% - (5px * 2.4 * 2)) / 2.4);
      }
  
      .popular-game-title-container .container-content .game-list .game-item {
        width: calc((100% - (5px * 2.4 * 2)) / 2.4);
      }
    }
    /* ---------- Footer grid ---------- */
 .footer-grid {
     display: grid;
     gap: 26px;
     max-width: 1200px;
     margin: 30px auto;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     font-family: 'Plus Jakarta Sans', sans-serif;
 }

 .footer-col h4 {
     color: var(--lp-col-1);
     font-size: 15px;
     font-weight: 700;
     margin: 0 0 14px;
     letter-spacing: .3px;
 }

 .footer-col ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 9px;
 }

 .footer-col a {
     color: var(--lp-text-muted);
     text-decoration: none;
     font-size: 13.5px;
     transition: color .25s var(--lp-ease);
 }

 .footer-col a:hover {
     color: var(--lp-gold);
 }

/* ===== POV Amber Vault — Last Transaction ===== */

.pov-txn {
  margin: 0 0 20px;
  font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
  background: linear-gradient(165deg, #1a1406 0%, #2a2210 45%, #141008 100%);
  border: 1px solid rgba(212, 175, 55, .38);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
  position: relative;
}

.pov-txn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b6914, #e6b93f, #f5d77a, #e6b93f, #8b6914);
}

.pov-txn-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(212, 175, 55, .22);
}

.pov-txn-head h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #f5d77a;
}

.pov-txn-pulse {
  font-size: 9px;
  font-weight: 700;
  color: #e6b93f;
  background: rgba(212, 175, 55, .12);
  border: 1px solid rgba(212, 175, 55, .4);
  padding: 3px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pov-txn-pulse::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e6b93f;
  box-shadow: 0 0 8px #e6b93f;
  animation: povTxnPulse 1.3s infinite;
}

@keyframes povTxnPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .2; }
}

.pov-txn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.pov-txn-side {
  padding: 10px 12px 12px;
}

.pov-txn-side + .pov-txn-side {
  border-left: 1px solid rgba(212, 175, 55, .18);
}

.pov-txn-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #c9a227;
  padding: 0 6px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pov-txn-dep .pov-txn-label span { color: #4ade80; }
.pov-txn-wd .pov-txn-label span { color: #fbbf24; }

.pov-txn-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pov-txn-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .03);
  border-left: 3px solid rgba(212, 175, 55, .5);
  animation: povTxnIn .4s ease;
}

.pov-txn-row:last-child { margin-bottom: 0; }

@keyframes povTxnIn {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}

.pov-txn-av {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
}

.pov-txn-av span {
  transform: rotate(-45deg);
}

.pov-txn-dep .pov-txn-av {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.pov-txn-wd .pov-txn-av {
  background: linear-gradient(135deg, #b8860b, #e6b93f);
  color: #1a1406;
}

.pov-txn-meta { min-width: 0; flex: 1; }

.pov-txn-id {
  font-size: 12px;
  font-weight: 700;
  color: #fef3c7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pov-txn-sub {
  font-size: 10px;
  color: #9ca3af;
  margin-top: 1px;
}

.pov-txn-amt {
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.pov-txn-dep .pov-txn-amt { color: #4ade80; }
.pov-txn-wd .pov-txn-amt { color: #fde047; }

@media (max-width: 600px) {
  .pov-txn-grid { grid-template-columns: 1fr; }
  .pov-txn-side + .pov-txn-side {
    border-left: none;
    border-top: 1px solid rgba(212, 175, 55, .18);
  }
}

/* ===== POV Amber Vault — RTP Focus Tiles ===== */

.pov-rtp {
  background:
    radial-gradient(ellipse 90% 60% at 50% -5%, rgba(212, 175, 55, .18) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 90%, rgba(139, 105, 20, .2) 0%, transparent 50%),
    linear-gradient(180deg, #0f0c04 0%, #1a1408 50%, #0a0804 100%);
  padding: 46px 0 54px;
  color: #fef3c7;
  font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
  border-top: 1px solid rgba(212, 175, 55, .3);
}

.pov-rtp .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

.pov-rtp-hd {
  text-align: center;
  margin-bottom: 28px;
}

.pov-rtp-hd h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #c8911a, #f5d77a, #e6b93f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e6b93f;
}

.pov-rtp-hd p {
  margin: 0 auto;
  max-width: 640px;
  color: #a8a29e;
  font-size: 13px;
  line-height: 1.55;
}

.pov-rtp-ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.pov-rtp-clock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(139, 105, 20, .35);
  border: 1px solid rgba(212, 175, 55, .45);
  color: #fde68a;
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.pov-rtp-clock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6b93f;
  box-shadow: 0 0 8px #e6b93f;
  animation: povRtpPulse 1.4s infinite;
}

@keyframes povRtpPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

.pov-rtp-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #c8911a, #8b6914);
  color: #fef3c7;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 14px rgba(200, 145, 26, .35);
}

.pov-rtp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, .45);
}

.pov-rtp-btn:active { transform: translateY(0); }
.pov-rtp-btn[disabled] { opacity: .55; cursor: default; }

.pov-rtp-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pov-rtp-tile {
  background: linear-gradient(165deg, #221c0c 0%, #141008 100%);
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}

.pov-rtp-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 215, 122, .5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .4), 0 0 16px rgba(212, 175, 55, .1);
}

.pov-rtp-tile.is-podium {
  border-color: rgba(245, 215, 122, .45);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, .15), 0 8px 24px rgba(212, 175, 55, .12);
}

.pov-rtp-visual {
  position: relative;
  height: 118px;
  overflow: hidden;
  background: #0f0c04;
}

.pov-rtp-tile.is-podium .pov-rtp-visual {
  height: 148px;
}

.pov-rtp-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s;
}

.pov-rtp-tile:hover .pov-rtp-visual img {
  transform: scale(1.06);
}

.pov-rtp-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
}

.pov-rtp-rank {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e6b93f, #8b6914);
  color: #1a1406;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.pov-rtp-tile.is-podium .pov-rtp-rank {
  background: linear-gradient(135deg, #fde047, #c8911a);
  font-size: 12px;
}

.pov-rtp-chip {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.pov-rtp-chip.is-gacor {
  color: #4ade80;
  background: rgba(10, 20, 12, .82);
  border: 1px solid rgba(74, 222, 128, .45);
}

.pov-rtp-chip.is-normal {
  color: #fde047;
  background: rgba(20, 18, 8, .82);
  border: 1px solid rgba(253, 224, 71, .4);
}

.pov-rtp-chip.is-low {
  color: #f87171;
  background: rgba(20, 10, 10, .82);
  border: 1px solid rgba(248, 113, 113, .45);
}

.pov-rtp-prov {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

.pov-rtp-foot {
  padding: 12px 13px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.pov-rtp-game {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fef3c7;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pov-rtp-track {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pov-rtp-track-bar {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.pov-rtp-track-bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  transition: width .85s cubic-bezier(.22, 1, .36, 1);
}

.pov-rtp-pct {
  font-size: 14px;
  font-weight: 800;
  min-width: 42px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.pov-rtp-tags {
  display: grid;
  gap: 6px;
  font-size: 10px;
}

.pov-rtp-pola {
  color: #a8a29e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(212, 175, 55, .12);
}

.pov-rtp-pola::before {
  content: "Pola: ";
  color: #78716c;
  font-weight: 600;
}

.pov-rtp-jam {
  color: #fde047;
  font-weight: 600;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(212, 175, 55, .08);
  border: 1px solid rgba(212, 175, 55, .2);
}

.pov-rtp-jam::before {
  content: "⏱ ";
  opacity: .75;
}

.pov-rtp-note {
  text-align: center;
  margin-top: 24px;
  font-size: 11px;
  color: #6b7280;
}

.pov-win {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(-130%);
  z-index: 1035;
  width: 320px;
  max-width: calc(100vw - 32px);
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 11px 34px 11px 11px;
  background: linear-gradient(155deg, #2a2210 0%, #1a1406 100%);
  border: 1px solid rgba(212, 175, 55, .5);
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .5), 0 0 20px rgba(212, 175, 55, .1);
  font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .5s;
}

.pov-win.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.pov-win-thumb {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .35);
  background: #1a1408;
}

.pov-win-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pov-win-body { min-width: 0; flex: 1; }

.pov-win-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.pov-win-badge {
  font-size: 9px;
  font-weight: 700;
  color: #4ade80;
  background: rgba(74, 222, 128, .14);
  border: 1px solid rgba(74, 222, 128, .35);
  padding: 1px 6px;
  border-radius: 999px;
  white-space: nowrap;
}

.pov-win-id {
  font-size: 11px;
  font-weight: 700;
  color: #fde047;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pov-win-game {
  font-size: 12px;
  font-weight: 700;
  color: #fef3c7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pov-win-prov {
  font-size: 10px;
  color: #a8a29e;
  margin-bottom: 2px;
}

.pov-win-amt {
  font-size: 15px;
  font-weight: 800;
  color: #f5d77a;
  letter-spacing: .3px;
}

.pov-win.is-visible .pov-win-amt {
  animation: povWinPop .6s ease;
}

@keyframes povWinPop {
  0% { transform: scale(.7); opacity: 0; }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

.pov-win-close {
  position: absolute;
  top: 5px;
  right: 8px;
  border: none;
  background: transparent;
  color: #c8911a;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 2px;
}

.pov-win-close:hover { color: #f5d77a; }

@media (max-width: 900px) {
  .pov-rtp-mosaic { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .pov-rtp-hd h2 { font-size: 22px; }
  .pov-rtp-mosaic { grid-template-columns: 1fr; }
  .pov-rtp-tile.is-podium .pov-rtp-visual { height: 130px; }
  .pov-win { width: 290px; top: 10px; }
}
