.page-resources-fun88-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css #1a1a2e */
}

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

.page-resources-fun88-sports-betting-guide__dark-bg {
  background-color: #017439; /* Primary brand color for sections */
  color: #ffffff;
}

.page-resources-fun88-sports-betting-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-fun88-sports-betting-guide__hero-section {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 600px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-resources-fun88-sports-betting-guide__hero-section .page-resources-fun88-sports-betting-guide__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-fun88-sports-betting-guide__hero-content {
  flex: 1;
  max-width: 55%;
}

.page-resources-fun88-sports-betting-guide__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-fun88-sports-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-fun88-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.page-resources-fun88-sports-betting-guide__btn-primary,
.page-resources-fun88-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fun88-sports-betting-guide__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-fun88-sports-betting-guide__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-fun88-sports-betting-guide__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-fun88-sports-betting-guide__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-fun88-sports-betting-guide__hero-image-wrapper {
  flex: 1;
  text-align: right;
}

.page-resources-fun88-sports-betting-guide__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-sports-betting-guide__section-title {
  font-size: 2.5em;
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-fun88-sports-betting-guide__introduction-section,
.page-resources-fun88-sports-betting-guide__advantages-section,
.page-resources-fun88-sports-betting-guide__guide-section,
.page-resources-fun88-sports-betting-guide__betting-types-section,
.page-resources-fun88-sports-betting-guide__strategies-section,
.page-resources-fun88-sports-betting-guide__promotions-section,
.page-resources-fun88-sports-betting-guide__mobile-app-section,
.page-resources-fun88-sports-betting-guide__responsible-gambling-section,
.page-resources-fun88-sports-betting-guide__faq-section,
.page-resources-fun88-sports-betting-guide__conclusion-section {
  padding: 80px 0;
}

.page-resources-fun88-sports-betting-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-resources-fun88-sports-betting-guide__features-grid,
.page-resources-fun88-sports-betting-guide__steps-grid,
.page-resources-fun88-sports-betting-guide__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-fun88-sports-betting-guide__card {
  background-color: #ffffff; /* Cards have a light background */
  color: #333333; /* Dark text for light card background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.page-resources-fun88-sports-betting-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-fun88-sports-betting-guide__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #017439;
}

.page-resources-fun88-sports-betting-guide__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-fun88-sports-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-sports-betting-guide__promo-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.page-resources-fun88-sports-betting-guide__promo-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.page-resources-fun88-sports-betting-guide__promo-item::before {
  content: '✔';
  color: #FFFF00;
  margin-right: 10px;
  font-weight: bold;
}

/* FAQ Section */
.page-resources-fun88-sports-betting-guide__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-fun88-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-fun88-sports-betting-guide__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-fun88-sports-betting-guide__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #017439;
}

.page-resources-fun88-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-fun88-sports-betting-guide__faq-item.active .page-resources-fun88-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-fun88-sports-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
  background-color: #ffffff;
}

.page-resources-fun88-sports-betting-guide__faq-item.active .page-resources-fun88-sports-betting-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-fun88-sports-betting-guide__faq-answer p {
  margin: 0;
  color: #333333;
}

.page-resources-fun88-sports-betting-guide__conclusion-section .page-resources-fun88-sports-betting-guide__cta-buttons {
  justify-content: center;
}

/* Ensure all images adhere to min-size */
.page-resources-fun88-sports-betting-guide img {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-fun88-sports-betting-guide__main-title {
    font-size: 3em;
  }

  .page-resources-fun88-sports-betting-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-fun88-sports-betting-guide__section-title {
    font-size: 2em;
  }

  .page-resources-fun88-sports-betting-guide__hero-section .page-resources-fun88-sports-betting-guide__container {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-fun88-sports-betting-guide__hero-content {
    max-width: 100%;
  }

  .page-resources-fun88-sports-betting-guide__hero-image-wrapper {
    text-align: center;
    margin-top: 30px;
  }

  .page-resources-fun88-sports-betting-guide__cta-buttons {
    justify-content: center;
  }

  .page-resources-fun88-sports-betting-guide__card {
    padding: 25px;
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .page-resources-fun88-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-fun88-sports-betting-guide__container {
    padding: 0 15px !important; /* Ensure padding for mobile containers */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  /* HERO 主图区域 */
  .page-resources-fun88-sports-betting-guide__hero-section {
    padding-top: 0; /* Assuming shared.css handles body padding-top */
    min-height: auto;
  }

  .page-resources-fun88-sports-betting-guide__main-title {
    font-size: 2em !important;
    margin-bottom: 15px;
  }

  .page-resources-fun88-sports-betting-guide__hero-description {
    font-size: 1em !important;
    margin-bottom: 20px;
  }

  .page-resources-fun88-sports-betting-guide__hero-content {
    padding-top: 20px;
  }

  /* 产品展示图区域 (features-grid, steps-grid, tips-grid) */
  .page-resources-fun88-sports-betting-guide__features-grid,
  .page-resources-fun88-sports-betting-guide__steps-grid,
  .page-resources-fun88-sports-betting-guide__tips-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-resources-fun88-sports-betting-guide__card {
    padding: 20px !important;
    min-height: auto !important;
  }

  .page-resources-fun88-sports-betting-guide__card-title {
    font-size: 1.3em !important;
  }

  /* 通用图片与容器 */
  .page-resources-fun88-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-fun88-sports-betting-guide__section,
  .page-resources-fun88-sports-betting-guide__card,
  .page-resources-fun88-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* 按钮与按钮容器 */
  .page-resources-fun88-sports-betting-guide__cta-button,
  .page-resources-fun88-sports-betting-guide__btn-primary,
  .page-resources-fun88-sports-betting-guide__btn-secondary,
  .page-resources-fun88-sports-betting-guide a[class*="button"],
  .page-resources-fun88-sports-betting-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px; /* Add some space between stacked buttons */
  }

  .page-resources-fun88-sports-betting-guide__cta-buttons,
  .page-resources-fun88-sports-betting-guide__button-group,
  .page-resources-fun88-sports-betting-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    flex-direction: column !important; /* Stack buttons vertically */
  }

  /* Other content modules */
  .page-resources-fun88-sports-betting-guide__introduction-section,
  .page-resources-fun88-sports-betting-guide__advantages-section,
  .page-resources-fun88-sports-betting-guide__guide-section,
  .page-resources-fun88-sports-betting-guide__betting-types-section,
  .page-resources-fun88-sports-betting-guide__strategies-section,
  .page-resources-fun88-sports-betting-guide__promotions-section,
  .page-resources-fun88-sports-betting-guide__mobile-app-section,
  .page-resources-fun88-sports-betting-guide__responsible-gambling-section,
  .page-resources-fun88-sports-betting-guide__faq-section,
  .page-resources-fun88-sports-betting-guide__conclusion-section {
    padding: 40px 0 !important;
  }

  .page-resources-fun88-sports-betting-guide__section-title {
    font-size: 1.8em !important;
    margin-bottom: 30px !important;
  }

  .page-resources-fun88-sports-betting-guide__text-block {
    font-size: 1em !important;
  }

  .page-resources-fun88-sports-betting-guide__faq-question {
    padding: 15px !important;
    font-size: 1.1em !important;
  }

  .page-resources-fun88-sports-betting-guide__faq-question h3 {
    font-size: 1.1em !important;
  }

  .page-resources-fun88-sports-betting-guide__faq-answer {
    padding: 15px !important;
  }

  .page-resources-fun88-sports-betting-guide__promo-item {
    font-size: 1em !important;
    padding: 10px 15px !important;
  }
}