.page-esports-betting-live-streaming {
  --primary-color: #0A1931;
  --secondary-color: #FFD700;
  --text-light: #F8F8F8;
  --text-dark: #333333;
  --background-dark: #0A1931;
  --background-light: #1A2E4B;
  --border-color: #2A406B;
  --card-background: #1A2E4B;
  font-family: 'Arial', sans-serif;
  color: var(--text-light);
  background-color: var(--background-dark);
}

.page-esports-betting-live-streaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-esports-betting-live-streaming__hero-section {
  background: linear-gradient(135deg, var(--primary-color), #000);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-esports-betting-live-streaming__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:esports_arena_background,m88sut_logo]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-esports-betting-live-streaming__hero-section > * {
  position: relative;
  z-index: 1;
}

.page-esports-betting-live-streaming__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--text-light);
  line-height: 1.2;
}

.page-esports-betting-live-streaming__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #B0B0B0;
}

.page-esports-betting-live-streaming__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-esports-betting-live-streaming__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-esports-betting-live-streaming__btn--primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-esports-betting-live-streaming__btn--primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
  transform: translateY(-2px);
}

.page-esports-betting-live-streaming__btn--secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-esports-betting-live-streaming__btn--secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.page-esports-betting-live-streaming__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-esports-betting-live-streaming__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-esports-betting-live-streaming__btn--action {
  background-color: #007bff;
  color: var(--text-light);
  border: none;
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-esports-betting-live-streaming__btn--action:hover {
  background-color: #0056b3;
}

.page-esports-betting-live-streaming__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-esports-betting-live-streaming__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #B0B0B0;
}

.page-esports-betting-live-streaming__featured-games,
.page-esports-betting-live-streaming__how-to-bet,
.page-esports-betting-live-streaming__why-m88sut,
.page-esports-betting-live-streaming__live-schedule,
.page-esports-betting-live-streaming__exclusive-offers,
.page-esports-betting-live-streaming__app-download,
.page-esports-betting-live-streaming__faq,
.page-esports-betting-live-streaming__cta-bottom {
  padding: 80px 0;
}

.page-esports-betting-live-streaming__featured-games {
  background-color: var(--background-light);
}

