/* style/blog-king88-sports-betting-guide.css */

/* Base styles for the page content, considering body background #1a1a2e (dark) */
.page-blog-king88-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Inherit from body for main content area */
}

.page-blog-king88-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-king88-sports-betting-guide__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-king88-sports-betting-guide__sub-title {
  font-size: clamp(22px, 3vw, 30px);
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-king88-sports-betting-guide__text-block {
  font-size: 16px;
  margin-bottom: 20px;
  color: #f0f0f0; /* Slightly off-white for better readability on dark backgrounds */
}

.page-blog-king88-sports-betting-guide__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #f0f0f0;
}

.page-blog-king88-sports-betting-guide__list-item {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Hero Section */
.page-blog-king88-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.page-blog-king88-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-blog-king88-sports-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  padding: 30px;
  border-radius: 10px;
  max-width: 900px;
  color: #ffffff;
}

.page-blog-king88-sports-betting-guide__main-title {
  font-size: clamp(32px, 5vw, 56px);
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.page-blog-king88-sports-betting-guide__description {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Buttons */
.page-blog-king88-sports-betting-guide__btn-primary,
.page-blog-king88-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons are responsive */
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-king88-sports-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
  margin: 10px;
}

.page-blog-king88-sports-betting-guide__btn-primary:hover {
  background-color: #1f8ac2;
  border-color: #1f8ac2;
}

.page-blog-king88-sports-betting-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin: 10px;
}

.page-blog-king88-sports-betting-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

/* Section backgrounds */
.page-blog-king88-sports-betting-guide__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-blog-king88-sports-betting-guide__light-bg {
  background-color: #0d0d1e;
  color: #f0f0f0;
}

/* Grid for registration cards */
.page-blog-king88-sports-betting-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Cards */
.page-blog-king88-sports-betting-guide__card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white on dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
}

.page-blog-king88-sports-betting-guide__card-title {
  font-size: 24px;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-king88-sports-betting-guide__card-image,
.page-blog-king88-sports-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}

.page-blog-king88-sports-betting-guide__card .page-blog-king88-sports-betting-guide__btn-primary {
  margin-top: 20px;
}

/* FAQ Section */
.page-blog-king88-sports-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-king88-sports-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-king88-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-king88-sports-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-king88-sports-betting-guide__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-king88-sports-betting-guide__faq-item[open] .page-blog-king88-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-king88-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #f0f0f0;
}

.page-blog-king88-sports-betting-guide__faq-answer p {
  margin-bottom: 0;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-king88-sports-betting-guide__hero-section {
    padding: 40px 15px;
  }

  .page-blog-king88-sports-betting-guide__hero-content {
    padding: 20px;
  }

  .page-blog-king88-sports-betting-guide__main-title {
    font-size: 32px;
  }

  .page-blog-king88-sports-betting-guide__description {
    font-size: 16px;
  }

  .page-blog-king88-sports-betting-guide__btn-primary,
  .page-blog-king88-sports-betting-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 16px;
    margin: 8px 0;
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-king88-sports-betting-guide__container {
    padding: 0 15px;
  }

  .page-blog-king88-sports-betting-guide__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-blog-king88-sports-betting-guide__sub-title {
    font-size: 20px;
  }

  .page-blog-king88-sports-betting-guide__text-block,
  .page-blog-king88-sports-betting-guide__list-item,
  .page-blog-king88-sports-betting-guide__faq-answer p {
    font-size: 15px;
  }

  .page-blog-king88-sports-betting-guide__card {
    padding: 20px;
  }

  .page-blog-king88-sports-betting-guide__card-title {
    font-size: 20px;
  }

  .page-blog-king88-sports-betting-guide img,
  .page-blog-king88-sports-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-king88-sports-betting-guide__hero-section,
  .page-blog-king88-sports-betting-guide__introduction-section,
  .page-blog-king88-sports-betting-guide__registration-section,
  .page-blog-king88-sports-betting-guide__sports-variety-section,
  .page-blog-king88-sports-betting-guide__strategy-section,
  .page-blog-king88-sports-betting-guide__safety-section,
  .page-blog-king88-sports-betting-guide__transactions-section,
  .page-blog-king88-sports-betting-guide__support-section,
  .page-blog-king88-sports-betting-guide__conclusion-section,
  .page-blog-king88-sports-betting-guide__faq-section,
  .page-blog-king88-sports-betting-guide__video-section,
  .page-blog-king88-sports-betting-guide__video-container,
  .page-blog-king88-sports-betting-guide__video-wrapper,
  .page-blog-king88-sports-betting-guide__cta-buttons,
  .page-blog-king88-sports-betting-guide__button-group,
  .page-blog-king88-sports-betting-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-king88-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-king88-sports-betting-guide__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

@media (max-width: 480px) {
  .page-blog-king88-sports-betting-guide__main-title {
    font-size: 28px;
  }
  .page-blog-king88-sports-betting-guide__section-title {
    font-size: 22px;
  }
  .page-blog-king88-sports-betting-guide__sub-title {
    font-size: 18px;
  }
  .page-blog-king88-sports-betting-guide__faq-question {
    font-size: 16px;
  }
}