.page-resources-today-cockfighting-live-commentary-guide {
  color: #ffffff; /* Text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-resources-today-cockfighting-live-commentary-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-today-cockfighting-live-commentary-guide__hero-section {
  background: linear-gradient(135deg, #26A9E0, #1a1a2e);
  padding-top: 0; /* Handled by shared.css body padding-top, so this section starts at 0 */
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-today-cockfighting-live-commentary-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-today-cockfighting-live-commentary-guide__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-today-cockfighting-live-commentary-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-resources-today-cockfighting-live-commentary-guide__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-today-cockfighting-live-commentary-guide__btn-primary,
.page-resources-today-cockfighting-live-commentary-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-today-cockfighting-live-commentary-guide__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-today-cockfighting-live-commentary-guide__btn-primary:hover {
  background: #1e87c0;
  transform: translateY(-2px);
}

.page-resources-today-cockfighting-live-commentary-guide__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-today-cockfighting-live-commentary-guide__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-today-cockfighting-live-commentary-guide__btn-download {
  background: #EA7C07;
  border-color: #EA7C07;
}

.page-resources-today-cockfighting-live-commentary-guide__btn-download:hover {
  background: #c76a06;
  border-color: #c76a06;
}

.page-resources-today-cockfighting-live-commentary-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-today-cockfighting-live-commentary-guide__section {
  padding: 80px 0;
  background: #1a1a2e;
}

.page-resources-today-cockfighting-live-commentary-guide__dark-section {
  background: #121220;
}

.page-resources-today-cockfighting-live-commentary-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-today-cockfighting-live-commentary-guide__section-description,
.page-resources-today-cockfighting-live-commentary-guide__paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: justify;
  margin-bottom: 20px;
}

.page-resources-today-cockfighting-live-commentary-guide__content-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-today-cockfighting-live-commentary-guide__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-resources-today-cockfighting-live-commentary-guide__image-wrapper {
  flex: 1;
  min-width: 400px; /* Ensure images are not too small */
}

.page-resources-today-cockfighting-live-commentary-guide__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-today-cockfighting-live-commentary-guide__text-content {
  flex: 1;
}

.page-resources-today-cockfighting-live-commentary-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-section {
  background: #1a1a2e;
  padding-bottom: 80px;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-list {
  margin-top: 40px;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-today-cockfighting-live-commentary-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-resources-today-cockfighting-live-commentary-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-item.active .page-resources-today-cockfighting-live-commentary-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-today-cockfighting-live-commentary-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-item.active .page-resources-today-cockfighting-live-commentary-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 20px;
}

.page-resources-today-cockfighting-live-commentary-guide__faq-answer p {
  margin-bottom: 0;
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 768px) {
  .page-resources-today-cockfighting-live-commentary-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-today-cockfighting-live-commentary-guide__container {
    padding: 0 15px;
  }

  /* HERO 主图区域 */
  .page-resources-today-cockfighting-live-commentary-guide__hero-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .page-resources-today-cockfighting-live-commentary-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-today-cockfighting-live-commentary-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-today-cockfighting-live-commentary-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* 其他内容模块 - Section padding */
  .page-resources-today-cockfighting-live-commentary-guide__section {
    padding: 40px 0;
  }

  .page-resources-today-cockfighting-live-commentary-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-today-cockfighting-live-commentary-guide__section-description,
  .page-resources-today-cockfighting-live-commentary-guide__paragraph {
    font-size: 0.95em;
  }

  .page-resources-today-cockfighting-live-commentary-guide__content-grid {
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-today-cockfighting-live-commentary-guide__image-wrapper {
    min-width: unset;
    width: 100%;
  }

  /* 通用图片与容器 */
  .page-resources-today-cockfighting-live-commentary-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-today-cockfighting-live-commentary-guide__section,
  .page-resources-today-cockfighting-live-commentary-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* 按钮与按钮容器 */
  .page-resources-today-cockfighting-live-commentary-guide__btn-primary,
  .page-resources-today-cockfighting-live-commentary-guide__btn-secondary,
  .page-resources-today-cockfighting-live-commentary-guide a[class*="button"],
  .page-resources-today-cockfighting-live-commentary-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-resources-today-cockfighting-live-commentary-guide__cta-buttons,
  .page-resources-today-cockfighting-live-commentary-guide__button-group,
  .page-resources-today-cockfighting-live-commentary-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  /* FAQ section */
  .page-resources-today-cockfighting-live-commentary-guide__faq-question {
    font-size: 1.05em;
    padding: 15px;
  }

  .page-resources-today-cockfighting-live-commentary-guide__faq-answer {
    padding: 0 15px;
  }

  .page-resources-today-cockfighting-live-commentary-guide__faq-item.active .page-resources-today-cockfighting-live-commentary-guide__faq-answer {
    padding: 10px 15px;
  }
}