.page-blog-rwin1-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  background-color: var(--secondary-color, #FFFFFF);
}

.page-blog-rwin1-fishing-game-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #f0f8ff; /* Light background for hero section */
  border-bottom: 5px solid var(--primary-color);
}

.page-blog-rwin1-fishing-game-tips__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-rwin1-fishing-game-tips__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-rwin1-fishing-game-tips__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-rwin1-fishing-game-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-rwin1-fishing-game-tips__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Use clamp for H1 font size */
  color: var(--primary-color, #26A9E0);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.page-blog-rwin1-fishing-game-tips__subtitle {
  font-size: 1.15em;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-rwin1-fishing-game-tips__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color, #26A9E0);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(38, 169, 224, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-rwin1-fishing-game-tips__cta-button:hover {
  background: #1e8bcd; /* Slightly darker primary color on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(38, 169, 224, 0.6);
}

.page-blog-rwin1-fishing-game-tips__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: var(--secondary-color, #FFFFFF);
}

.page-blog-rwin1-fishing-game-tips__section-title {
  font-size: 2.2em;
  color: var(--primary-color, #26A9E0);
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}

.page-blog-rwin1-fishing-game-tips__sub-section-title {
  font-size: 1.6em;
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-rwin1-fishing-game-tips p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444444;
}

.page-blog-rwin1-fishing-game-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444444;
}

.page-blog-rwin1-fishing-game-tips__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-rwin1-fishing-game-tips__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-rwin1-fishing-game-tips__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

/* FAQ Section */
details.page-blog-rwin1-fishing-game-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
details.page-blog-rwin1-fishing-game-tips__faq-item summary.page-blog-rwin1-fishing-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  background-color: #f9f9f9;
  font-weight: 600;
  color: #333333;
}
details.page-blog-rwin1-fishing-game-tips__faq-item summary.page-blog-rwin1-fishing-game-tips__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-rwin1-fishing-game-tips__faq-item summary.page-blog-rwin1-fishing-game-tips__faq-question:hover {
  background: #f0f0f0;
}
.page-blog-rwin1-fishing-game-tips__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
}
.page-blog-rwin1-fishing-game-tips__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color, #26A9E0);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}
details.page-blog-rwin1-fishing-game-tips__faq-item[open] .page-blog-rwin1-fishing-game-tips__faq-toggle {
  transform: rotate(45deg);
}
details.page-blog-rwin1-fishing-game-tips__faq-item .page-blog-rwin1-fishing-game-tips__faq-answer {
  padding: 0 25px 20px;
  background: #ffffff;
  border-top: 1px dashed #eeeeee;
  border-radius: 0 0 8px 8px;
  font-size: 1em;
  color: #555555;
}

.page-blog-rwin1-fishing-game-tips__cta-section {
  background-color: var(--primary-color, #26A9E0);
  color: #ffffff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(38, 169, 224, 0.4);
}

.page-blog-rwin1-fishing-game-tips__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-rwin1-fishing-game-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-rwin1-fishing-game-tips__btn-primary {
  background: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: none;
  padding: 18px 45px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(234, 124, 7, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-rwin1-fishing-game-tips__btn-primary:hover {
  background: #d46b00;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(234, 124, 7, 0.6);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-rwin1-fishing-game-tips__hero-image img {
    border-radius: 8px;
  }
  .page-blog-rwin1-fishing-game-tips__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-rwin1-fishing-game-tips__section-title {
    font-size: 1.8em;
  }
  .page-blog-rwin1-fishing-game-tips__sub-section-title {
    font-size: 1.4em;
  }
  .page-blog-rwin1-fishing-game-tips p, .page-blog-rwin1-fishing-game-tips__list li {
    font-size: 1em;
  }
  .page-blog-rwin1-fishing-game-tips__cta-title {
    font-size: 2em;
  }
  .page-blog-rwin1-fishing-game-tips__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-blog-rwin1-fishing-game-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-rwin1-fishing-game-tips__hero-image img {
    border-radius: 6px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-rwin1-fishing-game-tips__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-rwin1-fishing-game-tips__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-rwin1-fishing-game-tips__section-title {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-rwin1-fishing-game-tips__sub-section-title {
    font-size: 1.3em;
  }
  .page-blog-rwin1-fishing-game-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  details.page-blog-rwin1-fishing-game-tips__faq-item summary.page-blog-rwin1-fishing-game-tips__faq-question {
    padding: 15px;
  }
  .page-blog-rwin1-fishing-game-tips__faq-qtext {
    font-size: 1em;
  }
  .page-blog-rwin1-fishing-game-tips__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-blog-rwin1-fishing-game-tips__faq-item .page-blog-rwin1-fishing-game-tips__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-rwin1-fishing-game-tips__cta-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-rwin1-fishing-game-tips__cta-title {
    font-size: 1.8em;
  }
  .page-blog-rwin1-fishing-game-tips__cta-description {
    font-size: 1em;
  }
  .page-blog-rwin1-fishing-game-tips__btn-primary {
    padding: 15px 30px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

@media (max-width: 480px) {
  .page-blog-rwin1-fishing-game-tips__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-rwin1-fishing-game-tips__section-title {
    font-size: 1.5em;
  }
  .page-blog-rwin1-fishing-game-tips__sub-section-title {
    font-size: 1.2em;
  }
  .page-blog-rwin1-fishing-game-tips__cta-title {
    font-size: 1.5em;
  }
}