/**
 * Phase 30 — StreamLumi live-first home carousel rows.
 */

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows {
  display: grid !important;
  gap: 22px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #fff !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-section-head {
  display: none !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-row {
  gap: 10px !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-row-title h3 {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.sl-streamlumi-home-active .sl-lumi-home-live-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  background: rgba(139, 92, 246, 0.14) !important;
  color: #a78bfa !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-row-title a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-row-title a:hover {
  color: #fff !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-has-controls .sl-home-cam-navs {
  display: flex !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-strip {
  grid-auto-columns: minmax(240px, 260px) !important;
  gap: 10px !important;
  padding-bottom: 2px !important;
}

body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-card {
  border: none !important;
  background: transparent !important;
}

body.sl-streamlumi-home-active .sl-home-grid-title h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.sl-streamlumi-home-active .sl-home-grid-title span {
  color: #a78bfa !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows {
    gap: 18px !important;
    margin-bottom: 16px !important;
  }

  body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-row-title h3 {
    font-size: 15px !important;
  }

  body.sl-streamlumi-home-active .sl-home-cam-sections.sl-streamlumi-home-rows .sl-home-cam-card.sl-model-card-compact {
    flex: 0 0 calc((100vw - 48px) / 1.35) !important;
    min-width: calc((100vw - 48px) / 1.35) !important;
    width: calc((100vw - 48px) / 1.35) !important;
    max-width: calc((100vw - 48px) / 1.35) !important;
  }
}
