.page-game-guides-fishing-advanced-tips {
  padding-top: 10px; /* Small top padding for non-index page */
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-game-guides-fishing-advanced-tips__hero-section {
  background-color: #F4F7FB; /* Consistent with background, image provides visual */
  padding-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-guides-fishing-advanced-tips__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-game-guides-fishing-advanced-tips__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-game-guides-fishing-advanced-tips__main-title {
  color: #1F2D3D;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-game-guides-fishing-advanced-tips__intro-text {
  color: #1F2D3D;
  font-size: 1.15em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-game-guides-fishing-advanced-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-game-guides-fishing-advanced-tips__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
  opacity: 0.9;
}

.page-game-guides-fishing-advanced-tips__content-section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-game-guides-fishing-advanced-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-fishing-advanced-tips__section-title {
  color: #1F2D3D;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #D6E2FF;
  padding-bottom: 10px;
}

.page-game-guides-fishing-advanced-tips__paragraph {
  color: #1F2D3D;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-game-guides-fishing-advanced-tips__list,
.page-game-guides-fishing-advanced-tips__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-game-guides-fishing-advanced-tips__ordered-list {
  list-style-type: decimal;
}

.page-game-guides-fishing-advanced-tips__list-item {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #1F2D3D;
}

.page-game-guides-fishing-advanced-tips__list-item strong {
  color: #000000;
}

.page-game-guides-fishing-advanced-tips__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-game-guides-fishing-advanced-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.page-game-guides-fishing-advanced-tips__button-group {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-guides-fishing-advanced-tips__cta-button--secondary {
  background: #FFFFFF;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.1);
}

.page-game-guides-fishing-advanced-tips__cta-button--secondary:hover {
  background-color: #E6F0FF;
  color: #2F6BFF;
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-guides-fishing-advanced-tips__hero-section {
    padding-bottom: 30px;
  }

  .page-game-guides-fishing-advanced-tips__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-game-guides-fishing-advanced-tips__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-game-guides-fishing-advanced-tips__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

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

  .page-game-guides-fishing-advanced-tips__section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

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

  .page-game-guides-fishing-advanced-tips__container {
    padding: 0 15px;
  }

  .page-game-guides-fishing-advanced-tips__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-game-guides-fishing-advanced-tips__button-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-guides-fishing-advanced-tips__main-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }

  .page-game-guides-fishing-advanced-tips__section-title {
    font-size: 1.3em;
  }

  .page-game-guides-fishing-advanced-tips__cta-button {
    width: 100%;
  }
}

/* Ensure images in content area do not cause horizontal scroll on mobile */
@media (max-width: 768px) {
  .page-game-guides-fishing-advanced-tips img {
    max-width: 100%;
    height: auto;
  }
  .page-game-guides-fishing-advanced-tips__content-section {
    overflow-x: hidden;
  }
}