/* style/blog-fishing-games-selection-guide.css */
/* Import Google Fonts - optional, if needed */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */

:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg: #17191F;
  --bg-color: #0D0E12;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange: #D96800;
  --dark-text: #333333;
  --light-text: #ffffff;
  --button-gradient: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange) 100%);
}

.page-blog-fishing-games-selection-guide {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Default text color for dark background */
  background-color: var(--bg-color); /* Main background color */
}

.page-blog-fishing-games-selection-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--bg-color);
  overflow: hidden;
}

.page-blog-fishing-games-selection-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-fishing-games-selection-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  max-height: 600px; /* Limit height for aesthetic */
}

.page-blog-fishing-games-selection-guide__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: 40px;
  padding: 20px;
  background: rgba(13, 14, 18, 0.7); /* Semi-transparent background for text */
  border-radius: 8px;
}

.page-blog-fishing-games-selection-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 165, 58, 0.5);
}

.page-blog-fishing-games-selection-guide__description {
  font-size: 1.1em;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

.page-blog-fishing-games-selection-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--button-gradient);
  color: var(--light-text);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-fishing-games-selection-guide__cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-fishing-games-selection-guide__cta-button--secondary {
  background: none;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: none;
}

.page-blog-fishing-games-selection-guide__cta-button--secondary:hover {
  background: var(--primary-color);
  color: var(--light-text);
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-fishing-games-selection-guide__content-section {
  padding: 80px 20px;
}

.page-blog-fishing-games-selection-guide__light-bg {
  background-color: var(--text-main-color);
  color: var(--dark-text);
}

.page-blog-fishing-games-selection-guide__dark-bg {
  background-color: var(--bg-color);
  color: var(--text-main-color);
}

.page-blog-fishing-games-selection-guide__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherit color from section background */
}

.page-blog-fishing-games-selection-guide__light-bg .page-blog-fishing-games-selection-guide__section-title {
  color: var(--primary-color);
}

.page-blog-fishing-games-selection-guide__dark-bg .page-blog-fishing-games-selection-guide__section-title {
  color: var(--secondary-color);
}

.page-blog-fishing-games-selection-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-fishing-games-selection-guide__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: inherit;
}

.page-blog-fishing-games-selection-guide__features-section {
  padding: 80px 20px;
}

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

.page-blog-fishing-games-selection-guide__feature-card {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
  color: var(--text-main-color);
}

.page-blog-fishing-games-selection-guide__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-blog-fishing-games-selection-guide__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-fishing-games-selection-guide__feature-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-blog-fishing-games-selection-guide__feature-description {
  font-size: 1em;
  color: var(--text-main-color);
}

.page-blog-fishing-games-selection-guide__criteria-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-fishing-games-selection-guide__criteria-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid var(--primary-color);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--dark-text);
}

.page-blog-fishing-games-selection-guide__criteria-heading {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-blog-fishing-games-selection-guide__popular-games-section {
  padding: 80px 20px;
}

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

.page-blog-fishing-games-selection-guide__game-card {
  background-color: var(--card-bg);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
  color: var(--text-main-color);
  display: flex;
  flex-direction: column;
}

.page-blog-fishing-games-selection-guide__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-blog-fishing-games-selection-guide__game-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-fishing-games-selection-guide__game-title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.page-blog-fishing-games-selection-guide__game-description {
  font-size: 0.95em;
  color: var(--text-main-color);
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-fishing-games-selection-guide__game-link {
  display: inline-block;
  padding: 10px 20px;
  background: var(--button-gradient);
  color: var(--light-text);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-fishing-games-selection-guide__game-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 140, 26, 0.4);
}

.page-blog-fishing-games-selection-guide__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-fishing-games-selection-guide__tips-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid var(--primary-color);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--dark-text);
}

