.home-featured-sports-row {
  margin: 10px 0 14px;
  width: 100%;
}

.home-featured-sports-row .bm-featured-sports {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  font-family: "Outfit", Arial, Helvetica, sans-serif;
  color: rgba(var(--b-sc, 255, 255, 255), 1);
}

.home-featured-sports-row .bm-featured-sports-header {
  margin-bottom: 0;
}

.home-featured-sports-row .bm-featured-sports-header .view-title-more {
  color: rgba(var(--b-sc, 255, 255, 255), 1);
  font-weight: 700;
  letter-spacing: 0.2px;
}

.home-featured-sports-row .bm-featured-sports-content {
  position: relative;
}

.home-featured-sports-row .bm-featured-sports-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 10px;
  scrollbar-width: thin;
}

.home-featured-sports-row .bm-featured-sports-track::-webkit-scrollbar {
  height: 5px;
}

.home-featured-sports-row .bm-featured-sports-track::-webkit-scrollbar-thumb {
  background: rgba(var(--b-sc, 255, 255, 255), 0.25);
  border-radius: 4px;
}

.home-featured-sports-row .bm-featured-sports-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-featured-sports-row a.bm-featured-game-item,
.home-featured-sports-row .bm-featured-game-item {
  flex: 0 0 min(88vw, 340px);
  scroll-snap-align: start;
  height: auto;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--b-sc, 255, 255, 255), 0.18);
  border-radius: var(--border-radius-middle, 10px);
  background-color: rgba(var(--b, 3, 26, 59), 1);
  color: rgba(var(--b-sc, 255, 255, 255), 1);
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-featured-sports-row a.bm-featured-game-item:hover,
.home-featured-sports-row a.bm-featured-game-item:focus {
  border-color: rgba(var(--hero, 168, 85, 247), 0.85);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  color: rgba(var(--b-sc, 255, 255, 255), 1);
  text-decoration: none !important;
}

.home-featured-sports-row .featuredGameItemHeader {
  height: 46px;
  padding: 6px 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(var(--b-sc, 255, 255, 255), 0.06);
}

.home-featured-sports-row .featuredGameItemHeader:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(var(--b-sc, 255, 255, 255), 0.22);
}

.home-featured-sports-row .featuredGameItemHeaderContent {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin-inline-end: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-featured-sports-row .featuredGameItemSportAliasIcon {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  color: rgba(var(--b-sc, 255, 255, 255), 0.9);
}

.home-featured-sports-row .featuredGameItemFlag.flag-bc {
  flex-shrink: 0;
  width: 22px;
  height: 14px;
  margin: 0;
  display: inline-block;
  background-image: url(/assets/flags-BQeYwOcj.png?v=734);
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-featured-sports-row .featuredGameItemCompetitionName {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(var(--b-sc, 255, 255, 255), 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-featured-sports-row .featuredGameItemIsLive {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: var(--border-radius, 4px);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  background: #d6051b;
}

.home-featured-sports-row .featuredGameItemBody {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 14px 14px;
  background: rgba(var(--b-sc, 255, 255, 255), 0.04);
}

.home-featured-sports-row .featuredGameItemPlayersContainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 54px;
  margin-bottom: 2px;
}

.home-featured-sports-row .featuredGameItemPlayer {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(var(--b-sc, 255, 255, 255), 1);
}

.home-featured-sports-row .featuredGameItemPlayer.team1 {
  justify-content: flex-end;
  text-align: end;
}

.home-featured-sports-row .featuredGameItemPlayer.team2 {
  justify-content: flex-start;
  text-align: start;
}

.home-featured-sports-row .featuredGameItemPlayerName {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(var(--b-sc, 255, 255, 255), 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.home-featured-sports-row .featuredGameItemPlayerImg,
.home-featured-sports-row .bm-fs-logo-placeholder {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(var(--b-sc, 255, 255, 255), 0.08);
}

.home-featured-sports-row .bm-fs-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(var(--b-sc, 255, 255, 255), 0.85);
  border: 1px solid rgba(var(--b-sc, 255, 255, 255), 0.15);
}

.home-featured-sports-row .featuredGameItemTimeBlock {
  min-width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-featured-sports-row .featuredGameItemTime {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(var(--b-sc, 255, 255, 255), 0.8);
  white-space: nowrap;
  text-align: center;
}

.home-featured-sports-row .featuredGameItemTime .bm-fs-date {
  font-weight: 700;
  color: rgba(var(--b-sc, 255, 255, 255), 0.95);
}

.home-featured-sports-row .featuredGameItemTime .bm-fs-clock {
  color: rgba(var(--b-sc, 255, 255, 255), 0.55);
  font-weight: 500;
}

.home-featured-sports-row .bm-featured-odds.market-group-holder-bc {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  flex-shrink: 0;
}

.home-featured-sports-row .bm-featured-odds .market-group-item-bc {
  min-width: 0;
  margin: 0 !important;
}

.home-featured-sports-row .bm-featured-odds .market-bc {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 44px;
  padding: 7px 4px !important;
  border-radius: var(--border-radius, 4px);
  background: rgba(var(--b-sc, 255, 255, 255), 0.12) !important;
  color: rgba(var(--b-sc, 255, 255, 255), 1);
  transition: background 0.15s ease, color 0.15s ease;
}

.home-featured-sports-row .bm-featured-odds .market-name-bc {
  flex: unset !important;
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: rgba(var(--b-sc, 255, 255, 255), 0.7) !important;
}

.home-featured-sports-row .bm-featured-odds .market-odd-bc {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: rgba(var(--b-sc, 255, 255, 255), 1) !important;
}

.home-featured-sports-row a.bm-featured-game-item:hover .bm-featured-odds .market-bc,
.home-featured-sports-row .bm-featured-odds .market-bc:hover {
  background: rgba(var(--hero, 168, 85, 247), 1) !important;
}

.home-featured-sports-row a.bm-featured-game-item:hover .bm-featured-odds .market-name-bc,
.home-featured-sports-row a.bm-featured-game-item:hover .bm-featured-odds .market-odd-bc,
.home-featured-sports-row .bm-featured-odds .market-bc:hover .market-name-bc,
.home-featured-sports-row .bm-featured-odds .market-bc:hover .market-odd-bc {
  color: rgba(var(--hero-sc, 255, 255, 255), 1) !important;
}

@media (min-width: 992px) {
  .home-featured-sports-row .bm-featured-game-item {
    flex-basis: 360px;
  }

  .home-featured-sports-row .bm-featured-sports-track {
    gap: 14px;
  }

  .home-featured-sports-row .featuredGameItemPlayerName {
    font-size: 15px;
  }
}
