/* style/fishing-games-tips-high-score-guide.css */

.page-fishing-games-tips-high-score-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from body, but ensure consistency */
}

.page-fishing-games-tips-high-score-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #017439, #00562a);
  padding-bottom: 60px;
  overflow: hidden;
}

.page-fishing-games-tips-high-score-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  z-index: 10;
}

.page-fishing-games-tips-high-score-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-tips-high-score-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games-tips-high-score-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-fishing-games-tips-high-score-guide__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-fishing-games-tips-high-score-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f8f9fa; /* Light background for content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-fishing-games-tips-high-score-guide__section-title {
  font-size: 2.2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-fishing-games-tips-high-score-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-fishing-games-tips-high-score-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-fishing-games-tips-high-score-guide__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-fishing-games-tips-high-score-guide__card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-fishing-games-tips-high-score-guide__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-fishing-games-tips-high-score-guide__card-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-fishing-games-tips-high-score-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-fishing-games-tips-high-score-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-fishing-games-tips-high-score-guide__list-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #333333;
}

.page-fishing-games-tips-high-score-guide__list-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
}

.page-fishing-games-tips-high-score-guide__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
}

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

.page-fishing-games-tips-high-score-guide__error-item {
  background-color: #fff3f3; /* Light red background for errors */
  border-left: 5px solid #c30808;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #333333;
}

.page-fishing-games-tips-high-score-guide__error-title {
  font-size: 1.4em;
  color: #c30808;
  margin-bottom: 10px;
}

.page-fishing-games-tips-high-score-guide__error-description {
  font-size: 1em;
  line-height: 1.6;
}

.page-fishing-games-tips-high-score-guide__video-section {
  background-color: #e9ecef;
  padding: 60px 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
  color: #333333;
}

.page-fishing-games-tips-high-score-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-fishing-games-tips-high-score-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-fishing-games-tips-high-score-guide__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-fishing-games-tips-high-score-guide__video-caption {
  margin-top: 15px;
  font-style: italic;
  color: #555;
}

.page-fishing-games-tips-high-score-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-fishing-games-tips-high-score-guide__btn-primary,
.page-fishing-games-tips-high-score-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-fishing-games-tips-high-score-guide__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-fishing-games-tips-high-score-guide__btn-primary:hover {
  background-color: #00562a;
  border-color: #00562a;
}

.page-fishing-games-tips-high-score-guide__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-fishing-games-tips-high-score-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #00562a;
  border-color: #00562a;
}

.page-fishing-games-tips-high-score-guide__faq-container {
  margin-top: 40px;
}

.page-fishing-games-tips-high-score-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-fishing-games-tips-high-score-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #f0f0f0;
  color: #017439;
  transition: background-color 0.3s ease;
}

.page-fishing-games-tips-high-score-guide__faq-question:hover {
  background-color: #e0e0e0;
}

.page-fishing-games-tips-high-score-guide__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #017439;
}

.page-fishing-games-tips-high-score-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-fishing-games-tips-high-score-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-fishing-games-tips-high-score-guide__faq-item.active .page-fishing-games-tips-high-score-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

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

.page-fishing-games-tips-high-score-guide__conclusion-section {
  background: linear-gradient(135deg, #017439, #00562a);
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 40px;
}

.page-fishing-games-tips-high-score-guide__conclusion-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-fishing-games-tips-high-score-guide__conclusion-text {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-fishing-games-tips-high-score-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-fishing-games-tips-high-score-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-fishing-games-tips-high-score-guide__hero-title {
    font-size: 2em;
  }

  .page-fishing-games-tips-high-score-guide__hero-description {
    font-size: 1em;
  }

  .page-fishing-games-tips-high-score-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-fishing-games-tips-high-score-guide__btn-primary,
  .page-fishing-games-tips-high-score-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-fishing-games-tips-high-score-guide__content-area {
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-fishing-games-tips-high-score-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-fishing-games-tips-high-score-guide__grid-container {
    gap: 20px;
  }

  .page-fishing-games-tips-high-score-guide__card,
  .page-fishing-games-tips-high-score-guide__list-item,
  .page-fishing-games-tips-high-score-guide__error-item {
    padding: 20px;
  }

  .page-fishing-games-tips-high-score-guide__card-title,
  .page-fishing-games-tips-high-score-guide__list-title,
  .page-fishing-games-tips-high-score-guide__error-title {
    font-size: 1.2em;
  }

  .page-fishing-games-tips-high-score-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fishing-games-tips-high-score-guide__video-section {
    padding: 30px 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-fishing-games-tips-high-score-guide__video-wrapper {
    padding-bottom: 75%; /* Adjust for mobile video aspect ratio if needed, or keep 16:9 */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-fishing-games-tips-high-score-guide video,
  .page-fishing-games-tips-high-score-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fishing-games-tips-high-score-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-fishing-games-tips-high-score-guide__faq-question h3 {
    font-size: 1.1em;
  }

  .page-fishing-games-tips-high-score-guide__faq-answer {
    padding: 0 15px;
  }

  .page-fishing-games-tips-high-score-guide__faq-item.active .page-fishing-games-tips-high-score-guide__faq-answer {
    padding: 15px 15px;
  }

  .page-fishing-games-tips-high-score-guide__conclusion-section {
    padding: 40px 15px;
  }

  .page-fishing-games-tips-high-score-guide__conclusion-title {
    font-size: 2em;
  }
}