.OSt8C {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--dense-bg);
  color: var(--dense-text);
  --dense-tile-radius: 0;
  --dense-pill-radius: 8px;
  --dense-gap: 4px;
  --dense-grid-aspect: 375 / 262;
  --dense-slider-fill: #353535;
}
.OSt8C *,
.OSt8C *::before,
.OSt8C *::after {
  box-sizing: border-box;
}
.OSt8C[data-premium="true"] {
  --dense-pill-radius: 2px;
  --dense-slider-fill: #347EA4;
}
.tL00B {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.Ifcy3 {
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.TNhLF {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 24px;
}
.HwKVr {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 0;
}
.mS2hh {
  margin: 0;
  min-height: 14px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pCbin {
  display: block;
  width: 100%;
  aspect-ratio: 17 / 2;
  object-fit: contain;
}
.OgRLp {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  margin: 0 -16px;
  padding: 4px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.OgRLp::-webkit-scrollbar {
  display: none;
}
.cVtbA {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0 0 0.923px #e7e7e7;
  border: none;
  border-radius: var(--dense-pill-radius);
  overflow: hidden;
  cursor: pointer;
}
.cVtbA img {
  display: block;
  width: 60px;
  height: 30px;
  object-fit: cover;
  object-position: center;
}
.OSt8C[data-dark="true"] .cVtbA {
  box-shadow: none;
}
.KAwhJ {
  box-shadow: 0 0 0 1.231px #353535, 0 4.414px 15.338px 0 rgba(0, 0, 0, 0.04), 0 5.517px 15.89px -6.621px rgba(0, 0, 0, 0.37);
}
.OSt8C[data-dark="true"] .KAwhJ {
  box-shadow: 0 0 0 2px #347ea4, 0 4px 4px 0 rgba(52, 126, 164, 0.37), 0 4.414px 15.338px 0 rgba(52, 126, 164, 0.35);
}
.elvJF {
  position: relative;
  width: calc(100% + 32px);
  margin: 0 -16px;
  overflow: hidden;
}
.M2Awg {
  display: flex;
  transition: transform 0.3s ease;
  touch-action: pan-y;
}
.uVwva {
  flex: 0 0 100%;
  width: 100%;
}
.maNoD {
  display: grid;
  width: 100%;
  gap: var(--dense-gap);
  aspect-ratio: var(--dense-grid-aspect, 375 / 262);
}
.RsQdd {
  width: 100%;
  aspect-ratio: var(--dense-grid-aspect, 375 / 262);
}
.NDzPc {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--dense-tile-radius);
  background: rgba(0, 0, 0, 0.04);
}
._4_hAa {
  height: 100%;
}
.v_u4J {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.JcFTb {
  display: flex;
  justify-content: center;
}
.FHY91 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1.2px 2px;
  border-radius: 999px;
  background: #ffffff;
  border: 1.5px solid #c4c4c4;
}
.aT55p {
  width: 3.6px;
  height: 3.6px;
  padding: 0;
  border: 1.5px solid #adadad;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.aT55p[aria-current="true"] {
  background: var(--dense-slider-fill);
  border-color: var(--dense-slider-fill);
}
.BVPnW {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.BVPnW::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: O2Udb 1.3s infinite;
}
@keyframes O2Udb {
  100% {
    transform: translateX(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .M2Awg {
    transition: none;
  }
  .BVPnW::after {
    animation: none;
  }
}

