/* V130 — Fishing + Slots + CO Selection home rows */

#co-jl-home-rows {
  padding: 0 0 0.24rem;
}

#co-jl-home-rows .co-jl-row {
  margin-bottom: 0.4rem;
}

#co-jl-home-rows .lobby-item__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.16rem;
  height: 0.64rem;
  margin-bottom: 0.28rem;
}

#co-jl-home-rows .lobby-item__title {
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--text_color_L1, #fff);
  font-size: 0.4rem;
  font-weight: 600;
  white-space: nowrap;
}

#co-jl-home-rows .lobby-item__more {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.05333rem;
  height: 0.56rem;
  padding: 0 0.22rem;
  border-radius: 0.16rem;
  border: 0.02667rem solid rgba(36, 238, 137, 0.35);
  background: linear-gradient(180deg, #232626, #323738);
  color: var(--main-color, #24ee89);
  font-size: 0.29333rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

#co-jl-home-rows .lobby-item__arrow {
  font-style: normal;
  font-size: 0.32rem;
  line-height: 1;
}

#co-jl-home-rows .co-jl-sel-head {
  background: #c5f3d9;
  border-radius: 0.16rem;
  padding: 0 0.2rem;
  height: 0.72rem;
  margin-bottom: 0.28rem;
}

#co-jl-home-rows .co-jl-sel-title span {
  color: #1b3d2c;
  font-weight: 700;
}

#co-jl-home-rows .co-jl-sel-head .lobby-item__more {
  border-color: transparent;
  background: #fff;
  color: #1b3d2c;
}

.co-jl-swipe {
  overflow: hidden;
  touch-action: pan-y;
}

.co-jl-track {
  display: flex;
  width: 100%;
  transition: transform 0.28s ease;
  will-change: transform;
}

.co-jl-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.21333rem;
}

.co-jl-page--sel {
  grid-template-rows: repeat(2, auto);
}

.co-jl-card {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.co-jl-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 11 / 15;
  border-radius: 0.21333rem;
  overflow: hidden;
  background: #1a2220;
}

.co-jl-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.co-jl-card__name {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text_color_L1, #fff);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.co-jl-card__tag {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
}

#home .lobby > *:not(#co-jl-home-rows):has(.lobby-item__title img[src*="icon_Fishing"]),
#home .lobby > *:not(#co-jl-home-rows):has(.lobby-item__title img[src*="icon_Slot"]),
#home .lobby > *:not(#co-jl-home-rows):has(.lobby-item__title img[src*="icon_Electronic"]) {
  display: none !important;
}
