@charset "UTF-8";
/* mrvegas RR colour overrides — greys (no matching palette vars) */
/* Raw Riches Jackpot Winners Box - scoped to .rr-jw-box */
/* RR colour tokens — brands override these via their entry-point SCSS */
/* megafortune: Frame-600 */
/* megafortune: Frame-200 */
/* megafortune: Frame-600 */
/* megafortune: Frame-200 */
/* videoslots: no panel bg */
/* megafortune: RR orange */
/* videoslots: flat panel bg (block-1 colour) */
/* Shared panel surface for the 3 stacked boxes (content, RR, content) */
.rr-panel {
  background: #000000;
}

.rr-panel .frame-holder {
  background: transparent;
}

.rr-jw-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 44px;
}

.rr-jw-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background: transparent;
  padding: 10px 0;
}

.rr-jw-tiles {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181818;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 660px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  padding: 24px;
}

.rr-jw-winners-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 467px;
          flex: 0 0 467px;
  width: 467px;
}

.rr-jw-tile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 100%;
}

.rr-jw-tier-image {
  display: block;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 168px;
}

.rr-jw-tile__value {
  background: #313131;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}

.rr-jw-winners {
  width: 100%;
}

.rr-jw-winners__title {
  color: #FFF;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 11px;
}

.rr-jw-winners__title b {
  font-weight: 700;
}

.rr-jw-winners__empty {
  color: #FFF;
}

.rr-jw-winners__table {
  border-collapse: collapse;
  color: #FFF;
  font-size: 14px;
  line-height: normal;
  table-layout: fixed;
  width: 100%;
}

/* Beat the global "...frame-holder table { width: 300px }" rule (specificity 1,2,1).
   Appending our class makes these 1,3,1 / 0,4,1 so width:100% wins without !important. */
.container-holder > .frame-block > .frame-holder table.rr-jw-winners__table,
#show-page-content > .frame-block > .frame-holder table.rr-jw-winners__table {
  width: 100%;
}

.rr-jw-winners__table thead tr {
  background: #181818;
  height: 31px;
}

.rr-jw-winners__table th {
  color: #FFF;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.rr-jw-winners__table th:first-child,
.rr-jw-winners__table td:first-child {
  padding-left: 10px;
  width: 97px;
}

.rr-jw-winners__table th:nth-child(2),
.rr-jw-winners__table td:nth-child(2) {
  width: 132px;
}

.rr-jw-winners__table th:nth-child(3),
.rr-jw-winners__table td:nth-child(3) {
  width: 119px;
}

.rr-jw-winners__table th:nth-child(4),
.rr-jw-winners__table td:nth-child(4) {
  width: 109px;
}

.rr-jw-winners__table tbody tr:nth-child(odd) {
  background: transparent;
}

.rr-jw-winners__table tbody tr:nth-child(even) {
  background: #313131;
}

.rr-jw-winners__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  height: 55px;
  padding: 5px 0;
  vertical-align: middle;
}

.rr-jw-winner-tier {
  display: block;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 60px;
}

@media screen and (max-width: 768px) {
  .rr-jw-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }

  .rr-jw-winners {
    background: transparent;
    padding: 16px 0;
  }

  .rr-jw-winners__title {
    font-weight: 700;
    margin-bottom: 28px;
    padding-left: 10px;
  }

  .rr-jw-winners__table {
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
  }

  .rr-jw-winners__table th:first-child,
.rr-jw-winners__table td:first-child {
    padding-left: 10px;
    width: 70px;
  }

  .rr-jw-winners__table th:nth-child(2),
.rr-jw-winners__table td:nth-child(2) {
    width: auto;
  }

  .rr-jw-winners__table th:nth-child(3),
.rr-jw-winners__table td:nth-child(3) {
    width: 75px;
  }

  .rr-jw-winners__table th:nth-child(4),
.rr-jw-winners__table td:nth-child(4) {
    text-align: right;
    padding-right: 10px;
    width: 110px;
  }

  .rr-jw-winners__table td {
    padding: 5px 0;
  }

  .rr-jw-winner-tier {
    height: 45px;
    width: 60px;
  }
}