.page-betting-types-live-casino-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-betting-types-live-casino-games .highlight {
  color: #003366;
}

.page-betting-types-live-casino-games__hero {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #fff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-betting-types-live-casino-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-types-live-casino-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-betting-types-live-casino-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-types-live-casino-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-types-live-casino-games__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-types-live-casino-games__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-betting-types-live-casino-games__hero-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.page-betting-types-live-casino-games__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-betting-types-live-casino-games__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-betting-types-live-casino-games__section-title {
  font-size: 2.8em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-types-live-casino-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #FFCC00;
  border-radius: 3px;
}

.page-betting-types-live-casino-games__introduction p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 15px;
  color: #444;
}

.page-betting-types-live-casino-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-betting-types-live-casino-games__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-types-live-casino-games__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-betting-types-live-casino-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFCC00;
}

.page-betting-types-live-casino-games__game-title {
  font-size: 1.8em;
  color: #003366;
  margin: 25px 15px 15px;
}

.page-betting-types-live-casino-games__game-description {
  font-size: 1em;
  color: #555;
  padding: 0 20px;
  margin-bottom: 25px;
  text-align: justify;
}

.page-betting-types-live-casino-games__game-button {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-betting-types-live-casino-games__game-button:hover {
  background-color: #004d99;
}

.page-betting-types-live-casino-games__why-choose {
  background-color: #eef4f8;
}

.page-betting-types-live-casino-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-betting-types-live-casino-games__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-betting-types-live-casino-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-betting-types-live-casino-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

.page-betting-types-live-casino-games__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-betting-types-live-casino-games__feature-item p {
  font-size: 1em;
  color: #555;
  text-align: justify;
}

.page-betting-types-live-casino-games__small-cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-betting-types-live-casino-games__small-cta-button:hover {
  background-color: #e6b800;
}

.page-betting-types-live-casino-games__tips ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-betting-types-live-casino-games__tip-list li {
  background-color: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 5px solid #FFCC00;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #444;
}

.page-betting-types-live-casino-games__tip-list li strong {
  color: #003366;
}

.page-betting-types-live-casino-games__cta-banner {
  background-color: #003366;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-betting-types-live-casino-games__cta-banner p {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-betting-types-live-casino-games__registration-guide ol {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin-top: 30px;
}

.page-betting-types-live-casino-games__step-list li {
  counter-increment: step-counter;
  background-color: #fff;
  padding: 25px 30px 25px 70px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  font-size: 1.1em;
  color: #444;
  transition: background-color 0.3s ease;
}

.page-betting-types-live-casino-games__step-list li:hover {
  background-color: #f0f7ff;
}

.page-betting-types-live-casino-games__step-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFCC00;
  color: #003366;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-betting-types-live-casino-games__promotions {
  background-color: #eef4f8;
}

.page-betting-types-live-casino-games__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-betting-types-live-casino-games__promo-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-types-live-casino-games__promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-betting-types-live-casino-games__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid #003366;
}

.page-betting-types-live-casino-games__promo-title {
  font-size: 1.6em;
  color: #003366;
  margin: 20px 15px 10px;
}

.page-betting-types-live-casino-games__promo-item p {
  font-size: 1em;
  color: #555;
  padding: 0 20px 30px;
  text-align: justify;
}

.page-betting-types-live-casino-games__faq-items {
  margin-top: 30px;
}

.page-betting-types-live-casino-games__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.page-betting-types-live-casino-games__faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-betting-types-live-casino-games__faq-question {
  font-size: 1.2em;
  color: #003366;
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

.page-betting-types-live-casino-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  color: #FFCC00;
}

.page-betting-types-live-casino-games__faq-question.active::after {
  content: '-';
}

.page-betting-types-live-casino-games__faq-answer {
  font-size: 1em;
  color: #555;
  padding: 0 25px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-betting-types-live-casino-games__faq-answer.show {
  max-height: 200px; /* Adjust based on content */
  padding-top: 15px;
}

.page-betting-types-live-casino-games__call-to-action-final {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  border-radius: 15px;
  margin-bottom: 60px;
}

.page-betting-types-live-casino-games__call-to-action-final .page-betting-types-live-casino-games__section-title {
  color: #FFCC00;
  margin-bottom: 30px;
}

.page-betting-types-live-casino-games__call-to-action-final .page-betting-types-live-casino-games__section-title::after {
  background-color: #fff;
}

.page-betting-types-live-casino-games__call-to-action-final p {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-types-live-casino-games__cta-button--large {
  padding: 18px 45px;
  font-size: 1.3em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-types-live-casino-games__hero-title {
    font-size: 2.8em;
  }
  .page-betting-types-live-casino-games__hero-description {
    font-size: 1.1em;
  }
  .page-betting-types-live-casino-games__section-title {
    font-size: 2.2em;
  }
  .page-betting-types-live-casino-games__game-title {
    font-size: 1.6em;
  }
  .page-betting-types-live-casino-games__feature-title {
    font-size: 1.3em;
  }
  .page-betting-types-live-casino-games__cta-banner p,
  .page-betting-types-live-casino-games__call-to-action-final p {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-betting-types-live-casino-games__hero {
    padding: 60px 15px;
  }
  .page-betting-types-live-casino-games__hero-title {
    font-size: 2.2em;
  }
  .page-betting-types-live-casino-games__hero-description {
    font-size: 1em;
  }
  .page-betting-types-live-casino-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-types-live-casino-games__section {
    padding: 40px 15px;
  }
  .page-betting-types-live-casino-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-betting-types-live-casino-games__game-grid,
  .page-betting-types-live-casino-games__feature-grid,
  .page-betting-types-live-casino-games__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-types-live-casino-games__game-image {
    height: 180px;
  }
  .page-betting-types-live-casino-games__tip-list li,
  .page-betting-types-live-casino-games__step-list li {
    font-size: 1em;
    padding: 20px 20px 20px 60px;
  }
  .page-betting-types-live-casino-games__step-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1em;
    left: 20px;
  }
  .page-betting-types-live-casino-games__cta-banner p,
  .page-betting-types-live-casino-games__call-to-action-final p {
    font-size: 1em;
  }
  .page-betting-types-live-casino-games__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-betting-types-live-casino-games__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-betting-types-live-casino-games__faq-question::after {
    right: 20px;
  }
  .page-betting-types-live-casino-games__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-betting-types-live-casino-games__hero-title {
    font-size: 1.8em;
  }
  .page-betting-types-live-casino-games__hero-description {
    font-size: 0.9em;
  }
  .page-betting-types-live-casino-games__section-title {
    font-size: 1.5em;
  }
  .page-betting-types-live-casino-games__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}