.page-blog-fishing-game-high-payout-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-fishing-game-high-payout-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, shared.css handles body padding-top */
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.page-blog-fishing-game-high-payout-strategy__hero-image-container {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-fishing-game-high-payout-strategy__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-fishing-game-high-payout-strategy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: var(--text-main);
}

.page-blog-fishing-game-high-payout-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.page-blog-fishing-game-high-payout-strategy__intro-text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-fishing-game-high-payout-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-fishing-game-high-payout-strategy__btn-primary,
.page-blog-fishing-game-high-payout-strategy__btn-secondary,
.page-blog-fishing-game-high-payout-strategy__read-more,
.page-blog-fishing-game-high-payout-strategy__btn-small {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-fishing-game-high-payout-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-fishing-game-high-payout-strategy__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-fishing-game-high-payout-strategy__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-blog-fishing-game-high-payout-strategy__btn-secondary:hover {
  background-color: var(--border-color);
  color: var(--background-color);
}

.page-blog-fishing-game-high-payout-strategy__btn-large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

.page-blog-fishing-game-high-payout-strategy__btn-small {
  padding: 10px 20px;
  font-size: 0.9rem;
}

.page-blog-fishing-game-high-payout-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background-color);
  color: var(--text-main);
}

.page-blog-fishing-game-high-payout-strategy__section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-fishing-game-high-payout-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-main);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}

.page-blog-fishing-game-high-payout-strategy__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-fishing-game-high-payout-strategy p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: var(--text-secondary);
}

.page-blog-fishing-game-high-payout-strategy__list,
.page-blog-fishing-game-high-payout-strategy__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-fishing-game-high-payout-strategy__list li,
.page-blog-fishing-game-high-payout-strategy__ordered-list li {
  margin-bottom: 10px;
  color: var(--text-secondary);
}

.page-blog-fishing-game-high-payout-strategy__list li strong {
  color: var(--text-main);
}

.page-blog-fishing-game-high-payout-strategy__image-text-block {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-fishing-game-high-payout-strategy__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.page-blog-fishing-game-high-payout-strategy__image-text-block .page-blog-fishing-game-high-payout-strategy__content-image {
  flex: 1;
  min-width: 300px;
}

.page-blog-fishing-game-high-payout-strategy__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-fishing-game-high-payout-strategy__image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

.page-blog-fishing-game-high-payout-strategy__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-fishing-game-high-payout-strategy__strategy-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-fishing-game-high-payout-strategy__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-fishing-game-high-payout-strategy__card-title {
  font-size: 1.3rem;
  color: var(--text-main);
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-fishing-game-high-payout-strategy__card-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.page-blog-fishing-game-high-payout-strategy__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-fishing-game-high-payout-strategy__game-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
}

.page-blog-fishing-game-high-payout-strategy__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-fishing-game-high-payout-strategy__game-title {
  font-size: 1.4rem;
  color: var(--text-main);
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-fishing-game-high-payout-strategy__game-description {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  min-height: 40px;
}

.page-blog-fishing-game-high-payout-strategy__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-fishing-game-high-payout-strategy__faq-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-blog-fishing-game-high-payout-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-main);
  background-color: var(--card-bg);
  border-bottom: 1px solid var(--divider-color);
  list-style: none;
}

.page-blog-fishing-game-high-payout-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fishing-game-high-payout-strategy__faq-item[open] .page-blog-fishing-game-high-payout-strategy__faq-question {
  border-bottom: 1px solid var(--border-color);
}

.page-blog-fishing-game-high-payout-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold);
}

.page-blog-fishing-game-high-payout-strategy__faq-item[open] .page-blog-fishing-game-high-payout-strategy__faq-toggle {
  color: var(--gold);
  transform: rotate(0deg);
}

.page-blog-fishing-game-high-payout-strategy__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  background-color: #1a3225; /* Slightly lighter than card-bg for contrast */
  border-radius: 0 0 10px 10px;
}

.page-blog-fishing-game-high-payout-strategy__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: var(--deep-green);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: var(--text-main);
}

