.page-game-guides-fishing-high-score {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-game-guides-fishing-high-score__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-fishing-high-score__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-game-guides-fishing-high-score__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-game-guides-fishing-high-score__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  margin-top: 40px;
  max-width: 900px;
  width: 100%; /* Ensure width is 100% for desktop too */
  box-sizing: border-box;
}

.page-game-guides-fishing-high-score__main-title {
  font-weight: 700;
  line-height: 1.2;
  color: #FFF3E6;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-game-guides-fishing-high-score__hero-description {
  font-size: 1.15rem;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-game-guides-fishing-high-score__section {
  padding: 60px 0;
}

.page-game-guides-fishing-high-score__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFA53A; /* Auxiliary color */
  text-align: center;
  margin-bottom: 40px;
}

.page-game-guides-fishing-high-score__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-game-guides-fishing-high-score__text-link {
  color: #FFA53A;
  text-decoration: underline;
}

.page-game-guides-fishing-high-score__text-link:hover {
  color: #FFB04D;
}

.page-game-guides-fishing-high-score__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-guides-fishing-high-score__card {
  background-color: #17191F; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-guides-fishing-high-score__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-game-guides-fishing-high-score__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-game-guides-fishing-high-score__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-game-guides-fishing-high-score__card-text {
  font-size: 1rem;
  color: #FFF3E6;
}

.page-game-guides-fishing-high-score__list {
  list-style: none;
  padding: 0;
}

.page-game-guides-fishing-high-score__ordered-list {
  list-style: decimal;
  padding-left: 20px;
}

.page-game-guides-fishing-high-score__list-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-high-score__list-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FF8C1A;
  margin-bottom: 10px;
}

.page-game-guides-fishing-high-score__list-text {
  font-size: 1rem;
  color: #FFF3E6;
}

.page-game-guides-fishing-high-score__criteria-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.page-game-guides-fishing-high-score__criteria-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-left: 5px solid #FF8C1A;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.05rem;
  color: #FFF3E6;
}

.page-game-guides-fishing-high-score__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-game-guides-fishing-high-score__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-game-guides-fishing-high-score__btn-primary,
.page-game-guides-fishing-high-score__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-game-guides-fishing-high-score__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-game-guides-fishing-high-score__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
  box-shadow: 0 0 15px #FFB04D;
}

.page-game-guides-fishing-high-score__btn-secondary {
  background: #17191F;
  color: #FF8C1A;
  border: 2px solid #FF8C1A;
}

.page-game-guides-fishing-high-score__btn-secondary:hover {
  background: #FF8C1A;
  color: #ffffff;
  box-shadow: 0 0 15px #FF8C1A;
}

.page-game-guides-fishing-high-score__btn-large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-game-guides-fishing-high-score__faq-section {
  background-color: #17191F;
  padding: 60px 0;
  border-top: 1px solid #A84F0C;
}

.page-game-guides-fishing-high-score__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides-fishing-high-score__faq-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-guides-fishing-high-score__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF3E6;
  cursor: pointer;
  background-color: #17191F;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-game-guides-fishing-high-score__faq-question::-webkit-details-marker {
  display: none;
}

.page-game-guides-fishing-high-score__faq-question:hover {
  background-color: #2a2c33;
}

.page-game-guides-fishing-high-score__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #FFA53A;
}

.page-game-guides-fishing-high-score__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #E0E0E0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-game-guides-fishing-high-score__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-game-guides-fishing-high-score__section-title {
    font-size: 2rem;
  }
  .page-game-guides-fishing-high-score__hero-image {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .page-game-guides-fishing-high-score {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-game-guides-fishing-high-score__hero-section {
    padding-bottom: 40px;
  }
  .page-game-guides-fishing-high-score__hero-image {
    max-height: 300px;
  }
  .page-game-guides-fishing-high-score__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-game-guides-fishing-high-score__hero-description {
    font-size: 1rem;
  }
  .page-game-guides-fishing-high-score__section {
    padding: 40px 0;
  }
  .page-game-guides-fishing-high-score__section-title {
    font-size: 1.8rem;
  }
  .page-game-guides-fishing-high-score__grid {
    grid-template-columns: 1fr;
  }
  .page-game-guides-fishing-high-score__card {
    padding: 20px;
  }
  .page-game-guides-fishing-high-score__card-image {
    height: 180px;
    min-width: 200px !important;
    min-height: 200px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-game-guides-fishing-high-score__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }
  .page-game-guides-fishing-high-score__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-game-guides-fishing-high-score__btn-primary,
  .page-game-guides-fishing-high-score__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-game-guides-fishing-high-score__list-item,
  .page-game-guides-fishing-high-score__criteria-item {
    padding: 15px;
  }
  .page-game-guides-fishing-high-score__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }
  .page-game-guides-fishing-high-score__faq-answer {
    padding: 0 15px 15px 15px;
  }
  .page-game-guides-fishing-high-score__section,
  .page-game-guides-fishing-high-score__card,
  .page-game-guides-fishing-high-score__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-game-guides-fishing-high-score__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}