.page-game-guides-fishing-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-game-guides-fishing-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
}

.page-game-guides-fishing-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-game-guides-fishing-tips__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  color: #F2FFF6;
}

.page-game-guides-fishing-tips__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.page-game-guides-fishing-tips__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-game-guides-fishing-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-tips__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-game-guides-fishing-tips__content-section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-game-guides-fishing-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-game-guides-fishing-tips__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-guides-fishing-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #22C768;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-guides-fishing-tips__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #22C768;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-guides-fishing-tips__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-game-guides-fishing-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-game-guides-fishing-tips__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-game-guides-fishing-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Example max-width, adjust as needed */
}

.page-game-guides-fishing-tips__table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
}

.page-game-guides-fishing-tips__table th,
.page-game-guides-fishing-tips__table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #1E3A2A; /* Divider */
  color: #F2FFF6; /* Text Main */
}

.page-game-guides-fishing-tips__table th {
  background-color: #11A84E; /* Main Color */
  font-weight: bold;
  color: #ffffff;
}

.page-game-guides-fishing-tips__table tbody tr:nth-child(even) {
  background-color: rgba(17, 168, 78, 0.1);
}

.page-game-guides-fishing-tips__table tbody tr:hover {
  background-color: rgba(17, 168, 78, 0.2);
}

.page-game-guides-fishing-tips__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-game-guides-fishing-tips__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-game-guides-fishing-tips__faq-section {
  padding: 60px 20px;
}

.page-game-guides-fishing-tips__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides-fishing-tips__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-guides-fishing-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #11A84E; /* Main Color */
  user-select: none;
  list-style: none;
}

.page-game-guides-fishing-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-game-guides-fishing-tips__faq-qtext {
  flex-grow: 1;
}

.page-game-guides-fishing-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-game-guides-fishing-tips__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: rgba(17, 168, 78, 0.1);
}

.page-game-guides-fishing-tips__faq-item[open] .page-game-guides-fishing-tips__faq-question {
  background-color: #13994A;
}

.page-game-guides-fishing-tips__faq-item[open] .page-game-guides-fishing-tips__faq-toggle {
  content: '−';
}

.page-game-guides-fishing-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-game-guides-fishing-tips__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-game-guides-fishing-tips__cta-section {
  text-align: center;
  padding: 50px 20px;
}

.page-game-guides-fishing-tips__conclusion-section {
  text-align: center;
  padding: 60px 20px;
}

.page-game-guides-fishing-tips a {
  color: #22C768;
  text-decoration: none;
}

.page-game-guides-fishing-tips a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-game-guides-fishing-tips__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
  }

  .page-game-guides-fishing-tips__hero-description {
    font-size: 1rem;
  }

  .page-game-guides-fishing-tips__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }

  .page-game-guides-fishing-tips__sub-title {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  }
}

@media (max-width: 768px) {
  .page-game-guides-fishing-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-game-guides-fishing-tips__hero-section {
    padding-bottom: 30px;
  }

  .page-game-guides-fishing-tips__hero-content {
    margin-top: 10px;
    padding: 15px;
  }

  .page-game-guides-fishing-tips__main-title {
    font-size: clamp(1.6rem, 6vw, 2.5rem);
  }

  .page-game-guides-fishing-tips__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-game-guides-fishing-tips__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-game-guides-fishing-tips__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-game-guides-fishing-tips__sub-title {
    font-size: clamp(1.1rem, 3.5vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-game-guides-fishing-tips__paragraph,
  .page-game-guides-fishing-tips__list-item {
    font-size: 0.95rem;
  }

  .page-game-guides-fishing-tips__content-section {
    padding: 40px 15px;
  }

  .page-game-guides-fishing-tips__content-image {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-game-guides-fishing-tips__table th,
  .page-game-guides-fishing-tips__table td {
    padding: 10px;
    font-size: 0.9rem;
  }

  .page-game-guides-fishing-tips__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-game-guides-fishing-tips__faq-answer {
    padding: 12px 20px 15px;
    font-size: 0.9rem;
  }

  .page-game-guides-fishing-tips__cta-section,
  .page-game-guides-fishing-tips__conclusion-section,
  .page-game-guides-fishing-tips__faq-section {
    padding: 40px 15px;
  }

  /* Ensure all image containers are responsive */
  .page-game-guides-fishing-tips__section,
  .page-game-guides-fishing-tips__card,
  .page-game-guides-fishing-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-game-guides-fishing-tips__hero-section .page-game-guides-fishing-tips__hero-image,
  .page-game-guides-fishing-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}