.rush-wagers__list {
  width: 95.5%;
  margin: 0 auto;
  padding: 4px;
  border-radius: 12px;
  background: #2c2608;
}

.rush-wager {
  position: relative;
  overflow: hidden;
  min-height: 638px;
  padding: 14px 22px 12px;
  border: 1px solid #c5af61;
  border-radius: 10px;
  background:
    radial-gradient(circle at 52% 0%, rgba(255, 190, 23, 0.45), transparent 13%),
    linear-gradient(118deg, transparent 0 12%, rgba(255, 170, 0, 0.72) 12.3%, transparent 13% 61%, rgba(255, 170, 0, 0.55) 61.3%, transparent 62%),
    linear-gradient(168deg, rgba(255, 190, 29, 0.2), transparent 18%),
    #020302;
  color: #fff;
  font-family: AdjaraBold, Arial, sans-serif;
}

.rush-wager::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(255, 182, 0, 0.34) 18.3%, transparent 19%),
    repeating-linear-gradient(120deg, rgba(255, 188, 0, 0.16) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(60deg, rgba(255, 188, 0, 0.08) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.rush-wager > * {
  position: relative;
  z-index: 1;
}

.rush-wager__hero {
  min-height: 215px;
  text-align: center;
}

.rush-wager__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffe06a;
  font-family: PantonMtav3-ExtraBold, AdjaraBold, Arial, sans-serif;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 3px 0 #8c5f04, 0 0 18px rgba(255, 213, 66, 0.7);
}

.rush-wager__bolt {
  font-style: normal;
}

.rush-wager__subtitle {
  margin-top: 8px;
  font-size: 17px;
  font-style: italic;
}

.rush-wager__timer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
}

.rush-wager__timer b {
  margin-top: 10px;
  color: #d6c07b;
  font-size: 30px;
}

