/* style/game-reviews-live-casino.css */
.page-game-reviews-live-casino {
  font-family: Arial, sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark backgrounds */
  background-color: #0A2342; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-reviews-live-casino__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%); /* Dark blue gradient */
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-live-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-game-reviews-live-casino__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-game-reviews-live-casino__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-game-reviews-live-casino__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
  font-weight: bold;
  line-height: 1.2;
}

.page-game-reviews-live-casino__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-game-reviews-live-casino__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-reviews-live-casino__cta-button:hover {
  background-color: #E6C200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-game-reviews-live-casino__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-game-reviews-live-casino__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-game-reviews-live-casino__section:last-of-type {
  border-bottom: none;
}

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

.page-game-reviews-live-casino__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-live-casino__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-live-casino__sub-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-game-reviews-live-casino__intro p,
.page-game-reviews-live-casino__games p,
.page-game-reviews-live-casino__dealer-experience p,
.page-game-reviews-live-casino__tech p,
.page-game-reviews-live-casino__promotions p,
.page-game-reviews-live-casino__guide p,
.page-game-reviews-live-casino__mobile p,
.page-game-reviews-live-casino__commitment p,
.page-game-reviews-live-casino__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-reviews-live-casino__keyword {
  color: #FFD700;
  font-weight: bold;
}

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

.page-game-reviews-live-casino__game-item {
  background-color: #1A3A60; /* Slightly lighter dark blue */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-live-casino__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-reviews-live-casino__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-game-reviews-live-casino__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-game-reviews-live-casino__game-item p {
  font-size: 0.95em;
  color: #B0B0B0;
  padding: 0 15px;
}

.page-game-reviews-live-casino__button-group {
  text-align: center;
  margin-top: 40px;
}

.page-game-reviews-live-casino__content-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-game-reviews-live-casino__content-with-image--reverse {
  flex-direction: row-reverse;
}

.page-game-reviews-live-casino__text-content {
  flex: 1;
  min-width: 300px;
}

.page-game-reviews-live-casino__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-game-reviews-live-casino__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-live-casino__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-game-reviews-live-casino__promo-list li {
  background-color: #1A3A60;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.05em;
  color: #F0F0F0;
  position: relative;
  padding-left: 40px;
}

.page-game-reviews-live-casino__promo-list li::before {
  content: '✔️'; /* Checkmark icon */
  position: absolute;
  left: 15px;
  color: #FFD700;
  font-size: 1.2em;
  top: 18px;
}

.page-game-reviews-live-casino__promotion-banner {
  background-color: #1A3A60;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  flex-wrap: wrap;
}

.page-game-reviews-live-casino__promotion-image {
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
}

.page-game-reviews-live-casino__promotion-text {
  flex-grow: 1;
}

.page-game-reviews-live-casino__promotion-text h3 {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-reviews-live-casino__promotion-text p {
  font-size: 1.1em;
  color: #F0F0F0;
  margin-bottom: 20px;
}

.page-game-reviews-live-casino__step-list {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.page-game-reviews-live-casino__step-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #F0F0F0;
  position: relative;
  padding-left: 30px;
}

.page-game-reviews-live-casino__step-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFD700;
  color: #0A2342;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-game-reviews-live-casino__step-list {
  counter-reset: step-counter;
}

.page-game-reviews-live-casino__step-list a {
  color: #FFD700; /* Gold for links in lists */
  text-decoration: underline;
}

.page-game-reviews-live-casino__step-list a:hover {
  color: #E6C200;
}

.page-game-reviews-live-casino__guide .page-game-reviews-live-casino__cta-button {
  margin-top: 20px;
  margin-right: 15px;
}

.page-game-reviews-live-casino__commitment-image {
  display: block;
  margin: 40px auto 0;
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-live-casino__hero-title {
    font-size: 2.8em;
  }
  .page-game-reviews-live-casino__hero-description {
    font-size: 1.1em;
  }
  .page-game-reviews-live-casino__section-title {
    font-size: 2em;
  }
  .page-game-reviews-live-casino__content-with-image {
    flex-direction: column;
  }
  .page-game-reviews-live-casino__content-with-image--reverse {
    flex-direction: column;
  }
  .page-game-reviews-live-casino__promotion-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-game-reviews-live-casino__promotion-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-live-casino__hero-section {
    padding: 60px 15px;
  }
  .page-game-reviews-live-casino__hero-title {
    font-size: 2.2em;
  }
  .page-game-reviews-live-casino__hero-description {
    font-size: 1em;
  }
  .page-game-reviews-live-casino__section {
    padding: 40px 0;
  }
  .page-game-reviews-live-casino__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-live-casino__sub-title {
    font-size: 1.5em;
  }
  .page-game-reviews-live-casino__game-grid {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-live-casino__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-live-casino__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-game-reviews-live-casino__promo-list {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-live-casino__guide .page-game-reviews-live-casino__cta-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}