.page-blog-dd88win-live-casino-guide {
  font-family: 'Arial', sans-serif;
  color: #FFF5E1; /* Text Main */
  background: #B71C1C; /* Background */
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, assuming body has header offset */
}

.page-blog-dd88win-live-casino-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-dd88win-live-casino-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-dd88win-live-casino-guide__dark-bg {
  background: #7A0E0E; /* Deep Red for dark sections */
  color: #FFF5E1;
}

.page-blog-dd88win-live-casino-guide__light-bg {
  background: #D32F2F; /* Card BG for light sections */
  color: #FFF5E1;
}

.page-blog-dd88win-live-casino-guide__hero-section {
  padding-top: 10px; /* As per rule, small top padding */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-dd88win-live-casino-guide__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.page-blog-dd88win-live-casino-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-dd88win-live-casino-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-dd88win-live-casino-guide__main-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFCC66; /* Glow */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-dd88win-live-casino-guide__subtitle {
  font-size: 20px;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
}