.page-esports-betting-live-streaming__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-esports-betting-live-streaming__game-card {
  background-color: var(--card-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-esports-betting-live-streaming__game-card:hover {
  transform: translateY(-5px);
}

.page-esports-betting-live-streaming__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-esports-betting-live-streaming__game-title {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-esports-betting-live-streaming__game-info {
  font-size: 0.95em;
  color: #C0C0C0;
  padding: 0 15px;
}

.page-esports-betting-live-streaming__more-games-cta {
  text-align: center;
  margin-top: 50px;
}

.page-esports-betting-live-streaming__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-esports-betting-live-streaming__step-card {
  background-color: var(--card-background);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

.page-esports-betting-live-streaming__step-icon {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 15px;
  background-color: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  border: 2px solid var(--secondary-color);
}

.page-esports-betting-live-streaming__step-title {
  font-size: 1.3em;
  color: var(--text-light);
  margin-bottom: 10px;
}

.page-esports-betting-live-streaming__step-text {
  font-size: 0.95em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-esports-betting-live-streaming__why-m88sut {
  background-color: var(--background-dark);
}

.page-esports-betting-live-streaming__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-esports-betting-live-streaming__feature-card {
  background-color: var(--card-background);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease;
}

.page-esports-betting-live-streaming__feature-card:hover {
  transform: translateY(-5px);
}

.page-esports-betting-live-streaming__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px var(--secondary-color));
}

.page-esports-betting-live-streaming__feature-title {
  font-size: 1.4em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-esports-betting-live-streaming__feature-text {
  font-size: 0.95em;
  color: #C0C0C0;
}

.page-esports-betting-live-streaming__live-schedule {
  background-color: var(--background-light);
}

.page-esports-betting-live-streaming__schedule-table {
  background-color: var(--card-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

.page-esports-betting-live-streaming__table-header,
.page-esports-betting-live-streaming__table-row {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 2fr 1fr 0.8fr;
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
  align-items: center;
}

.page-esports-betting-live-streaming__table-header {
  background-color: var(--primary-color);
  font-weight: bold;
  color: var(--secondary-color);
  font-size: 1.1em;
}

.page-esports-betting-live-streaming__table-row:nth-child(even) {
  background-color: #16263F;
}

.page-esports-betting-live-streaming__table-row:last-child {
  border-bottom: none;
}

.page-esports-betting-live-streaming__table-col {
  color: var(--text-light);
  font-size: 0.95em;
}

.page-esports-betting-live-streaming__view-all-cta {
  text-align: center;
  margin-top: 50px;
}

.page-esports-betting-live-streaming__exclusive-offers {
  background-color: var(--background-dark);
}

.page-esports-betting-live-streaming__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-esports-betting-live-streaming__offer-card {
  background-color: var(--card-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  border: 1px solid var(--border-color);
}

.page-esports-betting-live-streaming__offer-card:hover {
  transform: translateY(-5px);
}

.page-esports-betting-live-streaming__offer-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-esports-betting-live-streaming__offer-title {
  font-size: 1.4em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-esports-betting-live-streaming__offer-text {
  font-size: 0.95em;
  color: #C0C0C0;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page-esports-betting-live-streaming__app-download {
  background-color: var(--background-light);
}

.page-esports-betting-live-streaming__app-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-esports-betting-live-streaming__app-text-content {
  flex: 1;
}

.page-esports-betting-live-streaming__app-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-esports-betting-live-streaming__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-esports-betting-live-streaming__app-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-esports-betting-live-streaming__app-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: var(--text-light);
}

.page-esports-betting-live-streaming__list-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(15deg) brightness(120%) contrast(100%); /* Gold tint */
}

.page-esports-betting-live-streaming__faq {
  background-color: var(--background-dark);
}

.page-esports-betting-live-streaming__faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-esports-betting-live-streaming__accordion-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-esports-betting-live-streaming__accordion-header {
  background-color: var(--card-background);
  color: var(--secondary-color);
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-esports-betting-live-streaming__accordion-header:hover {
  background-color: #2A406B;
}

.page-esports-betting-live-streaming__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-esports-betting-live-streaming__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-esports-betting-live-streaming__accordion-content {
  padding: 0 25px;
  background-color: #16263F;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-esports-betting-live-streaming__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #C0C0C0;
  line-height: 1.6;
}

.page-esports-betting-live-streaming__cta-bottom {
  background: linear-gradient(90deg, var(--primary-color), var(--background-light));
  text-align: center;
  padding: 100px 0;
  border-top: 5px solid var(--secondary-color);
}

.page-esports-betting-live-streaming__cta-bottom .page-esports-betting-live-streaming__section-title {
  margin-bottom: 15px;
}

.page-esports-betting-live-streaming__cta-bottom .page-esports-betting-live-streaming__section-description {
  margin-bottom: 40px;
  color: #D0D0D0;
}

.highlight {
  color: var(--secondary-color);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-esports-betting-live-streaming__hero-title {
    font-size: 2.8em;
  }
  .page-esports-betting-live-streaming__section-title {
    font-size: 2em;
  }
  .page-esports-betting-live-streaming__app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-esports-betting-live-streaming__app-image-wrapper {
    margin-top: 40px;
  }
  .page-esports-betting-live-streaming__app-features {
    text-align: left;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .page-esports-betting-live-streaming__hero-title {
    font-size: 2.2em;
  }
  .page-esports-betting-live-streaming__hero-description,
  .page-esports-betting-live-streaming__section-description {
    font-size: 1em;
  }
  .page-esports-betting-live-streaming__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-esports-betting-live-streaming__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-esports-betting-live-streaming__table-header,
  .page-esports-betting-live-streaming__table-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    border-bottom: 1px solid var(--border-color);
    padding: 15px;
  }
  .page-esports-betting-live-streaming__table-header span,
  .page-esports-betting-live-streaming__table-row span {
    padding: 5px 0;
  }
  .page-esports-betting-live-streaming__table-header span:nth-child(odd),
  .page-esports-betting-live-streaming__table-row span:nth-child(odd) {
    font-weight: bold;
    color: var(--secondary-color);
  }
  .page-esports-betting-live-streaming__table-header span:nth-child(even),
  .page-esports-betting-live-streaming__table-row span:nth-child(even) {
    text-align: right;
    color: var(--text-light);
  }
  .page-esports-betting-live-streaming__table-col:nth-child(1) { grid-column: 1 / 2; } /* Time */
  .page-esports-betting-live-streaming__table-col:nth-child(2) { grid-column: 2 / 3; } /* League */
  .page-esports-betting-live-streaming__table-col:nth-child(3) { grid-column: 1 / 2; } /* Match */
  .page-esports-betting-live-streaming__table-col:nth-child(4) { grid-column: 2 / 3; } /* Odds */
  .page-esports-betting-live-streaming__table-col:nth-child(5) { grid-column: 1 / 3; text-align: center; margin-top: 10px; }
}

@media (max-width: 480px) {
  .page-esports-betting-live-streaming__hero-title {
    font-size: 1.8em;
  }
  .page-esports-betting-live-streaming__section-title {
    font-size: 1.5em;
  }
  .page-esports-betting-live-streaming__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-esports-betting-live-streaming__hero-section,
  .page-esports-betting-live-streaming__featured-games,
  .page-esports-betting-live-streaming__how-to-bet,
  .page-esports-betting-live-streaming__why-m88sut,
  .page-esports-betting-live-streaming__live-schedule,
  .page-esports-betting-live-streaming__exclusive-offers,
  .page-esports-betting-live-streaming__app-download,
  .page-esports-betting-live-streaming__faq,
  .page-esports-betting-live-streaming__cta-bottom {
    padding: 50px 0;
  }
}