.page-betting-brand-reviews-69win-detail {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-betting-brand-reviews-69win-detail__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-betting-brand-reviews-69win-detail__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-brand-reviews-69win-detail__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-brand-reviews-69win-detail__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-betting-brand-reviews-69win-detail__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-betting-brand-reviews-69win-detail__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-betting-brand-reviews-69win-detail__section:last-of-type {
  border-bottom: none;
}

.page-betting-brand-reviews-69win-detail__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-brand-reviews-69win-detail__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-betting-brand-reviews-69win-detail__sub-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-brand-reviews-69win-detail p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #495057;
}

.page-betting-brand-reviews-69win-detail ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #495057;
}

.page-betting-brand-reviews-69win-detail ul li {
  margin-bottom: 8px;
  font-size: 1.1em;
}

.page-betting-brand-reviews-69win-detail__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-betting-brand-reviews-69win-detail__btn--primary {
  background-color: #ffc107;
  color: #0056b3;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-betting-brand-reviews-69win-detail__btn--primary:hover {
  background-color: #e0a800;
  color: #003e80;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-betting-brand-reviews-69win-detail__btn--secondary {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-betting-brand-reviews-69win-detail__btn--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}

.page-betting-brand-reviews-69win-detail__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-betting-brand-reviews-69win-detail__img-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-69win-detail__img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-brand-reviews-69win-detail__flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.page-betting-brand-reviews-69win-detail__flex-item {
  flex: 1;
  min-width: 300px;
}

.page-betting-brand-reviews-69win-detail__flex-row--reverse .page-betting-brand-reviews-69win-detail__flex-item:first-child {
  order: 2;
}

.page-betting-brand-reviews-69win-detail__flex-row--reverse .page-betting-brand-reviews-69win-detail__flex-item:last-child {
  order: 1;
}

.page-betting-brand-reviews-69win-detail__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-brand-reviews-69win-detail__game-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-brand-reviews-69win-detail__game-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-betting-brand-reviews-69win-detail__game-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-betting-brand-reviews-69win-detail__game-item .page-betting-brand-reviews-69win-detail__sub-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #007bff;
}

.page-betting-brand-reviews-69win-detail__game-item p {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-betting-brand-reviews-69win-detail__promotions ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-betting-brand-reviews-69win-detail__promotions ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-betting-brand-reviews-69win-detail__promotions ul li::before {
  content: '⭐';
  position: absolute;
  left: 0;
  color: #ffc107;
  font-size: 1.2em;
  line-height: 1;
}

.page-betting-brand-reviews-69win-detail__note {
  font-style: italic;
  color: #6c757d;
  margin-top: 20px;
  font-size: 0.95em;
}

.page-betting-brand-reviews-69win-detail__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-brand-reviews-69win-detail__step-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 5px solid #007bff;
}

.page-betting-brand-reviews-69win-detail__step-item:hover {
  transform: translateY(-5px);
}

.page-betting-brand-reviews-69win-detail__step-item .page-betting-brand-reviews-69win-detail__sub-title {
  font-size: 1.6em;
  color: #007bff;
  margin-top: 0;
}

.page-betting-brand-reviews-69win-detail__pros, .page-betting-brand-reviews-69win-detail__cons {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-betting-brand-reviews-69win-detail__pros {
  border-left: 5px solid #28a745;
}

.page-betting-brand-reviews-69win-detail__pros .page-betting-brand-reviews-69win-detail__sub-title {
  color: #28a745;
}

.page-betting-brand-reviews-69win-detail__cons {
  border-left: 5px solid #dc3545;
}

.page-betting-brand-reviews-69win-detail__cons .page-betting-brand-reviews-69win-detail__sub-title {
  color: #dc3545;
}

.page-betting-brand-reviews-69win-detail__pros ul, .page-betting-brand-reviews-69win-detail__cons ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.page-betting-brand-reviews-69win-detail__pros ul li, .page-betting-brand-reviews-69win-detail__cons ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-betting-brand-reviews-69win-detail__pros ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.page-betting-brand-reviews-69win-detail__cons ul li::before {
  content: '✖';
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
}

.page-betting-brand-reviews-69win-detail__cta-block {
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
}

.page-betting-brand-reviews-69win-detail__cta-text {
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-betting-brand-reviews-69win-detail__cta-text-large {
  font-size: 2em;
  color: #ffc107;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-betting-brand-reviews-69win-detail__faq-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-betting-brand-reviews-69win-detail__faq-question {
  font-size: 1.4em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-brand-reviews-69win-detail__faq-answer {
  font-size: 1.05em;
  color: #555;
}

@media (max-width: 992px) {
  .page-betting-brand-reviews-69win-detail__hero-title {
    font-size: 2.8em;
  }

  .page-betting-brand-reviews-69win-detail__hero-subtitle {
    font-size: 1.3em;
  }

  .page-betting-brand-reviews-69win-detail__section-title {
    font-size: 2em;
  }

  .page-betting-brand-reviews-69win-detail__sub-title {
    font-size: 1.5em;
  }

  .page-betting-brand-reviews-69win-detail__flex-row {
    flex-direction: column;
  }

  .page-betting-brand-reviews-69win-detail__flex-item {
    min-width: unset;
    width: 100%;
  }

  .page-betting-brand-reviews-69win-detail__flex-row--reverse .page-betting-brand-reviews-69win-detail__flex-item:first-child {
    order: unset;
  }
  
  .page-betting-brand-reviews-69win-detail__flex-row--reverse .page-betting-brand-reviews-69win-detail__flex-item:last-child {
    order: unset;
  }
}

@media (max-width: 768px) {
  .page-betting-brand-reviews-69win-detail__hero {
    padding: 80px 0;
  }

  .page-betting-brand-reviews-69win-detail__hero-title {
    font-size: 2.2em;
  }

  .page-betting-brand-reviews-69win-detail__hero-subtitle {
    font-size: 1.1em;
  }

  .page-betting-brand-reviews-69win-detail__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-brand-reviews-69win-detail__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-betting-brand-reviews-69win-detail__section {
    padding: 40px 0;
  }

  .page-betting-brand-reviews-69win-detail__section-title {
    font-size: 1.8em;
  }

  .page-betting-brand-reviews-69win-detail__sub-title {
    font-size: 1.3em;
  }

  .page-betting-brand-reviews-69win-detail p, .page-betting-brand-reviews-69win-detail ul li {
    font-size: 1em;
  }

  .page-betting-brand-reviews-69win-detail__game-grid, .page-betting-brand-reviews-69win-detail__guide-steps {
    grid-template-columns: 1fr;
  }

  .page-betting-brand-reviews-69win-detail__cta-text-large {
    font-size: 1.5em;
  }

  .page-betting-brand-reviews-69win-detail__faq-question {
    font-size: 1.2em;
  }
}