.page-blog-in-depth-sic-bo-odds-and-gameplay {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--background-color, #FFFFFF);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(135deg, #26A9E0, #1a8ccf);
  color: #FFFFFF;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 4vw, 48px);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__intro-text {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button:hover {
  background: #d46c06;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button--primary {
  background: #26A9E0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button--primary:hover {
  background: #1a8ccf;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button--secondary {
  background: #EA7C07;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button--secondary:hover {
  background: #d46c06;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area {
  padding: 60px 0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__section-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__subsection-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area p,
.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area li {
  font-size: 17px;
  margin-bottom: 15px;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area ul {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area a.page-blog-in-depth-sic-bo-odds-and-gameplay__inline-link {
  color: #26A9E0;
  text-decoration: underline;
  font-weight: 600;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__content-area a.page-blog-in-depth-sic-bo-odds-and-gameplay__inline-link:hover {
  color: #1a8ccf;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__dark-bg .page-blog-in-depth-sic-bo-odds-and-gameplay__section-title,
.page-blog-in-depth-sic-bo-odds-and-gameplay__dark-bg .page-blog-in-depth-sic-bo-odds-and-gameplay__subsection-title {
  color: #FFFFFF;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__dark-bg .page-blog-in-depth-sic-bo-odds-and-gameplay__inline-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__dark-bg .page-blog-in-depth-sic-bo-odds-and-gameplay__inline-link:hover {
  color: #f0f0f0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__image-wrapper {
  margin: 30px auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-section {
  padding: 60px 0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-list {
  margin-top: 40px;
}

details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item summary.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item summary.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item summary.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}

details[open] .page-blog-in-depth-sic-bo-odds-and-gameplay__faq-toggle {
  transform: rotate(45deg);
}

details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item .page-blog-in-depth-sic-bo-odds-and-gameplay__faq-answer {
  padding: 0 20px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 5px 5px;
  color: #f0f0f0;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-answer p {
  font-size: 16px;
}

.page-blog-in-depth-sic-bo-odds-and-gameplay__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-in-depth-sic-bo-odds-and-gameplay__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__intro-text {
    font-size: 16px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__content-area {
    padding: 40px 0;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__section-title {
    font-size: clamp(22px, 6vw, 32px);
    margin-bottom: 25px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__subsection-title {
    font-size: clamp(18px, 4.5vw, 24px);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__content-area p,
  .page-blog-in-depth-sic-bo-odds-and-gameplay__content-area li {
    font-size: 16px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__image-wrapper {
    margin: 20px auto;
  }

  details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item summary.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-question {
    padding: 15px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__faq-qtext {
    font-size: 16px;
  }

  .page-blog-in-depth-sic-bo-odds-and-gameplay__faq-toggle {
    font-size: 20px;
    width: 24px;
  }

  details.page-blog-in-depth-sic-bo-odds-and-gameplay__faq-item .page-blog-in-depth-sic-bo-odds-and-gameplay__faq-answer {
    padding: 0 15px 15px;
  }
}