.page-blog-sic-bo-game-strategy-tips {
  color: #FFF3E6; /* Text Main color for dark body background #0D0E12 */
  background-color: #0D0E12; /* Background color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure content doesn't stick to footer */
}

.page-blog-sic-bo-game-strategy-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-sic-bo-game-strategy-tips__hero-section {
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #0D0E12; /* Ensure background color */
}

.page-blog-sic-bo-game-strategy-tips__hero-visual {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 30px; /* Space between image and content */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-sic-bo-game-strategy-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-sic-bo-game-strategy-tips__hero-content-area {
  max-width: 900px;
  width: 100%;
  padding: 0 20px; /* Add padding for smaller screens */
  box-sizing: border-box;
  color: #FFF3E6; /* Text Main */
}

.page-blog-sic-bo-game-strategy-tips__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow for title */
}

.page-blog-sic-bo-game-strategy-tips__intro-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}