.page-game-reviews-popular-fishing-game {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f0f8ff; /* Light blue background for contrast */
}

.page-game-reviews-popular-fishing-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-popular-fishing-game__hero-section {
  background: linear-gradient(135deg, #003366, #336699); /* Dark blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-game-reviews-popular-fishing-game__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold title on dark background */
  font-weight: bold;
}

.page-game-reviews-popular-fishing-game__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-game-reviews-popular-fishing-game__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-reviews-popular-fishing-game__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-game-reviews-popular-fishing-game__btn--primary {
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Dark blue text */
  border: 2px solid #FFCC00;
}

.page-game-reviews-popular-fishing-game__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-game-reviews-popular-fishing-game__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-game-reviews-popular-fishing-game__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
}

.page-game-reviews-popular-fishing-game__btn--gold {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-game-reviews-popular-fishing-game__btn--gold:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-game-reviews-popular-fishing-game__btn--large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-game-reviews-popular-fishing-game__intro-section,
.page-game-reviews-popular-fishing-game__why-choose-section,
.page-game-reviews-popular-fishing-game__game-reviews-section,
.page-game-reviews-popular-fishing-game__tips-section,
.page-game-reviews-popular-fishing-game__responsible-gaming-section,
.page-game-reviews-popular-fishing-game__faq-section,
.page-game-reviews-popular-fishing-game__cta-final-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-popular-fishing-game__intro-section p,
.page-game-reviews-popular-fishing-game__why-choose-section p,
.page-game-reviews-popular-fishing-game__tips-section p,
.page-game-reviews-popular-fishing-game__responsible-gaming-section p,
.page-game-reviews-popular-fishing-game__faq-section p,
.page-game-reviews-popular-fishing-game__cta-final-section p {
  color: #333;
}

.page-game-reviews-popular-fishing-game__section-title {
  font-size: 2.5em;
  color: #003366; /* Dark blue title */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-popular-fishing-game__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Gold underline */
  border-radius: 2px;
}

.page-game-reviews-popular-fishing-game__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  display: block;
}

.page-game-reviews-popular-fishing-game__image--full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-popular-fishing-game__image--medium {
  max-width: 800px;
  margin: 30px auto;
}

.page-game-reviews-popular-fishing-game__why-choose-section {
  background-color: #e6f2ff; /* Lighter blue for this section */
}

.page-game-reviews-popular-fishing-game__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-game-reviews-popular-fishing-reviews__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-game-reviews-popular-fishing-game__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-game-reviews-popular-fishing-game__feature-item p {
  color: #555;
}

.page-game-reviews-popular-fishing-game__cta-banner {
  background-color: #003366; /* Dark blue banner */
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.page-game-reviews-popular-fishing-game__cta-banner p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #FFCC00; /* Gold text on dark background */
}

.page-game-reviews-popular-fishing-game__cta-banner--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-game-reviews-popular-fishing-game__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.page-game-reviews-popular-fishing-game__game-image {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page-game-reviews-popular-fishing-game__game-info {
  padding: 30px;
  flex: 1;
}

.page-game-reviews-popular-fishing-game__game-title {
  font-size: 2em;
  color: #003366;
  margin-bottom: 10px;
}

.page-game-reviews-popular-fishing-game__game-provider {
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
}

.page-game-reviews-popular-fishing-game__game-info p {
  margin-bottom: 15px;
  color: #333;
}

.page-game-reviews-popular-fishing-game__game-sub-title {
  font-size: 1.3em;
  color: #003366;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-game-reviews-popular-fishing-game__game-info ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333;
}

.page-game-reviews-popular-fishing-game__game-info ul li {
  margin-bottom: 8px;
}

.page-game-reviews-popular-fishing-game__game-info .page-game-reviews-popular-fishing-game__btn {
  margin-top: 20px;
}

.page-game-reviews-popular-fishing-game__tips-section ul {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333;
}

.page-game-reviews-popular-fishing-game__tips-section ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-reviews-popular-fishing-game__responsible-gaming-section {
  background-color: #fcebeb; /* Light red/pink for warning/responsibility */
  color: #333;
  border-left: 5px solid #cc0000;
}

.page-game-reviews-popular-fishing-game__responsible-gaming-section h2 {
  color: #cc0000;
}

.page-game-reviews-popular-fishing-game__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #cceeff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-reviews-popular-fishing-game__faq-question {
  font-size: 1.2em;
  color: #003366;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #e0f2ff;
  border-bottom: 1px solid #cceeff;
  margin: 0;
  position: relative;
}

.page-game-reviews-popular-fishing-game__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-game-reviews-popular-fishing-game__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-game-reviews-popular-fishing-game__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
}

.page-game-reviews-popular-fishing-game__faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #555;
}

.page-game-reviews-popular-fishing-game__faq-answer .page-game-reviews-popular-fishing-game__btn {
  margin: 10px 0 15px 0;
}

.page-game-reviews-popular-fishing-game__cta-final-section {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.page-game-reviews-popular-fishing-game__cta-final-section h2 {
  color: #FFCC00;
}

.page-game-reviews-popular-fishing-game__cta-final-section p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-game-reviews-popular-fishing-game__cta-final-section .page-game-reviews-popular-fishing-game__btn {
  margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-reviews-popular-fishing-game__main-title {
    font-size: 2.8em;
  }
  .page-game-reviews-popular-fishing-game__section-title {
    font-size: 2em;
  }
  .page-game-reviews-popular-fishing-game__game-card {
    flex-direction: column;
  }
  .page-game-reviews-popular-fishing-game__game-image {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-popular-fishing-game__hero-section {
    padding: 80px 0;
  }
  .page-game-reviews-popular-fishing-game__main-title {
    font-size: 2.2em;
  }
  .page-game-reviews-popular-fishing-game__subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-popular-fishing-game__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-reviews-popular-fishing-game__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-game-reviews-popular-fishing-game__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-popular-fishing-game__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-popular-fishing-game__cta-banner p {
    font-size: 1.2em;
  }
  .page-game-reviews-popular-fishing-game__faq-question,
  .page-game-reviews-popular-fishing-game__faq-answer p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-game-reviews-popular-fishing-game__faq-question::after {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-popular-fishing-game__main-title {
    font-size: 1.8em;
  }
  .page-game-reviews-popular-fishing-game__subtitle {
    font-size: 1em;
  }
  .page-game-reviews-popular-fishing-game__section-title {
    font-size: 1.5em;
  }
  .page-game-reviews-popular-fishing-game__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-game-reviews-popular-fishing-game__cta-banner p {
    font-size: 1em;
  }
  .page-game-reviews-popular-fishing-game__game-title {
    font-size: 1.5em;
  }
  .page-game-reviews-popular-fishing-game__game-sub-title {
    font-size: 1.1em;
  }
  .page-game-reviews-popular-fishing-game__feature-title {
    font-size: 1.3em;
  }
}