.page-blog-top-reliable-fish-game-guide {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-blog-top-reliable-fish-game-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-top-reliable-fish-game-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(135deg, #017439, #005a2e);
  color: #FFFFFF;
}

.page-blog-top-reliable-fish-game-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-top-reliable-fish-game-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-top-reliable-fish-game-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-top-reliable-fish-game-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-top-reliable-fish-game-guide__hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  margin-bottom: 20px;
  color: #FFFF00;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-top-reliable-fish-game-guide__intro-text {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-blog-top-reliable-fish-game-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom color for register/login font */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-top-reliable-fish-game-guide__cta-button:hover {
  background: #a30606;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-reliable-fish-game-guide__section {
  padding: 60px 20px;
}

.page-blog-top-reliable-fish-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-top-reliable-fish-game-guide__section-title {
  font-size: 2.2rem;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-top-reliable-fish-game-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-blog-top-reliable-fish-game-guide__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-top-reliable-fish-game-guide__dark-bg .page-blog-top-reliable-fish-game-guide__section-title {
  color: #FFFF00;
}

.page-blog-top-reliable-fish-game-guide__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-top-reliable-fish-game-guide__criteria-list,
.page-blog-top-reliable-fish-game-guide__tips-list,
.page-blog-top-reliable-fish-game-guide__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-top-reliable-fish-game-guide__criteria-list li,
.page-blog-top-reliable-fish-game-guide__tips-list li,
.page-blog-top-reliable-fish-game-guide__step-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #C30808;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-reliable-fish-game-guide__criteria-list li:hover,
.page-blog-top-reliable-fish-game-guide__tips-list li:hover,
.page-blog-top-reliable-fish-game-guide__step-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-reliable-fish-game-guide__criteria-list h3,
.page-blog-top-reliable-fish-game-guide__tips-list h3,
.page-blog-top-reliable-fish-game-guide__step-list h3 {
  color: #FFFF00;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-top-reliable-fish-game-guide__criteria-list p,
.page-blog-top-reliable-fish-game-guide__tips-list p,
.page-blog-top-reliable-fish-game-guide__step-list p {
  color: #f0f0f0;
  font-size: 1.05rem;
}

.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__criteria-list li,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__tips-list li,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__step-list li {
  background-color: #f9f9f9;
  color: #333333;
}

.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__criteria-list h3,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__tips-list h3,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__step-list h3 {
  color: #017439;
}

.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__criteria-list p,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__tips-list p,
.page-blog-top-reliable-fish-game-guide__light-bg .page-blog-top-reliable-fish-game-guide__step-list p {
  color: #555555;
}

.page-blog-top-reliable-fish-game-guide__platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-top-reliable-fish-game-guide__platform-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-blog-top-reliable-fish-game-guide__platform-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-fish-game-guide__platform-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.page-blog-top-reliable-fish-game-guide__platform-card h3 {
  font-size: 1.6rem;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-top-reliable-fish-game-guide__platform-card p {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
  min-height: 80px;
}

.page-blog-top-reliable-fish-game-guide__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: #C30808;
  color: #FFFF00;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
}

.page-blog-top-reliable-fish-game-guide__btn-primary:hover {
  background: #a30606;
  transform: translateY(-2px);
}

.page-blog-top-reliable-fish-game-guide__tips-list li img {
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-top-reliable-fish-game-guide__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-top-reliable-fish-game-guide__card {
  background: #ffffff;
  color: #333333;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-reliable-fish-game-guide__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-fish-game-guide__card h3 {
  color: #017439;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.page-blog-top-reliable-fish-game-guide__card p {
  font-size: 1rem;
  color: #555555;
}

.page-blog-top-reliable-fish-game-guide__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-top-reliable-fish-game-guide__button-group--center {
  justify-content: center;
}

.page-blog-top-reliable-fish-game-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #FFFFFF;
  color: #017439;
  text-decoration: none;
  border: 2px solid #017439;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-blog-top-reliable-fish-game-guide__btn-secondary:hover {
  background: #017439;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-top-reliable-fish-game-guide__step-list li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 60px;
  background-color: #f9f9f9;
  border-left: none;
}

.page-blog-top-reliable-fish-game-guide__step-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #017439;
  color: #FFFF00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-top-reliable-fish-game-guide__step-list li h3 {
  color: #017439;
}

.page-blog-top-reliable-fish-game-guide__step-list li p {
  color: #555555;
}

.page-blog-top-reliable-fish-game-guide__faq-list {
  margin-top: 30px;
}

details.page-blog-top-reliable-fish-game-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #005a2e;
  overflow: hidden;
  background: #005a2e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

details.page-blog-top-reliable-fish-game-guide__faq-item summary.page-blog-top-reliable-fish-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFFF00;
  font-weight: 600;
}