.rush-wager__timeBox {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.rush-wager__timeBox span {
  display: grid;
  width: 64px;
  height: 60px;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #fff2a3;
  background: linear-gradient(180deg, #fff3a5 0%, #ffd026 58%, #d49408 100%);
  color: #111;
  font-family: monospace;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 18px rgba(255, 217, 69, 0.55);
}

.rush-wager__timeBox small {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.rush-wager__sections {
  display: grid;
  gap: 28px;
}

.rush-progress {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.rush-progress__head {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 42px;
}

.rush-progress__head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #d7cb9b;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.rush-progress__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: center / contain no-repeat;
}

.rush-progress__icon--slots {
  background-image: url("../img/rush-wager/rush-slot-icon.svg");
}

.rush-progress__icon--sports {
  background-image: url("../img/sport-icon-yellow.svg");
}

.rush-progress__speed {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid #e1c05f;
  border-radius: 18px;
  background: #070707;
  color: #fff1b1;
  font-size: 15px;
  font-style: italic;
}

.rush-progress__speed strong {
  color: #ffe15f;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(255, 216, 50, 0.8);
}

.rush-progress__boost {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff3bd;
  font-size: 18px;
  display: none;
}

.rush-progress__boost span {
  color: #d8cda8;
  text-decoration: line-through;
}

.rush-progress__boost strong {
  color: #ffd23d;
  font-size: 20px;
}

.rush-progress__viewport {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.rush-progress__body {
  position: relative;
  min-width: 0;
}

.rush-progress__railFrame {
  display: none;
}

.rush-progress__trackWrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 6px 0 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.rush-progress__trackWrap::after {
  /* content: ""; */
  position: absolute;
  z-index: 5;
  top: 26px;
  right: 0;
  width: 22px;
  height: 28px;
  pointer-events: none;
  border: 2px solid #d6c57c;
  border-left: 0;
  border-radius: 0 19px 19px 0;
  background:
    linear-gradient(90deg, rgba(16, 23, 19, 0) 0, #101713 42%, #101713 100%);
  box-shadow: inset -4px 3px 6px rgba(0, 0, 0, 0.35), 0 0 8px rgba(214, 197, 124, 0.2);
}

.rush-progress__trackWrap::-webkit-scrollbar {
  display: none;
}

.rush-progress__labels,
.rush-progress__rewards {
  display: grid;
  grid-template-columns: repeat(var(--rush-steps, 10), 1fr);
  width: 100%;
  min-width: calc(var(--rush-steps, 10) * 130px);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.rush-progress__labels span,
.rush-progress__rewards span {
  text-align: left;
}

.rush-progress__labels span:not(:first-child),
.rush-progress__rewards span:not(:first-child) {
  text-align: center;
}

.rush-progress__track {
  position: relative;
  width: 100%;
  min-width: calc(var(--rush-steps, 10) * 130px);
  height: 28px;
  margin: 10px 0 5px;
  border: 2px solid #d6c57c;
  border-radius: 19px;
  background: #101713;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.rush-progress__fill {
  position: absolute;
  inset: 2px auto 2px 2px;
  min-width: 0;
  max-width: calc(100% - 4px);
  border-radius: 18px;
  background: linear-gradient(90deg, #ffad13 0%, #ffe46f 54%, #fff7c1 100%);
  box-shadow: 0 0 14px rgba(255, 208, 42, 0.8);
  transition: width 0.35s ease;
  z-index: 1;
}

.rush-progress__fill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(150deg, transparent 0 18px, rgba(255, 255, 255, 0.4) 19px, transparent 22px);
  opacity: 0.7;
}

.rush-progress__value {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 6px;
  transform: translateY(-50%);
  border-radius: 13px;
  /* background: linear-gradient(180deg, #fff7b3, #f4c330); */
  color: #101010;
  font-size: 15px;
  white-space: nowrap;
}

.rush-progress__value [data-rush-value] {
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
}

.rush-progress__rewards {
  color: #fff;
}

.rush-progress__rewards i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  vertical-align: -2px;
  border-radius: 50%;
  background: url("../img/totalAM-icon.svg") center / contain no-repeat;
}

.rush-progress__nav {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: url("../img/yellow-arrow.webp") center / contain no-repeat;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.rush-progress__nav::before {
  content: none;
}

.rush-progress__nav:disabled {
  cursor: default;
  opacity: 0.82;
  filter: grayscale(1) brightness(0.75);
}

.rush-progress__nav--prev {
  justify-self: end;
  transform: rotate(180deg);
}

.rush-progress__nav--next {
  justify-self: start;
}

.rush-wager__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px 4px 0;
}

.rush-wager__footerBox {
  width: auto;
  gap: 16px;
  padding: 0;
}

.rush-wager__circle {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background-color: #4E5557;
}

.rush-wager__circle img {
  width: 18px;
  height: 18px;
}

.rush-wager__spins {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 186px;
  height: 43px;
  padding: 0 13px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ffbd1f, #fff3b4);
  color: #111;
  font-size: 16px;
}

.rush-wager__spins span,
.rush-wager__spins .spin__amount {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-shadow: none;
}

.rush-wager__spins span:first-child {
  position: relative;
  padding-left: 20px;
}

.rush-wager__spins span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url("../img/frespinicon.webp") center / contain no-repeat;
}

.rush-wager__tabs {
  display: flex;
  gap: 10px;
}

.rush-wager__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 148px;
  height: 43px;
  border-radius: 4px;
  background: #d1c185;
  color: #101010;
  font-size: 20px;
  text-decoration: none;
}

.rush-wager__tab::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: rotate(45deg);
}

.rush-wager__tabIcon {
  width: 20px;
  height: 20px;
  background: center / contain no-repeat;
}

.rush-wager__tabIcon--slots {
  background-image: url("../img/rush-slot-icon-black.svg");
}

.rush-wager__tabIcon--sports {
  background-image: url("../img/rush-wager/rush-sport-icon.png");
}

.rush-wager__note {
  margin: 18px 0 0;
  color: #8a8a8a;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rush-wagers__list {
    width: 91.467vw;
    padding: 1.067vw;
    border-radius: 1.6vw;
  }

  .rush-wager {
    min-height: 165vw;
    padding: 3.2vw 2.667vw 2.667vw;
    border-radius: 1.333vw;
  }

  .rush-wager__hero {
    min-height: 45vw;
  }

  .rush-wager__title {
    gap: 1.6vw;
    font-size: 10.8vw;
  }

  .rush-wager__subtitle {
    margin-top: 1.333vw;
    font-size: 4.2vw;
  }

  .rush-wager__timer {
    gap: 2.4vw;
    margin-top: 4.8vw;
  }

  .rush-wager__timer b {
    margin-top: 1.6vw;
    font-size: 7vw;
  }

  .rush-wager__timeBox {
    gap: 1.6vw;
  }

  .rush-wager__timeBox span {
    width: 13.333vw;
    height: 12.8vw;
    border-radius: 2.133vw;
    font-size: 8vw;
  }

  .rush-wager__timeBox small {
    font-size: 2.4vw;
  }

  .rush-wager__sections {
    gap: 8vw;
  }

  .rush-progress {
    padding-bottom: 6vw;
  }

  .rush-progress__head {
    grid-template-columns: auto auto;
    gap: 2.4vw;
  }

  .rush-progress__head h3 {
    gap: 1.867vw;
    font-size: 4.533vw;
  }

  .rush-progress__icon {
    width: 4.8vw;
    height: 4.8vw;
  }

  .rush-progress__speed {
    height: 7.733vw;
    padding: 0 2.4vw;
    border-radius: 4vw;
    gap: 1.333vw;
    font-size: 3.467vw;
    margin-right: 24vw;
  }

  .rush-progress__boost {
    grid-column: 1 / -1;
    justify-self: center;
    font-size: 3.2vw;
  }

  .rush-progress__boost strong {
    font-size: 4vw;
  }

  .rush-progress__viewport {
    display: grid;
    grid-template-columns: 7.8vw minmax(0, 1fr) 7.8vw;
    align-items: center;
    gap: 1.067vw;
    margin-top: 2.2vw;
  }

  .rush-progress__railFrame {
    display: none;
  }

  .rush-progress__nav {
    display: block;
    width: 5.867vw;
    height: 5.867vw;
    padding: 0vw;
    margin-left: 0vw;
  }

  .rush-progress__nav::before {
    content: none;
  }

  .rush-progress__trackWrap {
    overflow-x: auto;
    padding: 0 1.333vw 0 0;
    width: 100%;
    scrollbar-width: none;
  }

  .rush-progress__trackWrap::-webkit-scrollbar {
    display: none;
  }

  .rush-progress__trackWrap::after {
    top: 6.55vw;
    width: 5.867vw;
    height: 8.533vw;
    border-width: 0.533vw;
    border-radius: 0 4.8vw 4.8vw 0;
  }

  .rush-progress__labels,
  .rush-progress__rewards {
    width: calc(var(--rush-steps, 10) * 17vw);
    min-width: 88vw;
    font-size: 3.467vw;
  }

  .rush-progress__track {
    width: calc(var(--rush-steps, 10) * 17vw);
    min-width: 88vw;
    height: 8.533vw;
    margin: 2.4vw 0 1.333vw;
    border-width: 0.533vw;
    border-radius: 4.8vw;
  }

  .rush-progress__fill {
    inset: 0.533vw auto 0.533vw 0.533vw;
    width: 55px;
    min-width: 0;
    max-width: calc(100% - 1.066vw);
    border-radius: 4.8vw;
  }

  .rush-progress__value {
    right: -1vw;
    height: 7vw;
    padding: 0 1.2vw;
    border-radius: 3.467vw;
    font-size: 3.2vw;
  }

  .rush-progress__rewards i {
    width: 3.467vw;
    height: 3.467vw;
  }

  .rush-wager__footer {
    display: block;
    padding: 6.667vw 0 0;
  }

  .rush-wager__footerBox {
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }

  .rush-wager__circle {
    width: 8.533vw;
    height: 8.533vw;
  }

  .rush-wager__circle img {
    width: 4.8vw;
    height: 4.8vw;
  }

  .rush-wager__spins {
    min-width: 49.6vw;
    height: 11.467vw;
    padding: 0 3.467vw;
    gap: 8vw;
    font-size: 3.733vw;
  }

  .rush-wager__spins span:first-child {
    padding-left: 5.333vw;
  }

  .rush-wager__spins span:first-child::before {
    width: 4.533vw;
    height: 4.533vw;
  }

  .rush-wager__tabs {
    gap: 2.667vw;
    margin-top: 3.2vw;
  }

  .rush-wager__tab {
    flex: 1;
    gap: 2.133vw;
    width: auto;
    height: 11.733vw;
    font-size: 4.533vw;
  }

  .rush-wager__tab::after {
    width: 2.667vw;
    height: 2.667vw;
  }

  .rush-wager__tabIcon {
    width: 5.333vw;
    height: 5.333vw;
  }

  .rush-wager__note {
    margin-top: 4vw;
    font-size: 2.133vw;
    text-align: left;
  }
}

@media screen and (min-width: 941px) {
  .rush-wagers__list {
    width: 910px;
    max-width: 910px;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rush-wagers__list {
    width: 91.4vw;
    max-width: 91.4vw;
    margin-bottom: 5vw;
  }
}
