.page-blog-ff8bet-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #f8f8f8;
}

.page-blog-ff8bet-fishing-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-ff8bet-fishing-game-tips__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  background-color: #26A9E0;
}

.page-blog-ff8bet-fishing-game-tips__hero-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.page-blog-ff8bet-fishing-game-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-ff8bet-fishing-game-tips__hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 20px;
}

.page-blog-ff8bet-fishing-game-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-ff8bet-fishing-game-tips__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.page-blog-ff8bet-fishing-game-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-blog-ff8bet-fishing-game-tips__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-ff8bet-fishing-game-tips__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
  transform: translateY(-2px);
}

.page-blog-ff8bet-fishing-game-tips__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-ff8bet-fishing-game-tips__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-blog-ff8bet-fishing-game-tips__content-section {
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-ff8bet-fishing-game-tips__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-ff8bet-fishing-game-tips__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-ff8bet-fishing-game-tips__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-ff8bet-fishing-game-tips__dark-bg .page-blog-ff8bet-fishing-game-tips__section-title {
  color: #FFFFFF;
}

.page-blog-ff8bet-fishing-game-tips__light-bg .page-blog-ff8bet-fishing-game-tips__section-title {
  color: #26A9E0;
}

.page-blog-ff8bet-fishing-game-tips__article-body {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.1rem;
}

.page-blog-ff8bet-fishing-game-tips__article-body h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-ff8bet-fishing-game-tips__dark-bg .page-blog-ff8bet-fishing-game-tips__article-body h3 {
  color: #FFFFFF;
}

.page-blog-ff8bet-fishing-game-tips__light-bg .page-blog-ff8bet-fishing-game-tips__article-body h3 {
  color: #26A9E0;
}

.page-blog-ff8bet-fishing-game-tips__article-body p {
  margin-bottom: 15px;
}

.page-blog-ff8bet-fishing-game-tips__article-body ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-ff8bet-fishing-game-tips__article-body li {
  margin-bottom: 8px;
}

.page-blog-ff8bet-fishing-game-tips__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ff8bet-fishing-game-tips__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}

details.page-blog-ff8bet-fishing-game-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-ff8bet-fishing-game-tips__faq-item summary.page-blog-ff8bet-fishing-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-ff8bet-fishing-game-tips__faq-item summary.page-blog-ff8bet-fishing-game-tips__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-ff8bet-fishing-game-tips__faq-item summary.page-blog-ff8bet-fishing-game-tips__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-ff8bet-fishing-game-tips__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-ff8bet-fishing-game-tips__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-ff8bet-fishing-game-tips__faq-item .page-blog-ff8bet-fishing-game-tips__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-blog-ff8bet-fishing-game-tips__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-ff8bet-fishing-game-tips__cta-section .page-blog-ff8bet-fishing-game-tips__section-title {
  color: #FFFFFF;
}

.page-blog-ff8bet-fishing-game-tips__cta-section .page-blog-ff8bet-fishing-game-tips__description {
  color: #f0f0f0;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-ff8bet-fishing-game-tips__hero-content-wrapper {
    padding: 15px;
  }
  .page-blog-ff8bet-fishing-game-tips__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-ff8bet-fishing-game-tips__description {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    margin-bottom: 25px;
  }
  .page-blog-ff8bet-fishing-game-tips__content-section {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .page-blog-ff8bet-fishing-game-tips__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    margin-bottom: 30px;
  }
  .page-blog-ff8bet-fishing-game-tips__article-body {
    font-size: 1rem;
  }
  .page-blog-ff8bet-fishing-game-tips__article-body h3 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  }
}

@media (max-width: 849px) {
  .page-blog-ff8bet-fishing-game-tips__hero-image {
    object-fit: contain !important; 
    aspect-ratio: unset !important; 
    width: 100% !important; 
    height: auto !important;
    position: relative; /* Change to relative to prevent overlapping issues with text */
    filter: brightness(0.8); /* Slightly less dark for visibility */
  }
  .page-blog-ff8bet-fishing-game-tips__hero-image-wrapper {
    padding-bottom: 0; /* Remove padding-bottom for aspect ratio if object-fit: contain */
    height: auto;
  }
  .page-blog-ff8bet-fishing-game-tips__hero-content-wrapper {
    position: relative; /* Change to relative to stack below image */
    padding: 20px 15px;
    align-items: flex-start; /* Align text to top */
    justify-content: flex-start;
    text-align: center;
    background-color: #26A9E0; /* Ensure background for text readability */
  }
  .page-blog-ff8bet-fishing-game-tips__hero-section {
    display: flex;
    flex-direction: column; /* Stack image and content vertically */
    padding-top: 10px;
  }
  .page-blog-ff8bet-fishing-game-tips__main-title,
  .page-blog-ff8bet-fishing-game-tips__description {
    color: #FFFFFF;
    text-shadow: none;
  }
}

@media (max-width: 768px) {
  .page-blog-ff8bet-fishing-game-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-ff8bet-fishing-game-tips__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .page-blog-ff8bet-fishing-game-tips__main-title {
    font-size: 2.2rem; /* Adjusted for mobile */
    margin-bottom: 10px;
  }
  .page-blog-ff8bet-fishing-game-tips__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-ff8bet-fishing-game-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-ff8bet-fishing-game-tips__btn-primary,
  .page-blog-ff8bet-fishing-game-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General images and containers */
  .page-blog-ff8bet-fishing-game-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset;
    min-height: unset;
  }
  .page-blog-ff8bet-fishing-game-tips__container,
  .page-blog-ff8bet-fishing-game-tips__article-body,
  .page-blog-ff8bet-fishing-game-tips__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-blog-ff8bet-fishing-game-tips__content-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .page-blog-ff8bet-fishing-game-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .page-blog-ff8bet-fishing-game-tips__article-body h3 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* FAQ specific mobile styles */
  details.page-blog-ff8bet-fishing-game-tips__faq-item summary.page-blog-ff8bet-fishing-game-tips__faq-question {
    padding: 15px;
  }
  .page-blog-ff8bet-fishing-game-tips__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-ff8bet-fishing-game-tips__faq-item .page-blog-ff8bet-fishing-game-tips__faq-answer {
    padding: 0 15px 15px;
  }

  /* CTA Section */
  .page-blog-ff8bet-fishing-game-tips__cta-section {
    padding: 50px 0;
  }
  .page-blog-ff8bet-fishing-game-tips__cta-section .page-blog-ff8bet-fishing-game-tips__description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}