.page-cockfight-predictions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

.page-cockfight-predictions__dark-bg {
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff; /* White text for dark background */
}

.page-cockfight-predictions__light-bg {
  background-color: #ffffff; /* White background */
  color: #333333; /* Dark text for light background */
}

.page-cockfight-predictions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-cockfight-predictions__hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  background-color: #26A9E0;
  color: #ffffff;
  padding-top: 0; /* Assuming shared.css sets body padding-top */
}

.page-cockfight-predictions__hero-content {
  flex: 1;
  padding-right: 40px;
  padding-left: 20px;
}

.page-cockfight-predictions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-cockfight-predictions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-cockfight-predictions__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.page-cockfight-predictions__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfight-predictions__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-cockfight-predictions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-cockfight-predictions__btn-primary,
.page-cockfight-predictions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-cockfight-predictions__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-cockfight-predictions__btn-primary:hover {
  background-color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-cockfight-predictions__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfight-predictions__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-cockfight-predictions__cta-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-cockfight-predictions__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-cockfight-predictions__features-grid,
.page-cockfight-predictions__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-cockfight-predictions__feature-item,
.page-cockfight-predictions__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
}

.page-cockfight-predictions__dark-bg .page-cockfight-predictions__feature-item,
.page-cockfight-predictions__dark-bg .page-cockfight-predictions__card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfight-predictions__feature-title,
.page-cockfight-predictions__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: inherit;
}

.page-cockfight-predictions__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-cockfight-predictions__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.page-cockfight-predictions__list-item strong {
  color: #ffffff;
}

.page-cockfight-predictions__match-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-cockfight-predictions__match-item {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #333333;
}

.page-cockfight-predictions__match-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-cockfight-predictions__match-details {
  font-size: 1em;
  margin-bottom: 5px;
}

.page-cockfight-predictions__match-prediction a {
  color: #26A9E0;
  text-decoration: none;
}

.page-cockfight-predictions__match-prediction a:hover {
  text-decoration: underline;
}

.page-cockfight-predictions__betting-steps {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 30px;
  color: #ffffff;
}

.page-cockfight-predictions__step-item {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-cockfight-predictions__step-item strong {
  color: #ffffff;
}

.page-cockfight-predictions__features-list .page-cockfight-predictions__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfight-predictions__features-list .page-cockfight-predictions__feature-title {
  color: #ffffff;
}

.page-cockfight-predictions__faq-list {
  margin-top: 30px;
}

.page-cockfight-predictions__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-cockfight-predictions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-cockfight-predictions__faq-question:hover {
  background-color: #e0e0e0;
}

.page-cockfight-predictions__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
}

.page-cockfight-predictions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-cockfight-predictions__faq-item.active .page-cockfight-predictions__faq-toggle {
  transform: rotate(45deg);
  content: '−';
}

.page-cockfight-predictions__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #555555;
}

.page-cockfight-predictions__faq-item.active .page-cockfight-predictions__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-cockfight-predictions__faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
}

.page-cockfight-predictions__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
}

.page-cockfight-predictions__faq-answer a:hover {
  text-decoration: underline;
}

.page-cockfight-predictions__final-cta-section {
  text-align: center;
  padding: 60px 20px;
}

.page-cockfight-predictions__final-cta-section .page-cockfight-predictions__btn-primary {
  margin-right: 15px;
}

/* General image responsiveness */
.page-cockfight-predictions img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfight-predictions__hero-title {
    font-size: 2.5em;
  }

  .page-cockfight-predictions__hero-description {
    font-size: 1.1em;
  }

  .page-cockfight-predictions__hero-content {
    padding-right: 20px;
  }

  .page-cockfight-predictions__hero-image-wrapper {
    padding-right: 0;
  }

  .page-cockfight-predictions__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-cockfight-predictions__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
    padding-top: 0; /* Assuming shared.css sets body padding-top */
  }

  .page-cockfight-predictions__hero-content {
    padding: 0 15px;
    padding-top: var(--header-offset, 120px); /* Fallback if shared doesn't provide body padding */
    order: 2; /* Content after image on mobile */
  }

  .page-cockfight-predictions__hero-image-wrapper {
    order: 1; /* Image first on mobile */
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-cockfight-predictions__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-cockfight-predictions__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  /* 产品展示图区域 - Not explicitly present as gameshow, but generic grid/card layout is handled */
  .page-cockfight-predictions__features-grid,
  .page-cockfight-predictions__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-cockfight-predictions__prediction-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page-cockfight-predictions__match-list {
    padding: 0 15px;
  }

  /* 通用图片与容器 */
  .page-cockfight-predictions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cockfight-predictions__container,
  .page-cockfight-predictions__section,
  .page-cockfight-predictions__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* 按钮与按钮容器 */
  .page-cockfight-predictions__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-cockfight-predictions__btn-primary,
  .page-cockfight-predictions__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 其他内容模块 */
  .page-cockfight-predictions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-cockfight-predictions__text-block,
  .page-cockfight-predictions__list-item,
  .page-cockfight-predictions__step-item,
  .page-cockfight-predictions__feature-description,
  .page-cockfight-predictions__card-description {
    font-size: 1em;
  }

  .page-cockfight-predictions__faq-question h3 {
    font-size: 1.1em;
  }

  .page-cockfight-predictions__faq-answer {
    padding: 0 15px;
  }

  .page-cockfight-predictions__faq-item.active .page-cockfight-predictions__faq-answer {
    padding: 15px;
  }

  .page-cockfight-predictions__feature-item,
  .page-cockfight-predictions__card,
  .page-cockfight-predictions__match-item {
    padding: 20px;
  }

  .page-cockfight-predictions__final-cta-section {
    padding: 40px 15px;
  }
}