/* style/resources-fishing-game-tips.css */
.page-resources-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
}

.page-resources-fishing-game-tips__dark-bg {
  background-color: #1a1a2e; /* Inherited from body or specific dark section */
  color: #ffffff;
}

.page-resources-fishing-game-tips__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

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

.page-resources-fishing-game-tips__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  text-align: center;
  background: linear-gradient(135deg, #26A9E0, #1a1a2e);
  color: #ffffff;
}

.page-resources-fishing-game-tips__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-fishing-game-tips__intro-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fishing-game-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-fishing-game-tips__btn-primary,
.page-resources-fishing-game-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fishing-game-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-fishing-game-tips__btn-primary:hover {
  background-color: #1a8ac7;
  border-color: #1a8ac7;
}

.page-resources-fishing-game-tips__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-fishing-game-tips__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-fishing-game-tips__content-area {
  padding: 60px 0;
}

.page-resources-fishing-game-tips__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-resources-fishing-game-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #333333;
}

.page-resources-fishing-game-tips__text-block a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-fishing-game-tips__text-block a:hover {
  text-decoration: underline;
}

.page-resources-fishing-game-tips__highlight {
  color: #EA7C07;
  font-weight: bold;
}

.page-resources-fishing-game-tips__image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.page-resources-fishing-game-tips__card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333333;
}

.page-resources-fishing-game-tips__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-fishing-game-tips__card-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-fishing-game-tips__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-fishing-game-tips__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-fishing-game-tips__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-fishing-game-tips__list-item {
  background-color: #f0f8ff;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-fishing-game-tips__list-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-fishing-game-tips__list-text {
  font-size: 1.1em;
  color: #555555;
}

.page-resources-fishing-game-tips__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 50px auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
}

.page-resources-fishing-game-tips__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.page-resources-fishing-game-tips__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  display: block;
}

.page-resources-fishing-game-tips__video-caption {
  text-align: center;
  font-size: 1.1em;
  color: #333333;
  margin-top: 20px;
}

.page-resources-fishing-game-tips__faq-list {
  margin-top: 50px;
}

.page-resources-fishing-game-tips__faq-item {
  background-color: #f0f8ff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-fishing-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #e6f7ff;
  border-bottom: 1px solid #d9edf7;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-resources-fishing-game-tips__faq-question:hover {
  background-color: #d0efff;
}

.page-resources-fishing-game-tips__faq-item[open] > .page-resources-fishing-game-tips__faq-question {
  background-color: #d0efff;
  border-bottom: 1px solid #a9d9f0;
}

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

.page-resources-fishing-game-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-fishing-game-tips__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05em;
  color: #555555;
}

.page-resources-fishing-game-tips__final-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #e6f7ff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-fishing-game-tips__cta-text {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-fishing-game-tips__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-fishing-game-tips__main-title {
    font-size: 2.8em;
  }
  .page-resources-fishing-game-tips__intro-description {
    font-size: 1.2em;
  }
  .page-resources-fishing-game-tips__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-fishing-game-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-fishing-game-tips__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-fishing-game-tips__main-title {
    font-size: 2.2em;
  }
  .page-resources-fishing-game-tips__intro-description {
    font-size: 1em;
  }
  .page-resources-fishing-game-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-resources-fishing-game-tips__btn-primary,
  .page-resources-fishing-game-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 10px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-fishing-game-tips__container {
    padding: 0 15px;
  }
  .page-resources-fishing-game-tips__content-area {
    padding: 40px 0;
  }
  .page-resources-fishing-game-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-fishing-game-tips__text-block,
  .page-resources-fishing-game-tips__card-text,
  .page-resources-fishing-game-tips__list-text,
  .page-resources-fishing-game-tips__faq-answer p,
  .page-resources-fishing-game-tips__video-caption {
    font-size: 0.95em;
  }
  .page-resources-fishing-game-tips__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-fishing-game-tips__card {
    padding: 20px;
  }
  .page-resources-fishing-game-tips__card-title {
    font-size: 1.5em;
  }
  .page-resources-fishing-game-tips__list-item {
    padding: 15px;
  }
  .page-resources-fishing-game-tips__list-title {
    font-size: 1.3em;
  }
  .page-resources-fishing-game-tips__video-wrapper {
    margin: 30px auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  .page-resources-fishing-game-tips__video,
  .page-resources-fishing-game-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-fishing-game-tips__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-fishing-game-tips__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-resources-fishing-game-tips__final-cta {
    padding: 30px;
  }
  .page-resources-fishing-game-tips__cta-text {
    font-size: 1.2em;
  }
  .page-resources-fishing-game-tips__btn-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}