/* style/blog-how-to-enjoy-fishing-games-helo888.css */
.page-blog-how-to-enjoy-fishing-games-helo888 {
  color: var(--text-main);
  background-color: var(--background-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-enjoy-fishing-games-helo888__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px;
  background-color: var(--background-color);
  overflow: hidden;
}

.page-blog-how-to-enjoy-fishing-games-helo888__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 200px; /* Min size requirement */
}

.page-blog-how-to-enjoy-fishing-games-helo888__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
  color: var(--text-main);
}

.page-blog-how-to-enjoy-fishing-games-helo888__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main);
  margin-bottom: 15px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-secondary {
  display: inline-block;
  background: var(--card-bg);
  color: var(--main-color);
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid var(--main-color);
  cursor: pointer;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-secondary:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-link {
  color: var(--gold-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-how-to-enjoy-fishing-games-helo888__btn-link:hover {
  color: var(--glow-color);
  text-decoration: underline;
}

.page-blog-how-to-enjoy-fishing-games-helo888__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: var(--text-main);
}

.page-blog-how-to-enjoy-fishing-games-helo888__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-enjoy-fishing-games-helo888__introduction-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: var(--text-secondary);
}

.page-blog-how-to-enjoy-fishing-games-helo888__article h2 {
  color: var(--text-main);
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 2px solid var(--divider-color);
  padding-bottom: 10px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__article h3 {
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
}

.page-blog-how-to-enjoy-fishing-games-helo888__article p {
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-enjoy-fishing-games-helo888__feature-list,
.page-blog-how-to-enjoy-fishing-games-helo888__step-list,
.page-blog-how-to-enjoy-fishing-games-helo888__fish-type-list,
.page-blog-how-to-enjoy-fishing-games-helo888__strategy-list,
.page-blog-how-to-enjoy-fishing-games-helo888__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__feature-item,
.page-blog-how-to-enjoy-fishing-games-helo888__step-item,
.page-blog-how-to-enjoy-fishing-games-helo888__fish-type-item,
.page-blog-how-to-enjoy-fishing-games-helo888__strategy-item,
.page-blog-how-to-enjoy-fishing-games-helo888__promo-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-enjoy-fishing-games-helo888__feature-heading,
.page-blog-how-to-enjoy-fishing-games-helo888__step-heading,
.page-blog-how-to-enjoy-fishing-games-helo888__fish-type-heading,
.page-blog-how-to-enjoy-fishing-games-helo888__strategy-heading,
.page-blog-how-to-enjoy-fishing-games-helo888__promo-heading {
  color: var(--gold-color);
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-how-to-enjoy-fishing-games-helo888__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Min size requirement */
  min-height: 200px; /* Min size requirement */
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main);
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-question:hover {
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color);
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-item[open] .page-blog-how-to-enjoy-fishing-games-helo888__faq-toggle {
  content: '−';
}

.page-blog-how-to-enjoy-fishing-games-helo888__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary);
  font-size: 0.95em;
}

.page-blog-how-to-enjoy-fishing-games-helo888__call-to-action {
  background-color: var(--deep-green-color);
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-enjoy-fishing-games-helo888__cta-title {
  color: var(--gold-color);
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-enjoy-fishing-games-helo888__cta-description {
  color: var(--text-main);
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-enjoy-fishing-games-helo888__main-title {
    font-size: 2.8em;
  }
  .page-blog-how-to-enjoy-fishing-games-helo888__hero-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-enjoy-fishing-games-helo888__hero-section {
    padding: 10px 15px 30px;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__main-title {
    font-size: 2em; /* Adjusted for mobile, avoids fixed large size */
    line-height: 1.3;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__hero-description {
    font-size: 0.95em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__btn-primary,
  .page-blog-how-to-enjoy-fishing-games-helo888__btn-secondary,
  .page-blog-how-to-enjoy-fishing-games-helo888 a[class*="button"],
  .page-blog-how-to-enjoy-fishing-games-helo888 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;
  }
  
  .page-blog-how-to-enjoy-fishing-games-helo888__cta-buttons,
  .page-blog-how-to-enjoy-fishing-games-helo888__button-group,
  .page-blog-how-to-enjoy-fishing-games-helo888__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__content-area,
  .page-blog-how-to-enjoy-fishing-games-helo888__container,
  .page-blog-how-to-enjoy-fishing-games-helo888__call-to-action {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__section,
  .page-blog-how-to-enjoy-fishing-games-helo888__card,
  .page-blog-how-to-enjoy-fishing-games-helo888__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__article h2 {
    font-size: 1.8em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__article h3 {
    font-size: 1.3em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__cta-title {
    font-size: 2em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__cta-description {
    font-size: 1em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__feature-item,
  .page-blog-how-to-enjoy-fishing-games-helo888__step-item,
  .page-blog-how-to-enjoy-fishing-games-helo888__fish-type-item,
  .page-blog-how-to-enjoy-fishing-games-helo888__strategy-item,
  .page-blog-how-to-enjoy-fishing-games-helo888__promo-item {
    padding: 18px;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-enjoy-fishing-games-helo888__faq-answer {
    padding: 0 20px 15px;
  }
}