/* style/blog-explore-s8bet-live-casino.css */
.page-blog-explore-s8bet-live-casino {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-explore-s8bet-live-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-explore-s8bet-live-casino__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-explore-s8bet-live-casino__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-explore-s8bet-live-casino__highlight-text {
  color: #57E38D;
  font-weight: bold;
}

.page-blog-explore-s8bet-live-casino__link {
  color: #2AD16F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-explore-s8bet-live-casino__link:hover {
  color: #57E38D;
  text-decoration: underline;
}

/* Hero Section */
.page-blog-explore-s8bet-live-casino__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles --header-offset, so small padding-top here */
  position: relative;
  overflow: hidden;
}

.page-blog-explore-s8bet-live-casino__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for aesthetic */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-explore-s8bet-live-casino__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-explore-s8bet-live-casino__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px 0;
  max-width: 900px;
  margin-top: -100px; /* Pull content up slightly over image */
  background-color: rgba(8, 22, 15, 0.8); /* Semi-transparent background for text readability */
  border-radius: 10px;
  padding: 30px;
}

.page-blog-explore-s8bet-live-casino__hero-title {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.page-blog-explore-s8bet-live-casino__hero-description {
  font-size: 1.3em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-explore-s8bet-live-casino__hero-cta-buttons,
.page-blog-explore-s8bet-live-casino__cta-buttons-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-explore-s8bet-live-casino__btn-primary,
.page-blog-explore-s8bet-live-casino__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-s8bet-live-casino__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-explore-s8bet-live-casino__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-explore-s8bet-live-casino__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-explore-s8bet-live-casino__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #57E38D;
  border-color: #57E38D;
  transform: translateY(-2px);
}

/* General Sections */
.page-blog-explore-s8bet-live-casino__introduction-section,
.page-blog-explore-s8bet-live-casino__features-section,
.page-blog-explore-s8bet-live-casino__games-section,
.page-blog-explore-s8bet-live-casino__guide-section,
.page-blog-explore-s8bet-live-casino__promotions-section,
.page-blog-explore-s8bet-live-casino__mobile-section,
.page-blog-explore-s8bet-live-casino__security-section,
.page-blog-explore-s8bet-live-casino__video-section,
.page-blog-explore-s8bet-live-casino__faq-section,
.page-blog-explore-s8bet-live-casino__conclusion-section {
  padding: 60px 0;
}

.page-blog-explore-s8bet-live-casino__features-section,
.page-blog-explore-s8bet-live-casino__games-section,
.page-blog-explore-s8bet-live-casino__guide-section {
  background-color: #11271B;
}

.page-blog-explore-s8bet-live-casino__feature-grid,
.page-blog-explore-s8bet-live-casino__game-cards-grid,
.page-blog-explore-s8bet-live-casino__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-explore-s8bet-live-casino__feature-card,
.page-blog-explore-s8bet-live-casino__game-card,
.page-blog-explore-s8bet-live-casino__step-card {
  background-color: #0A4B2C;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-s8bet-live-casino__card-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-blog-explore-s8bet-live-casino__card-description {
  color: #A7D9B8;
  font-size: 1em;
}

.page-blog-explore-s8bet-live-casino__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
  object-fit: cover;
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-explore-s8bet-live-casino__promo-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
  color: #F2FFF6;
  font-size: 1.1em;
}

.page-blog-explore-s8bet-live-casino__promo-list li {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-explore-s8bet-live-casino__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Video Section */
.page-blog-explore-s8bet-live-casino__video-section {
  background-color: #08160F;
}

.page-blog-explore-s8bet-live-casino__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin: 0 auto;
}

.page-blog-explore-s8bet-live-casino__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
}

.page-blog-explore-s8bet-live-casino__video-link-overlay {
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2; /* To make it clickable over video controls */
  cursor: pointer;
}

/* FAQ Section */
.page-blog-explore-s8bet-live-casino__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-explore-s8bet-live-casino__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-explore-s8bet-live-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2em;
  color: #F2FFF6;
  background-color: #0A4B2C;
  user-select: none;
}

.page-blog-explore-s8bet-live-casino__faq-question::marker,
.page-blog-explore-s8bet-live-casino__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-explore-s8bet-live-casino__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-explore-s8bet-live-casino__faq-answer {
  padding: 15px 25px;
  background-color: #11271B;
  color: #A7D9B8;
  font-size: 1.05em;
  border-top: 1px solid #1E3A2A;
}

/* Conclusion Section */
.page-blog-explore-s8bet-live-casino__conclusion-section {
  text-align: center;
  background-color: #0A4B2C;
}

.page-blog-explore-s8bet-live-casino__cta-buttons-bottom {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-explore-s8bet-live-casino__hero-title {
    font-size: 2.8em;
  }
  .page-blog-explore-s8bet-live-casino__hero-description {
    font-size: 1.1em;
  }
  .page-blog-explore-s8bet-live-casino__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-explore-s8bet-live-casino__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-explore-s8bet-live-casino__hero-image-wrapper {
    max-height: 300px;
  }
  .page-blog-explore-s8bet-live-casino__hero-content {
    margin-top: -60px;
    padding: 20px;
  }
  .page-blog-explore-s8bet-live-casino__hero-title {
    font-size: 2.2em;
  }
  .page-blog-explore-s8bet-live-casino__hero-description {
    font-size: 1em;
  }
  .page-blog-explore-s8bet-live-casino__hero-cta-buttons,
  .page-blog-explore-s8bet-live-casino__cta-buttons-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-explore-s8bet-live-casino__btn-primary,
  .page-blog-explore-s8bet-live-casino__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* General content areas */
  .page-blog-explore-s8bet-live-casino__introduction-section,
  .page-blog-explore-s8bet-live-casino__features-section,
  .page-blog-explore-s8bet-live-casino__games-section,
  .page-blog-explore-s8bet-live-casino__guide-section,
  .page-blog-explore-s8bet-live-casino__promotions-section,
  .page-blog-explore-s8bet-live-casino__mobile-section,
  .page-blog-explore-s8bet-live-casino__security-section,
  .page-blog-explore-s8bet-live-casino__video-section,
  .page-blog-explore-s8bet-live-casino__faq-section,
  .page-blog-explore-s8bet-live-casino__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-explore-s8bet-live-casino__container {
    padding: 0 15px;
  }
  .page-blog-explore-s8bet-live-casino__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-explore-s8bet-live-casino__text-block {
    font-size: 1em;
  }
  .page-blog-explore-s8bet-live-casino__feature-grid,
  .page-blog-explore-s8bet-live-casino__game-cards-grid,
  .page-blog-explore-s8bet-live-casino__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-explore-s8bet-live-casino__feature-card,
  .page-blog-explore-s8bet-live-casino__game-card,
  .page-blog-explore-s8bet-live-casino__step-card {
    padding: 20px;
  }
  .page-blog-explore-s8bet-live-casino__card-title {
    font-size: 1.3em;
  }
  .page-blog-explore-s8bet-live-casino__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-explore-s8bet-live-casino__video-wrapper {
    padding-bottom: 56.25% !important; /* Ensure aspect ratio */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-explore-s8bet-live-casino__video-section {
    padding-top: 10px !important;
  }
  .page-blog-explore-s8bet-live-casino__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-explore-s8bet-live-casino__faq-answer {
    padding: 10px 20px;
  }
}