.page-index-sunwin-20-sic-bo-overview {
  --primary-color: #FFD700;
  --secondary-color: #1A1A1A;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark-1: #1A1A1A;
  --bg-light-1: #ffffff;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light backgrounds */
}

/* 🚨 Fixed header spacing for main content - desktop */
/* The video section handles its own padding-top. For the first content section, ensure it has enough space if it were the first element */
.page-index-sunwin-20-sic-bo-overview__title-section {
  padding-top: 60px; /* Adjusted to be consistent with other section paddings, assuming video section handles the very top offset */
}