.page-game-guides-live-casino-play {
  font-family: Arial, sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #0A2463; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-guides-live-casino-play h1, 
.page-game-guides-live-casino-play h2, 
.page-game-guides-live-casino-play h3, 
.page-game-guides-live-casino-play h4 {
  color: #FFD700; /* Gold for headings */
  margin-bottom: 15px;
  text-align: center;
}

.page-game-guides-live-casino-play h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-game-guides-live-casino-play h2 {
  font-size: 2.2em;
  padding-top: 40px;
  margin-bottom: 30px;
}

.page-game-guides-live-casino-play h3 {
  font-size: 1.8em;
  color: #F0F0F0; /* Slightly lighter for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-game-guides-live-casino-play h4 {
  font-size: 1.4em;
  color: #FFD700; /* Gold for deeper sub-headings */
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.page-game-guides-live-casino-play p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-game-guides-live-casino-play ul {
  list-style: disc inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-game-guides-live-casino-play li {
  margin-bottom: 8px;
}

.page-game-guides-live-casino-play__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-game-guides-live-casino-play__section--dark {
  background-color: #0A2463; /* Ensure consistency for dark sections */
  color: #E0E0E0;
}

.page-game-guides-live-casino-play__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2463 0%, #1A3A70 100%); /* Dark blue gradient */
  color: #E0E0E0;
  text-align: center;
  gap: 30px;
}

.page-game-guides-live-casino-play__hero-content {
  max-width: 800px;
}

.page-game-guides-live-casino-play__hero-image {
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-game-guides-live-casino-play__img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-game-guides-live-casino-play__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  font-size: 1.1em;
  text-align: center;
}

.page-game-guides-live-casino-play__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-game-guides-live-casino-play__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-guides-live-casino-play__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-game-guides-live-casino-play__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-3px);
}

.page-game-guides-live-casino-play__btn--hero {
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold */
  border: 2px solid #FFD700;
  padding: 18px 35px;
  font-size: 1.2em;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-game-guides-live-casino-play__btn--hero:hover {
  background-color: #e6c200;
  transform: scale(1.05);
}

.page-game-guides-live-casino-play__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-live-casino-play__grid-item {
  background-color: #1A3A70; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
}

.page-game-guides-live-casino-play__grid-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-game-guides-live-casino-play__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-game-guides-live-casino-play__game-guide {
  background-color: #1A3A70; /* Darker background for game guides */
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFD700;
}

.page-game-guides-live-casino-play__game-guide h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 25px;
  color: #FFD700;
}

.page-game-guides-live-casino-play__game-guide h4 {
  font-size: 1.6em;
  color: #E0E0E0;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-game-guides-live-casino-play__game-guide p, 
.page-game-guides-live-casino-play__game-guide ul {
  color: #C0C0C0; /* Lighter text for readability */
}

.page-game-guides-live-casino-play__img-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-live-casino-play__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #0A2463; /* Dark blue background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-live-casino-play__cta-bottom--dark {
  background-color: #1A3A70; /* Slightly lighter dark blue for variety */
}

.page-game-guides-live-casino-play__cta-bottom p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #FFD700; /* Gold for strong call to action text */
}

.page-game-guides-live-casino-play__faq {
  margin-top: 40px;
}

.page-game-guides-live-casino-play__faq-item {
  background-color: #1A3A70;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-game-guides-live-casino-play__faq-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 0;
  text-align: left;
}

.page-game-guides-live-casino-play__faq-item p {
  color: #C0C0C0;
  margin-top: 10px;
  text-align: left;
}

.page-game-guides-live-casino-play__final-cta {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%); /* Gold gradient */
  padding: 80px 20px;
  text-align: center;
  color: #0A2463; /* Dark blue text on gold */
  border-radius: 15px;
  margin: 60px auto;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-game-guides-live-casino-play__final-cta h2 {
  color: #0A2463;
  font-size: 2.5em;
}

.page-game-guides-live-casino-play__final-cta p {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-live-casino-play__hero {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-game-guides-live-casino-play h1 {
    font-size: 2.2em;
  }

  .page-game-guides-live-casino-play h2 {
    font-size: 1.8em;
  }

  .page-game-guides-live-casino-play h3 {
    font-size: 1.4em;
  }

  .page-game-guides-live-casino-play__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-live-casino-play__btn--hero {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-guides-live-casino-play__grid {
    grid-template-columns: 1fr;
  }

  .page-game-guides-live-casino-play__section {
    padding: 40px 15px;
  }

  .page-game-guides-live-casino-play__cta-bottom p {
    font-size: 1.1em;
  }

  .page-game-guides-live-casino-play__final-cta {
    padding: 50px 15px;
  }

  .page-game-guides-live-casino-play__final-cta h2 {
    font-size: 2em;
  }

  .page-game-guides-live-casino-play__final-cta p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-live-casino-play h1 {
    font-size: 1.8em;
  }

  .page-game-guides-live-casino-play h2 {
    font-size: 1.5em;
  }

  .page-game-guides-live-casino-play__btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-game-guides-live-casino-play__final-cta h2 {
    font-size: 1.8em;
  }

  .page-game-guides-live-casino-play__final-cta p {
    font-size: 1em;
  }
}