.page-blog-fishing-game-strategy {
  color: #333333;
  background-color: var(--background-color, #f5f5f5);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-fishing-game-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0;
  background-color: #1a1a1a;
  overflow: hidden;
}

.page-blog-fishing-game-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-fishing-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 300px;
  max-height: 600px;
  filter: none; /* Ensure no filter */
}

.page-blog-fishing-game-strategy__hero-content {
  position: relative;
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  color: #ffffff;
}

.page-blog-fishing-game-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-fishing-game-strategy__lead-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-fishing-game-strategy__btn-primary,
.page-blog-fishing-game-strategy__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
}

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

.page-blog-fishing-game-strategy__btn-primary:hover {
  background: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-fishing-game-strategy__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-fishing-game-strategy__btn-secondary:hover {
  background: #f0f0f0;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-fishing-game-strategy__login-btn {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-fishing-game-strategy__login-btn:hover {
  background: #c76706;
  border-color: #c76706;
}

.page-blog-fishing-game-strategy__content-area {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

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

.page-blog-fishing-game-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-fishing-game-strategy__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-fishing-game-strategy__text-block {
  margin-bottom: 40px;
}

.page-blog-fishing-game-strategy__text-block p {
  margin-bottom: 15px;
}

.page-blog-fishing-game-strategy__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
  object-fit: cover;
  filter: none; /* Ensure no filter */
}

.page-blog-fishing-game-strategy__faq-list {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.page-blog-fishing-game-strategy__faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.page-blog-fishing-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-fishing-game-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fishing-game-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-fishing-game-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-fishing-game-strategy__faq-answer {
  padding: 0 0 15px 0;
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
}

.page-blog-fishing-game-strategy__faq-answer p {
  margin-bottom: 0;
}

.page-blog-fishing-game-strategy__link-text {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-fishing-game-strategy__link-text:hover {
  color: #1e87c0;
}

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

  .page-blog-fishing-game-strategy__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-fishing-game-strategy__hero-content {
    padding: 20px 15px;
  }

  .page-blog-fishing-game-strategy__main-title {
    font-size: 2.2rem !important;
  }

  .page-blog-fishing-game-strategy__lead-text {
    font-size: 1rem !important;
  }

  .page-blog-fishing-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset !important;
    min-height: unset !important;
  }
  
  .page-blog-fishing-game-strategy video,
  .page-blog-fishing-game-strategy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-fishing-game-strategy__section,
  .page-blog-fishing-game-strategy__card,
  .page-blog-fishing-game-strategy__container,
  .page-blog-fishing-game-strategy__hero-section,
  .page-blog-fishing-game-strategy__video-section,
  .page-blog-fishing-game-strategy__video-container,
  .page-blog-fishing-game-strategy__video-wrapper,
  .page-blog-fishing-game-strategy__cta-buttons,
  .page-blog-fishing-game-strategy__button-group,
  .page-blog-fishing-game-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-blog-fishing-game-strategy__btn-primary,
  .page-blog-fishing-game-strategy__btn-secondary,
  .page-blog-fishing-game-strategy__login-btn,
  .page-blog-fishing-game-strategy a[class*="button"],
  .page-blog-fishing-game-strategy a[class*="btn"] {
    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;
    margin-bottom: 10px;
  }
  
  .page-blog-fishing-game-strategy__hero-content .page-blog-fishing-game-strategy__btn-primary {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }

  .page-blog-fishing-game-strategy__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.page-blog-fishing-game-strategy__faq-item[open] .page-blog-fishing-game-strategy__faq-toggle {
  content: "−";
}

.page-blog-fishing-game-strategy__faq-item:not([open]) .page-blog-fishing-game-strategy__faq-toggle {
  content: "+";
}