.page-game-reviews-poker-fishing {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

.page-game-reviews-poker-fishing__hero {
  background: linear-gradient(135deg, #0047AB 0%, #0028ff 100%); /* Adjusted gradient for better contrast with primary color */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-poker-fishing__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,subtle]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-reviews-poker-fishing__hero .page-game-reviews-poker-fishing__container {
  position: relative;
  z-index: 1;
}

.page-game-reviews-poker-fishing__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.page-game-reviews-poker-fishing__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-game-reviews-poker-fishing__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-game-reviews-poker-fishing__button {
  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;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-game-reviews-poker-fishing__button--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #0047AB; /* Main color */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-poker-fishing__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-reviews-poker-fishing__button--secondary {
  background-color: #0047AB; /* Main color */
  color: #FFD700; /* Auxiliary color */
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 71, 171, 0.4);
}

.page-game-reviews-poker-fishing__button--secondary:hover {
  background-color: #003a8c;
  transform: translateY(-3px);
}

.page-game-reviews-poker-fishing__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-reviews-poker-fishing__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-poker-fishing__section--overview {
  background-color: #eaf1f8; /* Lighter shade of main color */
  color: #0047AB;
}

.page-game-reviews-poker-fishing__section--overview p {
  color: #003a8c;
}

.page-game-reviews-poker-fishing__heading {
  font-size: 2.5em;
  color: #0047AB; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-poker-fishing__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  border-radius: 2px;
}

.page-game-reviews-poker-fishing__sub-heading {
  font-size: 1.8em;
  color: #0047AB;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-reviews-poker-fishing__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-game-reviews-poker-fishing__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-game-reviews-poker-fishing__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-game-reviews-poker-fishing__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-game-reviews-poker-fishing__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-game-reviews-poker-fishing__image:hover {
  transform: scale(1.02);
}

.page-game-reviews-poker-fishing__image--full-width {
  width: 100%;
}

.page-game-reviews-poker-fishing__image--half-width {
  width: 70%; /* Adjusted for better visual balance */
  max-width: 600px;
}

.page-game-reviews-poker-fishing__image-wrapper--left {
  float: left;
  margin-right: 30px;
  width: 45%;
  max-width: 450px;
}

.page-game-reviews-poker-fishing__image-wrapper--right {
  float: right;
  margin-left: 30px;
  width: 45%;
  max-width: 450px;
}

.page-game-reviews-poker-fishing__section--poker-games,
.page-game-reviews-poker-fishing__section--fishing-games {
  overflow: hidden; /* Clear floats */
}

.page-game-reviews-poker-fishing__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-game-reviews-poker-fishing__faq-question {
  font-size: 1.3em;
  color: #0047AB;
  margin-bottom: 10px;
}

.page-game-reviews-poker-fishing__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-game-reviews-poker-fishing__faq-answer a {
  color: #0047AB;
  text-decoration: underline;
}

.page-game-reviews-poker-fishing__faq-answer a:hover {
  color: #FFD700;
}

.page-game-reviews-poker-fishing__section--cta {
  text-align: center;
  background-color: #0047AB;
  color: #ffffff;
  padding: 80px 0;
  margin-bottom: 0;
}

.page-game-reviews-poker-fishing__section--cta .page-game-reviews-poker-fishing__heading {
  color: #FFD700;
}

.page-game-reviews-poker-fishing__section--cta .page-game-reviews-poker-fishing__heading::after {
  background-color: #ffffff;
}

.page-game-reviews-poker-fishing__section--cta p {
  color: #e0e0e0;
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-poker-fishing__title {
    font-size: 2.5em;
  }
  .page-game-reviews-poker-fishing__heading {
    font-size: 2em;
  }
  .page-game-reviews-poker-fishing__sub-heading {
    font-size: 1.5em;
  }
  .page-game-reviews-poker-fishing__image-wrapper--left,
  .page-game-reviews-poker-fishing__image-wrapper--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .page-game-reviews-poker-fishing__image--half-width {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-poker-fishing__hero {
    padding: 80px 0;
  }
  .page-game-reviews-poker-fishing__title {
    font-size: 2em;
  }
  .page-game-reviews-poker-fishing__subtitle {
    font-size: 1em;
  }
  .page-game-reviews-poker-fishing__heading {
    font-size: 1.8em;
  }
  .page-game-reviews-poker-fishing__sub-heading {
    font-size: 1.3em;
  }
  .page-game-reviews-poker-fishing__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-poker-fishing__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-game-reviews-poker-fishing__section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .page-game-reviews-poker-fishing__title {
    font-size: 1.8em;
  }
  .page-game-reviews-poker-fishing__heading {
    font-size: 1.5em;
  }
  .page-game-reviews-poker-fishing__sub-heading {
    font-size: 1.2em;
  }
  .page-game-reviews-poker-fishing__list {
    margin-left: 15px;
  }
  .page-game-reviews-poker-fishing__section p,
  .page-game-reviews-poker-fishing__list li,
  .page-game-reviews-poker-fishing__faq-answer {
    font-size: 0.95em;
  }
}