.page-fishing-games-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-fishing-games-tips .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-fishing-games-tips-hero {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-fishing-games-tips-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-fishing-games-tips-hero .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.page-fishing-games-tips-hero .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games-tips-hero .hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.page-fishing-games-tips-hero .hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.7);
}

.page-fishing-games-tips-hero .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

.page-fishing-games-tips-hero .cta-button:hover {
  background: #fff;
  color: #8B0000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-fishing-games-tips-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-fishing-games-tips-section:last-of-type {
  border-bottom: none;
}

.page-fishing-games-tips .section-title {
  font-size: 2.5em;
  color: #8B0000; /* Deep Red */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-fishing-games-tips .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-fishing-games-tips .intro-section p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #555;
}

.page-fishing-games-tips .content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.page-fishing-games-tips .grid-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-tips .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-fishing-games-tips .grid-item .section-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
  object-fit: cover;
}

.page-fishing-games-tips .grid-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-fishing-games-tips .grid-item ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-fishing-games-tips .grid-item ul li {
  background: #fdfdfd;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-left: 4px solid #FFD700;
  border-radius: 5px;
  font-size: 1em;
  color: #444;
}

.page-fishing-games-tips .strategy-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-tips .strategy-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-fishing-games-tips .strategy-item .strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
  object-fit: cover;
}

.page-fishing-games-tips .strategy-title {
  font-size: 2em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-fishing-games-tips .strategy-item p {
  font-size: 1.1em;
  color: #555;
}

.page-fishing-games-tips .common-mistakes-section ul {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.page-fishing-games-tips .common-mistakes-section ul li {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 5px solid #8B0000;
  border-radius: 8px;
  font-size: 1.1em;
  color: #444;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-fishing-games-tips .expert-advice-section {
  background-color: #f0f0f0;
}

.page-fishing-games-tips .advice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-fishing-games-tips .advice-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-tips .advice-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-fishing-games-tips .advice-item .advice-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
  object-fit: cover;
}

.page-fishing-games-tips .advice-item h3 {
  font-size: 1.7em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-fishing-games-tips .advice-item p {
  font-size: 1em;
  color: #555;
}

.page-fishing-games-tips .cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-fishing-games-tips .cta-button.large-cta, .page-fishing-games-tips .cta-button.final-cta {
  display: inline-block;
  padding: 18px 45px;
  background: #8B0000; /* Deep Red */
  color: #FFD700; /* Gold */
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 2px solid #FFD700;
}

.page-fishing-games-tips .cta-button.large-cta:hover, .page-fishing-games-tips .cta-button.final-cta:hover {
  background: #FFD700;
  color: #8B0000;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  border-color: #8B0000;
}

.page-fishing-games-tips .faq-section {
  background-color: #fff;
}

.page-fishing-games-tips .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-fishing-games-tips .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-fishing-games-tips .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-fishing-games-tips .faq-question:hover {
  background: #e6c200;
}

.page-fishing-games-tips .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #8B0000;
}

.page-fishing-games-tips .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #8B0000;
}

.page-fishing-games-tips .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-fishing-games-tips .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #444;
}

.page-fishing-games-tips .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 25px;
  border-top: 1px solid #eee;
}

.page-fishing-games-tips .faq-answer p {
  margin: 0;
  font-size: 1em;
}

.page-fishing-games-tips .conclusion-section {
  text-align: center;
  background-color: #f8f8f8;
}

.page-fishing-games-tips .conclusion-section p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #555;
}

.page-fishing-games-tips a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-fishing-games-tips a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-fishing-games-tips-hero .hero-title {
    font-size: 2.8em;
  }
  .page-fishing-games-tips .section-title {
    font-size: 2.2em;
  }
  .page-fishing-games-tips .grid-title {
    font-size: 1.6em;
  }
  .page-fishing-games-tips .strategy-title {
    font-size: 1.8em;
  }
  .page-fishing-games-tips .advice-item h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-tips-hero {
    padding: 60px 15px;
    min-height: 350px;
  }
  .page-fishing-games-tips-hero .hero-title {
    font-size: 2.2em;
  }
  .page-fishing-games-tips-hero .hero-description {
    font-size: 1em;
  }
  .page-fishing-games-tips-hero .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-fishing-games-tips .container {
    padding: 0 15px;
  }
  .page-fishing-games-tips-section {
    padding: 40px 0;
  }
  .page-fishing-games-tips .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-fishing-games-tips .content-grid, .page-fishing-games-tips .advice-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-fishing-games-tips .grid-item, .page-fishing-games-tips .strategy-item, .page-fishing-games-tips .advice-item {
    padding: 20px;
  }
  .page-fishing-games-tips .grid-title {
    font-size: 1.4em;
  }
  .page-fishing-games-tips .strategy-title {
    font-size: 1.6em;
  }
  .page-fishing-games-tips .common-mistakes-section ul li {
    font-size: 0.95em;
    padding: 15px 20px;
  }
  .page-fishing-games-tips .advice-item h3 {
    font-size: 1.3em;
  }
  .page-fishing-games-tips .cta-button.large-cta, .page-fishing-games-tips .cta-button.final-cta {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-fishing-games-tips .faq-question {
    padding: 15px 20px;
  }
  .page-fishing-games-tips .faq-question h3 {
    font-size: 1.1em;
  }
  .page-fishing-games-tips .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games-tips-hero .hero-title {
    font-size: 1.8em;
  }
  .page-fishing-games-tips .section-title {
    font-size: 1.5em;
  }
  .page-fishing-games-tips .grid-title {
    font-size: 1.2em;
  }
  .page-fishing-games-tips .strategy-title {
    font-size: 1.4em;
  }
  .page-fishing-games-tips .advice-item h3 {
    font-size: 1.2em;
  }
  .page-fishing-games-tips .cta-button.large-cta, .page-fishing-games-tips .cta-button.final-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
}