.page-game-rules-live-casino-rules {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for text on dark background */
  line-height: 1.6;
  background-color: #0A0A0A;
}

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

.page-game-rules-live-casino-rules__hero-section {
  background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%);
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-game-rules-live-casino-rules__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-game-rules-live-casino-rules__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-rules-live-casino-rules__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-rules-live-casino-rules__hero-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-game-rules-live-casino-rules__hero-btn:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
}

.page-game-rules-live-casino-rules__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-game-rules-live-casino-rules__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

.page-game-rules-live-casino-rules__content-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-game-rules-live-casino-rules__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333333;
}

.page-game-rules-live-casino-rules__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-game-rules-live-casino-rules__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

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

.page-game-rules-live-casino-rules__rule-item {
  background-color: #1A1A1A;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-game-rules-live-casino-rules__rule-heading {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-rules-live-casino-rules__game-rules-section {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-rules-live-casino-rules__game-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 25px;
  text-align: center;
}

.page-game-rules-live-casino-rules__game-layout {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.page-game-rules-live-casino-rules__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-game-rules-live-casino-rules__game-description {
  flex: 1;
}

.page-game-rules-live-casino-rules__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-rules-live-casino-rules__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-rules-live-casino-rules__list-item strong {
  color: #FFD700;
}

.page-game-rules-live-casino-rules__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-game-rules-live-casino-rules__faq-container {
  margin-top: 40px;
}

.page-game-rules-live-casino-rules__faq-item {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-rules-live-casino-rules__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #222222;
  transition: background-color 0.3s ease;
}

.page-game-rules-live-casino-rules__faq-question:hover {
  background-color: #2C2C2C;
}

.page-game-rules-live-casino-rules__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-game-rules-live-casino-rules__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(45deg);
}

.page-game-rules-live-casino-rules__faq-answer {
  font-size: 1.1em;
  color: #E0E0E0;
  padding: 0 20px 20px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-game-rules-live-casino-rules__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-game-rules-live-casino-rules__call-to-action {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #1A1A1A;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-game-rules-live-casino-rules__call-to-action .page-game-rules-live-casino-rules__paragraph {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.page-game-rules-live-casino-rules__btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-game-rules-live-casino-rules__btn--primary {
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-game-rules-live-casino-rules__btn--primary:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-rules-live-casino-rules__hero-title {
    font-size: 2.5em;
  }
  .page-game-rules-live-casino-rules__section-title {
    font-size: 2em;
  }
  .page-game-rules-live-casino-rules__game-layout {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-game-rules-live-casino-rules__hero-section {
    padding: 60px 15px;
  }
  .page-game-rules-live-casino-rules__hero-title {
    font-size: 2em;
  }
  .page-game-rules-live-casino-rules__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-rules-live-casino-rules__section-title {
    font-size: 1.8em;
  }
  .page-game-rules-live-casino-rules__sub-title {
    font-size: 1.5em;
  }
  .page-game-rules-live-casino-rules__paragraph,
  .page-game-rules-live-casino-rules__list-item,
  .page-game-rules-live-casino-rules__faq-question,
  .page-game-rules-live-casino-rules__faq-answer {
    font-size: 1em;
  }
  .page-game-rules-live-casino-rules__rule-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-game-rules-live-casino-rules__hero-section {
    padding: 40px 10px;
  }
  .page-game-rules-live-casino-rules__hero-title {
    font-size: 1.8em;
  }
  .page-game-rules-live-casino-rules__hero-subtitle {
    font-size: 1em;
  }
  .page-game-rules-live-casino-rules__hero-btn,
  .page-game-rules-live-casino-rules__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-rules-live-casino-rules__section-title {
    font-size: 1.5em;
  }
  .page-game-rules-live-casino-rules__game-title {
    font-size: 1.6em;
  }
  .page-game-rules-live-casino-rules__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-game-rules-live-casino-rules__faq-question::after {
    font-size: 1.2em;
    right: 15px;
  }
}