.page-blog-fishing-game-high-payout-strategy__cta-section p {
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: var(--text-main);
}

.page-blog-fishing-game-high-payout-strategy__recent-posts-section {
  background-color: var(--card-bg);
  padding: 60px 20px;
  text-align: center;
  margin-top: 40px;
}

.page-blog-fishing-game-high-payout-strategy__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-fishing-game-high-payout-strategy__blog-card {
  background-color: #1a3225; /* Slightly lighter than section bg */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-blog-fishing-game-high-payout-strategy__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-fishing-game-high-payout-strategy__blog-content {
  padding: 20px;
}

.page-blog-fishing-game-high-payout-strategy__blog-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.page-blog-fishing-game-high-payout-strategy__blog-title a {
  color: var(--text-main);
  text-decoration: none;
}

.page-blog-fishing-game-high-payout-strategy__blog-title a:hover {
  color: var(--glow);
}

.page-blog-fishing-game-high-payout-strategy__blog-date {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.page-blog-fishing-game-high-payout-strategy__blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.page-blog-fishing-game-high-payout-strategy__read-more {
  color: var(--glow);
  text-decoration: none;
  font-weight: 600;
}

.page-blog-fishing-game-high-payout-strategy__read-more:hover {
  text-decoration: underline;
}

.page-blog-fishing-game-high-payout-strategy__view-all {
  margin-top: 30px;
}

.page-blog-fishing-game-high-payout-strategy__copyright {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  background-color: var(--background-color);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .page-blog-fishing-game-high-payout-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-fishing-game-high-payout-strategy__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-fishing-game-high-payout-strategy__intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-fishing-game-high-payout-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-blog-fishing-game-high-payout-strategy__btn-primary,
  .page-blog-fishing-game-high-payout-strategy__btn-secondary,
  .page-blog-fishing-game-high-payout-strategy__read-more,
  .page-blog-fishing-game-high-payout-strategy__btn-small,
  .page-blog-fishing-game-high-payout-strategy a[class*="button"],
  .page-blog-fishing-game-high-payout-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-fishing-game-high-payout-strategy__content-area {
    padding: 30px 15px;
  }

  .page-blog-fishing-game-high-payout-strategy__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-fishing-game-high-payout-strategy__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-fishing-game-high-payout-strategy p {
    font-size: 0.95rem;
  }

  .page-blog-fishing-game-high-payout-strategy__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-fishing-game-high-payout-strategy__content-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-fishing-game-high-payout-strategy img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-fishing-game-high-payout-strategy__strategy-grid,
  .page-blog-fishing-game-high-payout-strategy__game-showcase,
  .page-blog-fishing-game-high-payout-strategy__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-fishing-game-high-payout-strategy__game-card .page-blog-fishing-game-high-payout-strategy__game-image {
    height: 180px;
  }

  .page-blog-fishing-game-high-payout-strategy__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-fishing-game-high-payout-strategy__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9rem;
  }

  .page-blog-fishing-game-high-payout-strategy__cta-section {
    padding: 30px 15px;
  }

  .page-blog-fishing-game-high-payout-strategy__cta-section p {
    font-size: 1.1rem;
  }

  .page-blog-fishing-game-high-payout-strategy__recent-posts-section {
    padding: 40px 15px;
  }

  .page-blog-fishing-game-high-payout-strategy__blog-image {
    height: 180px;
  }

  .page-blog-fishing-game-high-payout-strategy__blog-title {
    font-size: 1.1rem;
  }

  .page-blog-fishing-game-high-payout-strategy__blog-excerpt {
    font-size: 0.9rem;
  }

  .page-blog-fishing-game-high-payout-strategy__copyright {
    padding: 15px;
    font-size: 0.85rem;
  }
}

/* Body background is dark, so text should be light by default */
.page-blog-fishing-game-high-payout-strategy {
  color: #F2FFF6; /* Text Main */
}

.page-blog-fishing-game-high-payout-strategy__card {
  background: var(--card-bg); /* Dark green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-fishing-game-high-payout-strategy__dark-section {
  background: var(--card-bg);
  color: #F2FFF6; /* Forced white text */
}