/* style/live-dealer.css */

/* BEM Naming: .page-live-dealer__element-name */

/* Base styles for the live dealer page */
.page-live-dealer {
  background-color: #08160F; /* Custom background color */
  color: #F2FFF6; /* Main text color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-live-dealer__section-title {
  font-size: clamp(2em, 4vw, 2.8em); /* H1 font size constraint */
  color: #F2FFF6; /* Main text color */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.page-live-dealer__section-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-live-dealer__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #08160F;
}