/* Special Layout - Jogo Especiais Slider */
._special-layout_19h04_45 {
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  position: relative;
}
._special-layout_19h04_45 ._special-header_19h04 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
._special-layout_19h04_45 ._special-header_19h04 ._special-title_19h04 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
._special-slider-wrap_19h04 {
  width: 100%;
  overflow: hidden;
}
._special-slider-track_19h04 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 0.35s ease;
  will-change: transform;
}
._special-slide-page_19h04 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  gap: 6px;
  padding: 0 4px;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}
._special-game-card_19h04 {
  flex: 0 0 auto;
  width: 92px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.15s ease;
  background: rgba(0,0,0,0.15);
}
._special-game-card_19h04:active {
  transform: scale(0.95);
}
._special-game-card_19h04 img {
  width: 92px;
  height: 122px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
._special-game-card_19h04 ._special-game-name_19h04 {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 4px 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
}
._special-dots_19h04 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px 0 6px;
}
._special-dot_19h04 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: all 0.25s ease;
  cursor: pointer;
}
._special-dot_19h04._active_19h04 {
  width: 18px;
  border-radius: 3px;
  background: #fff;
}
