.page-resources-sic-bo-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: #000000; /* Inherited from body */
  padding-top: 120px; /* Space for fixed header */
}

@media (max-width: 768px) {
  .page-resources-sic-bo-betting-strategy {
    padding-top: 100px; /* Space for fixed header on mobile */
  }
}

.page-resources-sic-bo-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sic-bo-betting-strategy__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #FFCC00; /* Auxiliary color for titles */
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.page-resources-sic-bo-betting-strategy__section-title--light {
  color: #FFCC00;
}

.page-resources-sic-bo-betting-strategy__text-block {
  font-size: 16px;
  margin-bottom: 20px;
  color: #f0f0f0; /* Light text on dark background */
}

.page-resources-sic-bo-betting-strategy__text-block--light {
  color: #f0f0f0; /* Ensure light text on dark sections */
}

.page-resources-sic-bo-betting-strategy__text-block a {
  color: #FFCC00; /* Link color */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-sic-bo-betting-strategy__text-block a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-resources-sic-bo-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: #0d0d0d;
}

.page-resources-sic-bo-betting-strategy__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-sic-bo-betting-strategy__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-sic-bo-betting-strategy__hero-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sic-bo-betting-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-sic-bo-betting-strategy__main-title {
  font-size: 42px;
  color: #FFCC00; /* Auxiliary color for main title */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-sic-bo-betting-strategy__hero-description {
  font-size: 18px;
  color: #f8f8f8;
  margin-bottom: 30px;
}

.page-resources-sic-bo-betting-strategy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #FFCC00, #FFA500); /* Gold gradient */
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-sic-bo-betting-strategy__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFD700);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-sic-bo-betting-strategy__cta-button--dark {
  background: linear-gradient(135deg, #336699, #224466); /* Dark blue gradient */
  color: #ffffff;
}

.page-resources-sic-bo-betting-strategy__cta-button--dark:hover {
  background: linear-gradient(135deg, #224466, #336699);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Sections */
.page-resources-sic-bo-betting-strategy__introduction-section,
.page-resources-sic-bo-betting-strategy__strategies-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Darker background for content sections */
  color: #f0f0f0;
}

.page-resources-sic-bo-betting-strategy__tips-section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Even darker background */
  color: #f0f0f0;
}

.page-resources-sic-bo-betting-strategy__light-bg {
  background-color: #1a1a1a; /* Light background for contrast against dark body */
  color: #f0f0f0;
}

.page-resources-sic-bo-betting-strategy__dark-bg {
  background-color: #0d0d0d; /* Dark background */
  color: #f0f0f0;
}

/* Strategy Cards */
.page-resources-sic-bo-betting-strategy__strategy-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-sic-bo-betting-strategy__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sic-bo-betting-strategy__strategy-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
  max-height: 300px;
}

.page-resources-sic-bo-betting-strategy__strategy-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC00; /* Auxiliary color for strategy titles */
  margin-bottom: 15px;
}

.page-resources-sic-bo-betting-strategy__strategy-description {
  font-size: 16px;
  color: #f0f0f0;
}

/* Tips List */
.page-resources-sic-bo-betting-strategy__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-sic-bo-betting-strategy__tip-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-resources-sic-bo-betting-strategy__tip-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFCC00; /* Auxiliary color for tip titles */
  margin-bottom: 10px;
}

.page-resources-sic-bo-betting-strategy__tip-description {
  font-size: 16px;
  color: #f0f0f0;
}

.page-resources-sic-bo-betting-strategy__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-resources-sic-bo-betting-strategy__faq-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Light background for contrast */
}

.page-resources-sic-bo-betting-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  color: #f0f0f0; /* Light text */
}

.page-resources-sic-bo-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-sic-bo-betting-strategy__faq-item.active .page-resources-sic-bo-betting-strategy__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #2a2a2a;
  border-radius: 0 0 5px 5px;
}

.page-resources-sic-bo-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #336699; /* Main brand color for question background */
  border: 1px solid #224466;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff; /* White text on dark blue background */
}

.page-resources-sic-bo-betting-strategy__faq-question:hover {
  background: #224466;
  border-color: #112233;
}

.page-resources-sic-bo-betting-strategy__faq-question:active {
  background: #112233;
}

.page-resources-sic-bo-betting-strategy__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff;
}

.page-resources-sic-bo-betting-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-sic-bo-betting-strategy__faq-item.active .page-resources-sic-bo-betting-strategy__faq-toggle {
  color: #FFCC00; /* Auxiliary color when active */
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sic-bo-betting-strategy__main-title {
    font-size: 36px;
  }
  .page-resources-sic-bo-betting-strategy__hero-description {
    font-size: 16px;
  }
  .page-resources-sic-bo-betting-strategy__section-title {
    font-size: 28px;
  }
  .page-resources-sic-bo-betting-strategy__strategy-title {
    font-size: 22px;
  }
  .page-resources-sic-bo-betting-strategy__tip-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-resources-sic-bo-betting-strategy__hero-section {
    padding: 40px 15px;
  }
  .page-resources-sic-bo-betting-strategy__hero-content {
    padding: 20px;
  }
  .page-resources-sic-bo-betting-strategy__main-title {
    font-size: 30px;
  }
  .page-resources-sic-bo-betting-strategy__hero-description {
    font-size: 15px;
  }
  .page-resources-sic-bo-betting-strategy__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
  }
  .page-resources-sic-bo-betting-strategy__introduction-section,
  .page-resources-sic-bo-betting-strategy__strategies-section,
  .page-resources-sic-bo-betting-strategy__tips-section,
  .page-resources-sic-bo-betting-strategy__faq-section {
    padding: 30px 0;
  }
  .page-resources-sic-bo-betting-strategy__container {
    padding: 15px;
  }
  .page-resources-sic-bo-betting-strategy__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-resources-sic-bo-betting-strategy__text-block {
    font-size: 15px;
  }
  .page-resources-sic-bo-betting-strategy__strategy-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-resources-sic-bo-betting-strategy__strategy-title {
    font-size: 20px;
  }
  .page-resources-sic-bo-betting-strategy__strategy-description {
    font-size: 15px;
  }
  .page-resources-sic-bo-betting-strategy__tip-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .page-resources-sic-bo-betbo-betting-strategy__tip-title {
    font-size: 17px;
  }
  .page-resources-sic-bo-betting-strategy__tip-description {
    font-size: 15px;
  }
  .page-resources-sic-bo-betting-strategy__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-sic-bo-betting-strategy__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-sic-bo-betting-strategy__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-sic-bo-betting-strategy__faq-answer {
    padding: 0 15px;
  }
  .page-resources-sic-bo-betting-strategy__faq-item.active .page-resources-sic-bo-betting-strategy__faq-answer {
    padding: 15px !important;
  }
}