.page-arcade-fishing-games {
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-arcade-fishing-games__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-align: center;
}

.page-arcade-fishing-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-arcade-fishing-games__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay for text readability */
  border-radius: 10px;
}

.page-arcade-fishing-games__hero-content {
  color: #FFFFFF;
  max-width: 800px;
}

.page-arcade-fishing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-arcade-fishing-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-arcade-fishing-games__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-arcade-fishing-games__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-arcade-fishing-games__button--primary {
  background-color: #FCBC45;
  color: #000000;
}

.page-arcade-fishing-games__button--primary:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-arcade-fishing-games__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-arcade-fishing-games__button--secondary:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-arcade-fishing-games__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-arcade-fishing-games__button--full-width {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin-top: 30px;
}

.page-arcade-fishing-games__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-arcade-fishing-games__content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-arcade-fishing-games__content-container--center {
  text-align: center;
}

.page-arcade-fishing-games__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-arcade-fishing-games__section-intro {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-arcade-fishing-games__why-play-section, 
.page-arcade-fishing-games__popular-games-section, 
.page-arcade-fishing-games__how-to-play-section, 
.page-arcade-fishing-games__tips-strategies-section, 
.page-arcade-fishing-games__features-section, 
.page-arcade-fishing-games__join-community-section, 
.page-arcade-fishing-games__faq-section, 
.page-arcade-fishing-games__related-links-section {
  padding: 60px 0;
}

.page-arcade-fishing-games__why-play-section {
  background-color: #f8f8f8;
}

.page-arcade-fishing-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-arcade-fishing-games__feature-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-arcade-fishing-games__feature-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-arcade-fishing-games__feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-arcade-fishing-games__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 40px auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-arcade-fishing-games__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-arcade-fishing-games__game-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.page-arcade-fishing-games__game-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-arcade-fishing-games__game-name {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-arcade-fishing-games__game-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  padding: 0 15px 20px 15px;
  flex-grow: 1;
}

.page-arcade-fishing-games__play-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-arcade-fishing-games__step-item {
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #FCBC45;
}

.page-arcade-fishing-games__step-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-arcade-fishing-games__step-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-arcade-fishing-games__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-arcade-fishing-games__strategy-card {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-arcade-fishing-games__strategy-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-arcade-fishing-games__strategy-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-arcade-fishing-games__features-section {
  background-color: #f8f8f8;
}

.page-arcade-fishing-games__feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-arcade-fishing-games__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-arcade-fishing-games__feature-item-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-arcade-fishing-games__feature-item-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 10px;
}

.page-arcade-fishing-games__feature-item-description {
  font-size: 1.05em;
  line-height: 1.7;
  color: #555555;
}

.page-arcade-fishing-games__faq-list {
  margin-top: 40px;
}

.page-arcade-fishing-games__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
}

.page-arcade-fishing-games__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-arcade-fishing-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-arcade-fishing-games__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-arcade-fishing-games__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-arcade-fishing-games__faq-answer.active {
  max-height: 200px; /* Adjust based on expected content length */
  padding-top: 15px;
}

.page-arcade-fishing-games__related-links-section {
  background-color: #f0f0f0;
}

.page-arcade-fishing-games__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-arcade-fishing-games__related-link {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-arcade-fishing-games__related-link:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-arcade-fishing-games__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-arcade-fishing-games__hero-title {
    font-size: 2.5em;
  }

  .page-arcade-fishing-games__hero-description {
    font-size: 1em;
  }

  .page-arcade-fishing-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-arcade-fishing-games__button {
    width: 100%;
    max-width: 300px;
  }

  .page-arcade-fishing-games__section-title {
    font-size: 2em;
  }

  .page-arcade-fishing-games__content-container {
    padding: 40px 15px;
  }

  .page-arcade-fishing-games__why-play-section, 
  .page-arcade-fishing-games__popular-games-section, 
  .page-arcade-fishing-games__how-to-play-section, 
  .page-arcade-fishing-games__tips-strategies-section, 
  .page-arcade-fishing-games__features-section, 
.page-arcade-fishing-games__join-community-section, 
  .page-arcade-fishing-games__faq-section, 
  .page-arcade-fishing-games__related-links-section {
    padding: 40px 0;
  }

  .page-arcade-fishing-games__image-full-width,
  .page-arcade-fishing-games__game-image,
  .page-arcade-fishing-games__feature-item-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  /* Ensure content area images are responsive and don't overflow */
  .page-arcade-fishing-games img {
    max-width: 100%;
    height: auto;
  }
  .page-arcade-fishing-games {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-arcade-fishing-games__hero-title {
    font-size: 2em;
  }

  .page-arcade-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-arcade-fishing-games__feature-title, .page-arcade-fishing-games__game-name, .page-arcade-fishing-games__step-title, .page-arcade-fishing-games__strategy-title, .page-arcade-fishing-games__feature-item-title, .page-arcade-fishing-games__faq-question {
    font-size: 1.2em;
  }
}