.amusnet-jackpots-container {
  display: flex;
  width: 100%;
}
.amusnet-golden-stroke {
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
  border-color: rgb(205, 174, 69);
}
.amusnet-label {
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgb(49, 49, 49) 50%,
    rgb(0, 0, 0) 100%
  );
  height: 46px;
  display: block;
  color: white;
  min-width: 170px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  gap: 3px;
	width: 100%;
  width: -webkit-fill-available;
  padding-inline: 4px;
  position: relative;
}
.amusnet-amount-container {
	width: 100%;
  width: -webkit-fill-available;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3pt;
  overflow: hidden;
}
.amusnet-currency-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.currency-label-border {
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgb(205, 174, 69) 50%,
    rgb(0, 0, 0) 100%
  );
}
.amusnet-label-icon {
  position: absolute;
  left: -20px;
  height: 40px;
  width: 40px;
  top: 4px;
}

.amusnet-logo-mdscreen {
  display: block;
}

.amusnet-logo-smscreen {
  display: none;
}
.amusnet-labels-container {
  flex-direction: column;
	width: 100%;
  width: -webkit-fill-available;
  padding-inline: 20px;
  gap: 30px;
}
.amusnet-col {
  flex-direction: row;
  gap: 30px;
}

@media screen and (max-width: 385px) {
  .amusnet-labels-container {
    padding-inline: 0px;
  }
  .amusnet-label-icon {
    left: 2px;
  }
  .amusnet-label {
    width: 100%;
    width: -webkit-fill-available;
  }
}

@media screen and (min-width: 386px) and (max-width: 970px) {
  .currentLevelI {
    width: 70%;
  }
  .currentLevelII {
    width: 80%;
  }
  .currentLevelIII {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .amusnet-col {
    align-items: center;
    gap: 16px;
  }
  .amusnet-labels-container {
    gap: 16px;
  }
}

@media screen and (min-width: 970px) {
  .amusnet-jackpots-container {
    flex-direction: row;
  }
  .amusnet-amount-container {
    font-size: 21px;
    letter-spacing: 1pt;
  }
  .amusnet-labels-container {
    flex-direction: row;
    gap: 30px;
  }
}

@media screen and (max-width: 1345px) {
  .amusnet-logo-mdscreen {
    display: none;
  }
  .amusnet-logo-smscreen {
    display: block;
  }
  .amusnet-col {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 970px) and (max-width: 1345px) {
  .amusnet-col.left {
    align-items: flex-end;
  }
  .amusnet-col.right {
    align-items: flex-start;
  }
  .currentLevelIII,
  .currentLevelI {
    width: 70%;
  }
}

.pragmatic-tournament {
  border-bottom: 1px solid var(--semantic-border-secondary);
}

.pragmatic-tournament-content {
  flex-direction: row;
}

@media screen and (max-width: 700px) {
  .pragmatic-tournament-content {
    flex-direction: column;
  }
}

#TournamentLeaderboart .sds-ranking {
  max-height: 350px;
}


/* Scrollbar control classes */
.scroll-horizontal-only {
  overflow-x: scroll !important;
  overflow-y: auto;
}

/* Firefox */
.scroll-horizontal-only {
  scrollbar-color: var(--semantic-background-surface-4) var(--semantic-background-surface2);
}

/* Webkit browsers (Chrome, Safari, Edge) */
.scroll-horizontal-only::-webkit-scrollbar {
  height: 8px; /* Horizontal scrollbar height */
  width: 8px;  /* Vertical scrollbar width */
}

.scroll-horizontal-only::-webkit-scrollbar-track {
  background: var(--semantic-background-surface2);
  border-radius: 4px;
}

.scroll-horizontal-only::-webkit-scrollbar-thumb {
  background-color: var(--semantic-background-surface-4);
  border-radius: 4px;
}

.scroll-horizontal-only::-webkit-scrollbar-thumb:hover {
  background-color: var(--semantic-background-surface2);
}

/* Show horizontal scrollbar, hide vertical scrollbar */
.scroll-horizontal-only::-webkit-scrollbar:horizontal {
  height: 8px;
}

.scroll-horizontal-only::-webkit-scrollbar:vertical {
  width: 0px;
  display: none;
}

/* Alternative approach - force horizontal scrollbar visibility */
.scroll-horizontal-only::-webkit-scrollbar-corner {
  background: transparent;
}

.sds-text-size-8 {
  font-size: 8px;
}