/* style/blog-top-fishing-games-77king88.css */

/* Custom Colors */
:root {
  --color-primary: #11A84E;
  --color-secondary: #22C768;
  --color-button-gradient-start: #2AD16F;
  --color-button-gradient-end: #13994A;
  --color-card-bg: #11271B;
  --color-background: #08160F;
  --color-text-main: #F2FFF6;
  --color-text-secondary: #A7D9B8;
  --color-border: #2E7A4E;
  --color-glow: #57E38D;
  --color-gold: #F2C14E;
  --color-divider: #1E3A2A;
  --color-deep-green: #0A4B2C;
}

.page-blog-top-fishing-games-77king88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--color-text-main); /* Default text color for the page */
  background-color: var(--color-background); /* Default background for the page content */
}

.page-blog-top-fishing-games-77king88__section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-blog-top-fishing-games-77king88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-top-fishing-games-77king88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 550px; /* Adjusted for image above text */
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: var(--color-background);
}

.page-blog-top-fishing-games-77king88__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-top-fishing-games-77king88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-top-fishing-games-77king88__hero-content {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  max-width: 900px;
}

.page-blog-top-fishing-games-77king88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: bold;
  color: var(--color-gold);
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-top-fishing-games-77king88__description {
  font-size: 1.15rem;
  color: var(--color-text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-fishing-games-77king88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-top-fishing-games-77king88__btn-primary,
.page-blog-top-fishing-games-77king88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-fishing-games-77king88__btn-primary {
  background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
  color: #ffffff;
  border: none;
}

.page-blog-top-fishing-games-77king88__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-top-fishing-games-77king88__btn-secondary {
  background-color: transparent;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
}

.page-blog-top-fishing-games-77king88__btn-secondary:hover {
  background-color: rgba(242, 193, 78, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Title */
.page-blog-top-fishing-games-77king88__section-title {
  font-size: 2.5rem;
  color: var(--color-text-main);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-top-fishing-games-77king88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--color-gold);
  border-radius: 2px;
}

/* Card Styles */
.page-blog-top-fishing-games-77king88__card {
  background-color: var(--color-card-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--color-text-main);
  border: 1px solid var(--color-border);
}

.page-blog-top-fishing-games-77king88__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* Dark Section */
.page-blog-top-fishing-games-77king88__dark-section {
  background-color: var(--color-deep-green);
  color: var(--color-text-main);
}

.page-blog-top-fishing-games-77king88__dark-section .page-blog-top-fishing-games-77king88__section-title {
  color: var(--color-gold);
}

.page-blog-top-fishing-games-77king88__dark-section .page-blog-top-fishing-games-77king88__section-title::after {
  background-color: var(--color-gold);
}

/* Features Grid */
.page-blog-top-fishing-games-77king88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-top-fishing-games-77king88__feature-item {
  text-align: center;
}

.page-blog-top-fishing-games-77king88__feature-icon {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-fishing-games-77king88__feature-title {
  font-size: 1.6rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.page-blog-top-fishing-games-77king88__feature-item p {
  color: var(--color-text-secondary);
}

/* Top Games Section */
.page-blog-top-fishing-games-77king88__top-games-section {
  background-color: var(--color-background);
}

.page-blog-top-fishing-games-77king88__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-top-fishing-games-77king88__game-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-top-fishing-games-77king88__game-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-fishing-games-77king88__game-title {
  font-size: 1.7rem;
  color: var(--color-gold);
  margin-bottom: 10px;
}

.page-blog-top-fishing-games-77king88__game-card p {
  color: var(--color-text-secondary);
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Strategies Section */
.page-blog-top-fishing-games-77king88__strategy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-top-fishing-games-77king88__strategy-item {
  background-color: var(--color-card-bg);
  border-left: 5px solid var(--color-gold);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-fishing-games-77king88__strategy-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.page-blog-top-fishing-games-77king88__strategy-item p {
  color: var(--color-text-secondary);
}

/* Promotions Section */
.page-blog-top-fishing-games-77king88__promotions-section {
  background-color: var(--color-background);
}

.page-blog-top-fishing-games-77king88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-top-fishing-games-77king88__promo-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-top-fishing-games-77king88__promo-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-fishing-games-77king88__promo-title {
  font-size: 1.7rem;
  color: var(--color-gold);
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-blog-top-fishing-games-77king88__promo-card p {
  color: var(--color-text-secondary);
  margin-bottom: 20px;
}

.page-blog-top-fishing-games-77king88__cta-full-width {
  text-align: center;
  margin-top: 50px;
}

/* Registration Guide Section */
.page-blog-top-fishing-games-77king88__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-top-fishing-games-77king88__step-item {
  background-color: var(--color-card-bg);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.page-blog-top-fishing-games-77king88__step-item::before {
  content: attr(data-step);
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-gold);
  color: var(--color-background);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  border: 3px solid var(--color-deep-green);
}

.page-blog-top-fishing-games-77king88__step-item:nth-child(1)::before { content: '1'; }
.page-blog-top-fishing-games-77king88__step-item:nth-child(2)::before { content: '2'; }
.page-blog-top-fishing-games-77king88__step-item:nth-child(3)::before { content: '3'; }
.page-blog-top-fishing-games-77king88__step-item:nth-child(4)::before { content: '4'; }

.page-blog-top-fishing-games-77king88__step-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
  margin-top: 25px;
}

.page-blog-top-fishing-games-77king88__step-item p {
  color: var(--color-text-secondary);
}

/* FAQ Section */
.page-blog-top-fishing-games-77king88__faq-section {
  background-color: var(--color-background);
}

.page-blog-top-fishing-games-77king88__faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-blog-top-fishing-games-77king88__faq-item {
  background-color: var(--color-card-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--color-border);
}

.page-blog-top-fishing-games-77king88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-text-main);
  cursor: pointer;
  background-color: var(--color-deep-green);
  border-bottom: 1px solid var(--color-divider);
  list-style: none; /* For details/summary */
}

.page-blog-top-fishing-games-77king88__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-top-fishing-games-77king88__faq-item[open] .page-blog-top-fishing-games-77king88__faq-question {
  color: var(--color-gold);
}

.page-blog-top-fishing-games-77king88__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--color-gold);
}

.page-blog-top-fishing-games-77king88__faq-item[open] .page-blog-top-fishing-games-77king88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-top-fishing-games-77king88__faq-answer {
  padding: 20px;
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  background-color: var(--color-card-bg);
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

/* Conclusion Section */
.page-blog-top-fishing-games-77king88__conclusion-section {
  text-align: center;
}

.page-blog-top-fishing-games-77king88__conclusion-section p {
  font-size: 1.15rem;
  color: var(--color-text-secondary);
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-top-fishing-games-77king88__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-top-fishing-games-77king88__section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-top-fishing-games-77king88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-fishing-games-77king88__section {
    padding: 40px 0;
  }

  .page-blog-top-fishing-games-77king88__container {
    padding: 0 15px;
  }

  .page-blog-top-fishing-games-77king88__hero-section {
    min-height: auto;
    padding: 20px 0;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-top-fishing-games-77king88__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-top-fishing-games-77king88__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-top-fishing-games-77king88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-top-fishing-games-77king88__btn-primary,
  .page-blog-top-fishing-games-77king88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-top-fishing-games-77king88__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-top-fishing-games-77king88__features-grid,
  .page-blog-top-fishing-games-77king88__games-grid,
  .page-blog-top-fishing-games-77king88__strategy-list,
  .page-blog-top-fishing-games-77king88__promo-grid,
  .page-blog-top-fishing-games-77king88__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-top-fishing-games-77king88__feature-title,
  .page-blog-top-fishing-games-77king88__game-title,
  .page-blog-top-fishing-games-77king88__strategy-title,
  .page-blog-top-fishing-games-77king88__promo-title,
  .page-blog-top-fishing-games-77king88__step-title {
    font-size: 1.3rem;
  }

  .page-blog-top-fishing-games-77king88__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-top-fishing-games-77king88__faq-answer {
    font-size: 1rem;
    padding: 15px;
  }

  /* Mobile image and video responsiveness */
  .page-blog-top-fishing-games-77king88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-fishing-games-77king88 video,
  .page-blog-top-fishing-games-77king88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-fishing-games-77king88__section,
  .page-blog-top-fishing-games-77king88__card,
  .page-blog-top-fishing-games-77king88__container,
  .page-blog-top-fishing-games-77king88__hero-image-wrapper,
  .page-blog-top-fishing-games-77king88__video-section,
  .page-blog-top-fishing-games-77king88__video-container,
  .page-blog-top-fishing-games-77king88__video-wrapper,
  .page-blog-top-fishing-games-77king88__cta-buttons,
  .page-blog-top-fishing-games-77king88__button-group,
  .page-blog-top-fishing-games-77king88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* If buttons use flex, ensure they wrap or stack */
  .page-blog-top-fishing-games-77king88__cta-buttons {
    flex-direction: column !important; 
    gap: 10px !important;
  }
}