/* style/resources-2024-fishing-game-high-payout-tips.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-dark: #121212;
  --button-register-login-bg: #C30808;
  --button-register-login-text: #FFFF00;
}

.page-resources-2024-fishing-game-high-payout-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Default text color for dark body background */
  background-color: var(--background-dark); /* Body background from shared.css */
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-2024-fishing-game-high-payout-tips__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-2024-fishing-game-high-payout-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  text-align: center;
  background-color: var(--primary-color);
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-2024-fishing-game-high-payout-tips__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-2024-fishing-game-high-payout-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--button-register-login-text); /* Using bright yellow for high impact */
}

.page-resources-2024-fishing-game-high-payout-tips__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-resources-2024-fishing-game-high-payout-tips__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-resources-2024-fishing-game-high-payout-tips__btn-primary {
  background-color: var(--button-register-login-bg);
  color: var(--button-register-login-text);
  border: 2px solid var(--button-register-login-text);
}

.page-resources-2024-fishing-game-high-payout-tips__btn-primary:hover {
  background-color: #e02a2a;
  border-color: var(--secondary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__btn-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-2024-fishing-game-high-payout-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-resources-2024-fishing-game-high-payout-tips__content-section {
  padding: 60px 20px;
}

.page-resources-2024-fishing-game-high-payout-tips__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-2024-fishing-game-high-payout-tips__section-title {
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
}

.page-resources-2024-fishing-game-high-payout-tips__light-bg .page-resources-2024-fishing-game-high-payout-tips__section-title {
  color: var(--primary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__section-title {
  color: var(--button-register-login-text);
}

.page-resources-2024-fishing-game-high-payout-tips__subsection-title {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__light-bg .page-resources-2024-fishing-game-high-payout-tips__subsection-title {
  color: var(--primary-color);
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__subsection-title {
  color: var(--button-register-login-text);
}

.page-resources-2024-fishing-game-high-payout-tips__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__paragraph {
  color: var(--text-light);
}

.page-resources-2024-fishing-game-high-payout-tips__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--text-dark);
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__list {
  color: var(--text-light);
}

.page-resources-2024-fishing-game-high-payout-tips__list-item {
  margin-bottom: 10px;
}

.page-resources-2024-fishing-game-high-payout-tips__list-item a,
.page-resources-2024-fishing-game-high-payout-tips__paragraph a,
.page-resources-2024-fishing-game-high-payout-tips__section-title a {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__list-item a,
.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__paragraph a,
.page-resources-2024-fishing-game-high-payout-tips__dark-bg .page-resources-2024-fishing-game-high-payout-tips__section-title a {
  color: var(--button-register-login-text);
}

.page-resources-2024-fishing-game-high-payout-tips__image-container {
  text-align: center;
  margin: 30px 0;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-resources-2024-fishing-game-high-payout-tips__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-2024-fishing-game-high-payout-tips__faq-list {
  margin-top: 30px;
}

.page-resources-2024-fishing-game-high-payout-tips__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-2024-fishing-game-high-payout-tips__faq-item[open] {
  background-color: #f9f9f9;
}

.page-resources-2024-fishing-game-high-payout-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: var(--primary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-size: 1.1em;
}

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

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

.page-resources-2024-fishing-game-high-payout-tips__faq-answer {
  padding: 20px 25px;
  color: var(--text-dark);
  background-color: var(--secondary-color);
  font-size: 1em;
}

.page-resources-2024-fishing-game-high-payout-tips__faq-answer p {
  margin-bottom: 0;
}

.page-resources-2024-fishing-game-high-payout-tips__cta-banner {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-2024-fishing-game-high-payout-tips__cta-content {
  max-width: 700px;
}

.page-resources-2024-fishing-game-high-payout-tips__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: var(--button-register-login-text);
}

.page-resources-2024-fishing-game-high-payout-tips__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-resources-2024-fishing-game-high-payout-tips__cta-image-wrapper {
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-resources-2024-fishing-game-high-payout-tips__cta-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-resources-2024-fishing-game-high-payout-tips__hero-section {
    flex-direction: row;
    text-align: left;
    padding: 100px 40px;
    padding-top: var(--header-offset, 120px);
    justify-content: space-around;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-content {
    max-width: 50%;
    margin-right: 40px;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-title {
    font-size: 3.5em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-image-wrapper {
    position: relative;
    width: 40%;
    height: auto;
    min-width: 400px;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-image {
    position: relative;
    height: auto;
  }

  .page-resources-2024-fishing-game-high-payout-tips__cta-banner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 60px;
  }

  .page-resources-2024-fishing-game-high-payout-tips__cta-content {
    max-width: 60%;
  }

  .page-resources-2024-fishing-game-high-payout-tips__cta-image-wrapper {
    max-width: 35%;
  }
}

@media (max-width: 768px) {
  .page-resources-2024-fishing-game-high-payout-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__section-title {
    font-size: 1.7em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__paragraph,
  .page-resources-2024-fishing-game-high-payout-tips__list-item,
  .page-resources-2024-fishing-game-high-payout-tips__faq-answer p {
    font-size: 0.95em;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-section,
  .page-resources-2024-fishing-game-high-payout-tips__content-section,
  .page-resources-2024-fishing-game-high-payout-tips__cta-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile image responsiveness */
  .page-resources-2024-fishing-game-high-payout-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-2024-fishing-game-high-payout-tips__image-container,
  .page-resources-2024-fishing-game-high-payout-tips__hero-image-wrapper,
  .page-resources-2024-fishing-game-high-payout-tips__cta-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-resources-2024-fishing-game-high-payout-tips__btn-primary,
  .page-resources-2024-fishing-game-high-payout-tips__btn-secondary,
  .page-resources-2024-fishing-game-high-payout-tips a[class*="button"],
  .page-resources-2024-fishing-game-high-payout-tips 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-resources-2024-fishing-game-high-payout-tips__hero-cta-buttons,
  .page-resources-2024-fishing-game-high-payout-tips__button-group,
  .page-resources-2024-fishing-game-high-payout-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-image-wrapper {
    position: relative;
    height: 250px;
    margin-top: 30px;
  }

  .page-resources-2024-fishing-game-high-payout-tips__hero-image {
    position: absolute;
  }

  .page-resources-2024-fishing-game-high-payout-tips__cta-banner {
    flex-direction: column;
  }
}

/* Ensure content area images are not too small */
.page-resources-2024-fishing-game-high-payout-tips__content-area img,
.page-resources-2024-fishing-game-high-payout-tips__list-item img,
.page-resources-2024-fishing-game-high-payout-tips__card img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-resources-2024-fishing-game-high-payout-tips__content-area img,
  .page-resources-2024-fishing-game-high-payout-tips__list-item img,
  .page-resources-2024-fishing-game-high-payout-tips__card img {
    max-width: 100% !important; /* Override min-width if necessary for mobile */
    height: auto !important;
    min-width: unset !important; /* Allow smaller display if max-width: 100% makes it smaller */
    min-height: unset !important;
  }
}