/* style/game-reviews-fishing-go99.css */
.page-game-reviews-fishing-go99 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-game-reviews-fishing-go99__hero-section {
  background: linear-gradient(135deg, #0A6847 0%, #0A6847 60%, #FFD700 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

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

.page-game-reviews-fishing-go99__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-game-reviews-fishing-go99__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-game-reviews-fishing-go99__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-game-reviews-fishing-go99__btn--primary {
  background-color: #FFD700;
  color: #0A6847;
  border: 2px solid #FFD700;
}

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

.page-game-reviews-fishing-go99__btn--secondary {
  background-color: #0A6847;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-reviews-fishing-go99__btn--secondary:hover {
  background-color: #074a31;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-reviews-fishing-go99__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-fishing-go99__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-game-reviews-fishing-go99__section-title {
  font-size: 2.5em;
  color: #0A6847;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-fishing-go99__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-fishing-go99__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-game-reviews-fishing-go99__content-wrapper p {
  flex: 1;
  min-width: 300px;
  font-size: 1.1em;
  color: #555;
}

.page-game-reviews-fishing-go99__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-fishing-go99__image--small {
  max-width: 60%;
  display: block;
  margin: 20px auto;
}

.page-game-reviews-fishing-go99__image--large {
  max-width: 80%;
  display: block;
  margin: 20px auto;
}

.page-game-reviews-fishing-go99__feature-item,
.page-game-reviews-fishing-go99__strategy-item {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fdfdfd;
  border-left: 5px solid #0A6847;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-game-reviews-fishing-go99__feature-title,
.page-game-reviews-fishing-go99__strategy-title,
.page-game-reviews-fishing-go99__guide-title {
  font-size: 1.8em;
  color: #0A6847;
  margin-bottom: 15px;
}

.page-game-reviews-fishing-go99__list,
.page-game-reviews-fishing-go99__list--ordered {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-game-reviews-fishing-go99__list--ordered {
  list-style-type: decimal;
}

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

.page-game-reviews-fishing-go99__list a {
  color: #0A6847;
  text-decoration: none;
  font-weight: bold;
}

.page-game-reviews-fishing-go99__list a:hover {
  text-decoration: underline;
}

.page-game-reviews-fishing-go99__conclusion p {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 30px;
  color: #444;
}

.page-game-reviews-fishing-go99__conclusion .page-game-reviews-fishing-go99__btn {
  margin-top: 20px;
}

.page-game-reviews-fishing-go99__guide .page-game-reviews-fishing-go99__btn {
  margin-top: 15px;
  margin-bottom: 30px;
}

.page-game-reviews-fishing-go99__promotions .page-game-reviews-fishing-go99__btn {
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-fishing-go99__text-center {
  text-align: center;
}

.page-game-reviews-fishing-go99__highlight {
  color: #0A6847;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-fishing-go99__hero-title {
    font-size: 2.5em;
  }
  .page-game-reviews-fishing-go99__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-fishing-go99__section-title {
    font-size: 2em;
  }
  .page-game-reviews-fishing-go99__feature-title,
  .page-game-reviews-fishing-go99__strategy-title,
  .page-game-reviews-fishing-go99__guide-title {
    font-size: 1.5em;
  }
  .page-game-reviews-fishing-go99__content-wrapper {
    flex-direction: column;
  }
  .page-game-reviews-fishing-go99__content-wrapper p,
  .page-game-reviews-fishing-go99__image {
    flex: none;
    width: 100%;
  }
  .page-game-reviews-fishing-go99__image--small,
  .page-game-reviews-fishing-go99__image--large {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-fishing-go99__hero-section {
    padding: 80px 0;
  }
  .page-game-reviews-fishing-go99__hero-title {
    font-size: 2em;
  }
  .page-game-reviews-fishing-go99__hero-subtitle {
    font-size: 1em;
  }
  .page-game-reviews-fishing-go99__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-fishing-go99__section {
    padding: 40px 0;
  }
  .page-game-reviews-fishing-go99__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-fishing-go99__feature-item,
  .page-game-reviews-fishing-go99__strategy-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-fishing-go99__hero-section {
    padding: 60px 0;
  }
  .page-game-reviews-fishing-go99__hero-title {
    font-size: 1.8em;
  }
  .page-game-reviews-fishing-go99__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-game-reviews-fishing-go99__section-title {
    font-size: 1.5em;
  }
  .page-game-reviews-fishing-go99__feature-title,
  .page-game-reviews-fishing-go99__strategy-title,
  .page-game-reviews-fishing-go99__guide-title {
    font-size: 1.3em;
  }
  .page-game-reviews-fishing-go99__list,
  .page-game-reviews-fishing-go99__list--ordered {
    margin-left: 15px;
  }
  .page-game-reviews-fishing-go99__list li {
    font-size: 0.95em;
  }
}