.page-resources-tt88-fishing-game-overview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-tt88-fishing-game-overview__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-tt88-fishing-game-overview__section {
  padding: 60px 0;
  border-bottom: 1px solid #e9ecef;
}

.page-resources-tt88-fishing-game-overview__section:last-of-type {
  border-bottom: none;
}

.page-resources-tt88-fishing-game-overview__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-tt88-fishing-game-overview__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(255, 193, 7, 0.2), transparent 70%);
  z-index: 0;
}

.page-resources-tt88-fishing-game-overview__hero-section > .page-resources-tt88-fishing-game-overview__container {
  position: relative;
  z-index: 1;
}

.page-resources-tt88-fishing-game-overview__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* High contrast for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-fishing-game-overview__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-tt88-fishing-game-overview__hero-actions {
  margin-top: 30px;
}

.page-resources-tt88-fishing-game-overview__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;
  margin: 10px;
  cursor: pointer;
}

.page-resources-tt88-fishing-game-overview__btn--primary {
  background-color: #ffc107;
  color: #000000; /* Dark text for high contrast on #ffc107 */
  border: 2px solid #ffc107;
}

.page-resources-tt88-fishing-game-overview__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #000000;
}

.page-resources-tt88-fishing-game-overview__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-tt88-fishing-game-overview__btn--secondary:hover {
  background-color: #ffffff;
  color: #007bff;
}

.page-resources-tt88-fishing-game-overview__btn--link {
  background-color: transparent;
  color: #007bff;
  border: none;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
}

.page-resources-tt88-fishing-game-overview__btn--link:hover {
  color: #0056b3;
}

.page-resources-tt88-fishing-game-overview__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-tt88-fishing-game-overview__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-tt88-fishing-game-overview__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-resources-tt88-fishing-game-overview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-tt88-fishing-game-overview__grid--2-col {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.page-resources-tt88-fishing-game-overview__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-tt88-fishing-game-overview__feature-image,
.page-resources-tt88-fishing-game-overview__promo-image,
.page-resources-tt88-fishing-game-overview__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-tt88-fishing-game-overview__feature-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-tt88-fishing-game-overview__grid-item p {
  color: #555;
}

.page-resources-tt88-fishing-game-overview__section--guide ol,
.page-resources-tt88-fishing-game-overview__section--guide ul {
  text-align: left;
  margin-left: 20px;
  color: #444;
}

.page-resources-tt88-fishing-game-overview__section--guide li {
  margin-bottom: 10px;
}

.page-resources-tt88-fishing-game-overview__section--promotions ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-resources-tt88-fishing-game-overview__section--promotions li {
  background-color: #eaf6ff;
  border-left: 5px solid #007bff;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-tt88-fishing-game-overview__text-center {
  text-align: center;
}

.page-resources-tt88-fishing-game-overview__faq-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-tt88-fishing-game-overview__faq-question {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-tt88-fishing-game-overview__faq-answer {
  color: #555;
}

.page-resources-tt88-fishing-game-overview__section--cta {
  background-color: #007bff;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-tt88-fishing-game-overview__section--cta .page-resources-tt88-fishing-game-overview__section-title {
  color: #ffc107;
}

.page-resources-tt88-fishing-game-overview__section--cta p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-tt88-fishing-game-overview__hero-title {
    font-size: 2.8em;
  }
  .page-resources-tt88-fishing-game-overview__hero-description {
    font-size: 1.1em;
  }
  .page-resources-tt88-fishing-game-overview__section-title {
    font-size: 2em;
  }
  .page-resources-tt88-fishing-game-overview__grid--2-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-tt88-fishing-game-overview__hero-title {
    font-size: 2.2em;
  }
  .page-resources-tt88-fishing-game-overview__hero-description {
    font-size: 1em;
  }
  .page-resources-tt88-fishing-game-overview__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-tt88-fishing-game-overview__section {
    padding: 40px 0;
  }
  .page-resources-tt88-fishing-game-overview__section-title {
    font-size: 1.8em;
  }
  .page-resources-tt88-fishing-game-overview__feature-title {
    font-size: 1.5em;
  }
  .page-resources-tt88-fishing-game-overview__grid-item {
    padding: 20px;
  }
  .page-resources-tt88-fishing-game-overview__section--promotions li {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .page-resources-tt88-fishing-game-overview__hero-title {
    font-size: 1.8em;
  }
  .page-resources-tt88-fishing-game-overview__hero-description {
    font-size: 0.9em;
  }
  .page-resources-tt88-fishing-game-overview__hero-actions {
    display: flex;
    flex-direction: column;
  }
  .page-resources-tt88-fishing-game-overview__btn {
    width: 100%;
    margin: 5px 0;
  }
  .page-resources-tt88-fishing-game-overview__section-title {
    font-size: 1.5em;
  }
  .page-resources-tt88-fishing-game-overview__feature-title {
    font-size: 1.3em;
  }
  .page-resources-tt88-fishing-game-overview__faq-question {
    font-size: 1.2em;
  }
  .page-resources-tt88-fishing-game-overview__section--promotions ul {
    grid-template-columns: 1fr;
  }
}