.page-casino-live-dealer {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #121212, so light text */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-casino-live-dealer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

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

.page-casino-live-dealer__dark-bg {
  background-color: #1a1a1a; /* Slightly darker than body for section distinction */
}

.page-casino-live-dealer__light-bg {
  background-color: #f8f9fa;
  color: #333333; /* Light background, so dark text */
}

.page-casino-live-dealer__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffc107; /* Accent color for titles */
}

.page-casino-live-dealer__section-title--dark-text {
  color: #007bff; /* Primary color for titles on light background */
}

.page-casino-live-dealer__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-casino-live-dealer__section-description--dark-text {
  color: #555555;
}

/* Hero Section */
.page-casino-live-dealer__hero-section {
  position: relative;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}