details.page-blog-top-reliable-fish-game-guide__faq-item summary.page-blog-top-reliable-fish-game-guide__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-top-reliable-fish-game-guide__faq-item summary.page-blog-top-reliable-fish-game-guide__faq-question:hover {
  background: #004d26;
}

.page-blog-top-reliable-fish-game-guide__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: #FFFF00;
}

.page-blog-top-reliable-fish-game-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFFF00;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-top-reliable-fish-game-guide__faq-item .page-blog-top-reliable-fish-game-guide__faq-answer {
  padding: 0 20px 20px;
  background: #004d26;
  border-radius: 0 0 8px 8px;
  color: #f0f0f0;
}

.page-blog-top-reliable-fish-game-guide__faq-answer p {
  margin-bottom: 0;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-top-reliable-fish-game-guide__hero-content h1 {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-top-reliable-fish-game-guide__intro-text {
    font-size: 1rem;
  }
  .page-blog-top-reliable-fish-game-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-top-reliable-fish-game-guide__criteria-list h3,
  .page-blog-top-reliable-fish-game-guide__tips-list h3,
  .page-blog-top-reliable-fish-game-guide__step-list h3 {
    font-size: 1.3rem;
  }
  .page-blog-top-reliable-fish-game-guide__platform-card p {
    min-height: 70px;
  }
}

@media (max-width: 768px) {
  .page-blog-top-reliable-fish-game-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-top-reliable-fish-game-guide__hero-image img {
    border-radius: 8px;
  }
  
  .page-blog-top-reliable-fish-game-guide__cta-button {
    padding: 12px 30px;
    font-size: 1.1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-reliable-fish-game-guide__section {
    padding: 40px 15px;
  }

  .page-blog-top-reliable-fish-game-guide__container,
  .page-blog-top-reliable-fish-game-guide__platform-grid,
  .page-blog-top-reliable-fish-game-guide__promo-cards,
  .page-blog-top-reliable-fish-game-guide__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-top-reliable-fish-game-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-top-reliable-fish-game-guide__criteria-list li,
  .page-blog-top-reliable-fish-game-guide__tips-list li,
  .page-blog-top-reliable-fish-game-guide__step-list li {
    padding: 20px;
  }

  .page-blog-top-reliable-fish-game-guide__criteria-list h3,
  .page-blog-top-reliable-fish-game-guide__tips-list h3,
  .page-blog-top-reliable-fish-game-guide__step-list h3 {
    font-size: 1.2rem;
  }

  .page-blog-top-reliable-fish-game-guide__platform-card {
    padding: 20px;
  }

  .page-blog-top-reliable-fish-game-guide__platform-card h3 {
    font-size: 1.4rem;
  }

  .page-blog-top-reliable-fish-game-guide__platform-card p {
    min-height: auto;
  }

  .page-blog-top-reliable-fish-game-guide__card {
    padding: 25px;
  }

  .page-blog-top-reliable-fish-game-guide__card h3 {
    font-size: 1.2rem;
  }

  .page-blog-top-reliable-fish-game-guide__btn-primary,
  .page-blog-top-reliable-fish-game-guide__btn-secondary {
    padding: 10px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-reliable-fish-game-guide__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-top-reliable-fish-game-guide__step-list li {
    padding-left: 50px;
  }

  .page-blog-top-reliable-fish-game-guide__step-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  details.page-blog-top-reliable-fish-game-guide__faq-item summary.page-blog-top-reliable-fish-game-guide__faq-question {
    padding: 15px;
  }

  .page-blog-top-reliable-fish-game-guide__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-top-reliable-fish-game-guide__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-top-reliable-fish-game-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-top-reliable-fish-game-guide__section,
  .page-blog-top-reliable-fish-game-guide__card,
  .page-blog-top-reliable-fish-game-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}