.page-game-reviews-live-casino-y {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-game-reviews-live-casino-y__hero {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.page-game-reviews-live-casino-y__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-game-reviews-live-casino-y__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
}

.page-game-reviews-live-casino-y__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-game-reviews-live-casino-y__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.page-game-reviews-live-casino-y__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-game-reviews-live-casino-y__btn--primary {
  background-color: #28a745;
  color: #fff;
}

.page-game-reviews-live-casino-y__btn--primary:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

.page-game-reviews-live-casino-y__btn--secondary {
  background-color: #007bff;
  color: #fff;
  margin-left: 15px;
}

.page-game-reviews-live-casino-y__btn--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-game-reviews-live-casino-y__btn--text {
  background: none;
  color: #007bff;
  padding: 0;
  margin-left: 0;
  text-decoration: underline;
}

.page-game-reviews-live-casino-y__btn--text:hover {
  color: #0056b3;
  transform: none;
}

.page-game-reviews-live-casino-y__btn--large {
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-game-reviews-live-casino-y__introduction,
.page-game-reviews-live-casino-y__review-details,
.page-game-reviews-live-casino-y__pros-cons,
.page-game-reviews-live-casino-y__how-to-play,
.page-game-reviews-live-casino-y__promotions,
.page-game-reviews-live-casino-y__responsible-gambling,
.page-game-reviews-live-casino-y__faq,
.page-game-reviews-live-casino-y__call-to-action {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-game-reviews-live-casino-y__introduction {
  background-color: #fff;
}

.page-game-reviews-live-casino-y__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-game-reviews-live-casino-y__introduction p,
.page-game-reviews-live-casino-y__review-details p,
.page-game-reviews-live-casino-y__how-to-play p,
.page-game-reviews-live-casino-y__promotions p,
.page-game-reviews-live-casino-y__responsible-gambling p,
.page-game-reviews-live-casino-y__faq p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-game-reviews-live-casino-y__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-live-casino-y__review-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-game-reviews-live-casino-y__item-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

.page-game-reviews-live-casino-y__review-item ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-game-reviews-live-casino-y__review-item ul li {
  background-color: #e9f7ef;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-left: 4px solid #28a745;
  border-radius: 4px;
  font-size: 1em;
  color: #333;
}

.page-game-reviews-live-casino-y__image--inline {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-game-reviews-live-casino-y__pros-cons {
  background-color: #eef7ff;
}

.page-game-reviews-live-casino-y__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .page-game-reviews-live-casino-y__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-game-reviews-live-casino-y__card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-live-casino-y__card--pros {
  border-top: 5px solid #28a745;
}

.page-game-reviews-live-casino-y__card--cons {
  border-top: 5px solid #dc3545;
}

.page-game-reviews-live-casino-y__card-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-game-reviews-live-casino-y__card--pros .page-game-reviews-live-casino-y__card-title {
  color: #28a745;
}

.page-game-reviews-live-casino-y__card--cons .page-game-reviews-live-casino-y__card-title {
  color: #dc3545;
}

.page-game-reviews-live-casino-y__card ul {
  list-style: none;
  padding: 0;
}

.page-game-reviews-live-casino-y__card ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05em;
  color: #444;
}

.page-game-reviews-live-casino-y__card--pros ul li::before {
  content: '✔';
  color: #28a745;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-game-reviews-live-casino-y__card--cons ul li::before {
  content: '✖';
  color: #dc3545;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-game-reviews-live-casino-y__how-to-play ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
}

.page-game-reviews-live-casino-y__how-to-play ol li {
  counter-increment: my-counter;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  font-size: 1.1em;
  color: #444;
}

.page-game-reviews-live-casino-y__how-to-play ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-game-reviews-live-casino-y__promotions {
  background-color: #fff;
  text-align: center;
}

.page-game-reviews-live-casino-y__promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-game-reviews-live-casino-y__promo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-game-reviews-live-casino-y__promo-item {
  background-color: #f0f8ff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #d0e8ff;
}

.page-game-reviews-live-casino-y__promo-item h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-game-reviews-live-casino-y__promo-item p {
  font-size: 1em;
  color: #555;
}

.page-game-reviews-live-casino-y__promo-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.page-game-reviews-live-casino-y__cta-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #007bff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-game-reviews-live-casino-y__responsible-gambling {
  background-color: #f9f9f9;
  text-align: center;
}

.page-game-reviews-live-casino-y__faq-item {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-game-reviews-live-casino-y__faq-question {
  font-size: 1.3em;
  color: #007bff;
  cursor: pointer;
  margin: 0;
  padding-right: 30px;
  position: relative;
}

.page-game-reviews-live-casino-y__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #28a745;
}

.page-game-reviews-live-casino-y__faq-question.active::after {
  content: '-';
}

.page-game-reviews-live-casino-y__faq-answer {
  font-size: 1em;
  color: #555;
  margin-top: 10px;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.page-game-reviews-live-casino-y__faq-answer.active {
  display: block;
}

.page-game-reviews-live-casino-y__call-to-action {
  background: linear-gradient(135deg, #0056b3, #1c7530);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-game-reviews-live-casino-y__cta-image {
  max-width: 150px;
  margin-bottom: 30px;
}

.page-game-reviews-live-casino-y__call-to-action .page-game-reviews-live-casino-y__section-title {
  color: #fff;
  font-size: 2.8em;
}

.page-game-reviews-live-casino-y__call-to-action p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-live-casino-y__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-reviews-live-casino-y__sticky-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff8400; /* Complementary color for emphasis */
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: pulse 2s infinite;
}

.page-game-reviews-live-casino-y__sticky-promo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

.page-game-reviews-live-casino-y__promo-badge {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.page-game-reviews-live-casino-y__copyright {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #777;
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .page-game-reviews-live-casino-y__hero-title {
    font-size: 2.5em;
  }
  .page-game-reviews-live-casino-y__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-live-casino-y__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-live-casino-y__btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-game-reviews-live-casino-y__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-game-reviews-live-casino-y__review-item,
  .page-game-reviews-live-casino-y__card,
  .page-game-reviews-live-casino-y__promo-item {
    padding: 20px;
  }
  .page-game-reviews-live-casino-y__item-title {
    font-size: 1.5em;
  }
  .page-game-reviews-live-casino-y__call-to-action .page-game-reviews-live-casino-y__section-title {
    font-size: 2em;
  }
  .page-game-reviews-live-casino-y__call-to-action p {
    font-size: 1em;
  }
  .page-game-reviews-live-casino-y__sticky-promo {
    bottom: 10px;
    right: 10px;
    padding: 8px 15px;
  }
  .page-game-reviews-live-casino-y__sticky-promo-link {
    font-size: 0.9em;
  }
  .page-game-reviews-live-casino-y__promo-badge {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-live-casino-y__hero-title {
    font-size: 2em;
  }
  .page-game-reviews-live-casino-y__hero-subtitle {
    font-size: 1em;
  }
  .page-game-reviews-live-casino-y__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-game-reviews-live-casino-y__cta-buttons {
    flex-direction: column;
  }
}