.page-game-reviews-doudizhu-detailed-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-reviews-doudizhu-detailed-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-doudizhu-detailed-review__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom: 5px solid #ffc107;
}

.page-game-reviews-doudizhu-detailed-review__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-doudizhu-detailed-review__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-game-reviews-doudizhu-detailed-review__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-doudizhu-detailed-review__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-game-reviews-doudizhu-detailed-review__subsection-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-game-reviews-doudizhu-detailed-review__content-section {
  padding: 40px 0;
}

.page-game-reviews-doudizhu-detailed-review__article p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #495057;
}

.page-game-reviews-doudizhu-detailed-review__list,
.page-game-reviews-doudizhu-detailed-review__ordered-list {
  margin-bottom: 1em;
  padding-left: 25px;
  font-size: 1.1em;
  color: #495057;
}

.page-game-reviews-doudizhu-detailed-review__list li,
.page-game-reviews-doudizhu-detailed-review__ordered-list li {
  margin-bottom: 0.5em;
}

.page-game-reviews-doudizhu-detailed-review__list ul {
  padding-left: 20px;
  margin-top: 0.5em;
}

.page-game-reviews-doudizhu-detailed-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-doudizhu-detailed-review__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-doudizhu-detailed-review__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  width: 40%;
}

.page-game-reviews-doudizhu-detailed-review__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  width: 40%;
}

.page-game-reviews-doudizhu-detailed-review__article::after {
  content: "";
  display: table;
  clear: both;
}

.page-game-reviews-doudizhu-detailed-review__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #0056b3;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-doudizhu-detailed-review__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-game-reviews-doudizhu-detailed-review__cta-button--primary {
  background-color: #007bff;
  color: #fff;
}

.page-game-reviews-doudizhu-detailed-review__cta-button--primary:hover {
  background-color: #0056b3;
}

.page-game-reviews-doudizhu-detailed-review__cta-button--secondary {
  background-color: #ffc107;
  color: #0056b3;
}

.page-game-reviews-doudizhu-detailed-review__cta-button--secondary:hover {
  background-color: #e0a800;
}

.page-game-reviews-doudizhu-detailed-review__text-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-game-reviews-doudizhu-detailed-review .highlight {
  color: #ffc107; /* For hero section text */
}

.page-game-reviews-doudizhu-detailed-review__hero-section .highlight {
  color: #ffc107;
}

/* Ensure contrast for highlighted text in main content if background is light */
.page-game-reviews-doudizhu-detailed-review__article .highlight {
  color: #0056b3;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-reviews-doudizhu-detailed-review__hero-title {
    font-size: 2.8em;
  }
  .page-game-reviews-doudizhu-detailed-review__hero-subtitle {
    font-size: 1.3em;
  }
  .page-game-reviews-doudizhu-detailed-review__section-title {
    font-size: 2em;
  }
  .page-game-reviews-doudizhu-detailed-review__subsection-title {
    font-size: 1.5em;
  }
  .page-game-reviews-doudizhu-detailed-review__image--left,
  .page-game-reviews-doudizhu-detailed-review__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-doudizhu-detailed-review__hero-title {
    font-size: 2.2em;
  }
  .page-game-reviews-doudizhu-detailed-review__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-doudizhu-detailed-review__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-doudizhu-detailed-review__subsection-title {
    font-size: 1.3em;
  }
  .page-game-reviews-doudizhu-detailed-review__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-game-reviews-doudizhu-detailed-review__article p,
  .page-game-reviews-doudizhu-detailed-review__list,
  .page-game-reviews-doudizhu-detailed-review__ordered-list {
    font-size: 1em;
  }
}