.page-blog-fishing-games-selection-guide__tips-heading {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-blog-fishing-games-selection-guide__how-to-play-section {
  padding: 80px 20px;
}

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

.page-blog-fishing-games-selection-guide__step-card {
  background-color: var(--card-bg);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
  color: var(--text-main-color);
}

.page-blog-fishing-games-selection-guide__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-blog-fishing-games-selection-guide__step-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-fishing-games-selection-guide__step-title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.page-blog-fishing-games-selection-guide__step-description {
  font-size: 0.95em;
  color: var(--text-main-color);
}

.page-blog-fishing-games-selection-guide__faq-section {
  padding: 80px 20px;
}

.page-blog-fishing-games-selection-guide__faq-list {
  margin-top: 40px;
}

.page-blog-fishing-games-selection-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--dark-text);
}

.page-blog-fishing-games-selection-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  color: var(--primary-color);
  list-style: none; /* For details/summary */
}

.page-blog-fishing-games-selection-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fishing-games-selection-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-fishing-games-selection-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-fishing-games-selection-guide__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: var(--dark-text);
}

.page-blog-fishing-games-selection-guide__conclusion-section {
  padding: 80px 20px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-fishing-games-selection-guide__hero-section {
    padding: 40px 15px;
  }
  .page-blog-fishing-games-selection-guide__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-fishing-games-selection-guide__description {
    font-size: 1em;
  }
  .page-blog-fishing-games-selection-guide__section-title {
    font-size: clamp(1.6em, 4vw, 2.5em);
  }
  .page-blog-fishing-games-selection-guide__content-section,
  .page-blog-fishing-games-selection-guide__features-section,
  .page-blog-fishing-games-selection-guide__popular-games-section,
  .page-blog-fishing-games-selection-guide__how-to-play-section,
  .page-blog-fishing-games-selection-guide__faq-section,
  .page-blog-fishing-games-selection-guide__conclusion-section {
    padding: 60px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-fishing-games-selection-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-fishing-games-selection-guide__hero-section {
    padding: 30px 10px;
  }
  .page-blog-fishing-games-selection-guide__hero-content {
    margin-top: 20px;
    padding: 15px;
  }
  .page-blog-fishing-games-selection-guide__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }
  .page-blog-fishing-games-selection-guide__description {
    font-size: 0.95em;
  }
  .page-blog-fishing-games-selection-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-fishing-games-selection-guide__section-title {
    font-size: clamp(1.4em, 5vw, 2em);
  }
  .page-blog-fishing-games-selection-guide__feature-grid,
  .page-blog-fishing-games-selection-guide__game-cards-grid,
  .page-blog-fishing-games-selection-guide__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-fishing-games-selection-guide__feature-card,
  .page-blog-fishing-games-selection-guide__game-card,
  .page-blog-fishing-games-selection-guide__step-card {
    padding: 20px;
  }
  .page-blog-fishing-games-selection-guide__feature-icon,
  .page-blog-fishing-games-selection-guide__game-image,
  .page-blog-fishing-games-selection-guide__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-fishing-games-selection-guide__container,
  .page-blog-fishing-games-selection-guide__hero-section,
  .page-blog-fishing-games-selection-guide__content-section,
  .page-blog-fishing-games-selection-guide__features-section,
  .page-blog-fishing-games-selection-guide__popular-games-section,
  .page-blog-fishing-games-selection-guide__how-to-play-section,
  .page-blog-fishing-games-selection-guide__faq-section,
  .page-blog-fishing-games-selection-guide__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-blog-fishing-games-selection-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-fishing-games-selection-guide__faq-answer {
    padding: 0 20px 15px 20px;
  }
  .page-blog-fishing-games-selection-guide__game-link {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .page-blog-fishing-games-selection-guide__hero-content {
    padding: 10px;
  }
  .page-blog-fishing-games-selection-guide__main-title {
    font-size: clamp(1.2em, 7vw, 2em);
  }
  .page-blog-fishing-games-selection-guide__cta-button {
    padding: 10px 20px;
  }
}