.page-cockfighting-rules-betting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-cockfighting-rules-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-cockfighting-rules-betting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles --header-offset, so small top padding here */
  background-color: #08160F;
}

.page-cockfighting-rules-betting__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-cockfighting-rules-betting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-cockfighting-rules-betting__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Pull content slightly over the image for visual hierarchy */
  background: rgba(17, 39, 27, 0.85); /* Card BG with opacity for depth */
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  z-index: 10;
  position: relative; /* Ensure it's above the image */
}

.page-cockfighting-rules-betting__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-cockfighting-rules-betting__subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-cockfighting-rules-betting__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-cockfighting-rules-betting__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-cockfighting-rules-betting__text-block {
  font-size: 1em;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-cockfighting-rules-betting__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-cockfighting-rules-betting__link {
  color: #2AD16F; /* Button gradient start color */
  text-decoration: underline;
}

.page-cockfighting-rules-betting__link:hover {
  color: #13994A; /* Button gradient end color */
}

.page-cockfighting-rules-betting__introduction-section,
.page-cockfighting-rules-betting__betting-markets-section,
.page-cockfighting-rules-betting__strategy-section,
.page-cockfighting-rules-betting__conclusion-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-cockfighting-rules-betting__rules-section,
.page-cockfighting-rules-betting__guide-section,
.page-cockfighting-rules-betting__safety-support-section {
  background-color: #08160F; /* Background */
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-cockfighting-rules-betting__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-cockfighting-rules-betting__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-rules-betting__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-cockfighting-rules-betting__list-item {
  margin-bottom: 10px;
}

.page-cockfighting-rules-betting__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-cockfighting-rules-betting__btn-primary,
.page-cockfighting-rules-betting__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting-rules-betting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
  margin-right: 15px;
}

.page-cockfighting-rules-betting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(42, 209, 111, 0.6);
}

.page-cockfighting-rules-betting__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button gradient start color */
  border: 2px solid #2AD16F; /* Border */
}

.page-cockfighting-rules-betting__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #F2FFF6; /* Text Main */
}

.page-cockfighting-rules-betting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-cockfighting-rules-betting__faq-list {
  margin-top: 30px;
}

.page-cockfighting-rules-betting__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-cockfighting-rules-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-cockfighting-rules-betting__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-rules-betting__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-cockfighting-rules-betting__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-cockfighting-rules-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-cockfighting-rules-betting__faq-item[open] .page-cockfighting-rules-betting__faq-toggle {
  content: '−';
}

.page-cockfighting-rules-betting__faq-answer {
  padding: 15px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-cockfighting-rules-betting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-cockfighting-rules-betting__container {
    padding: 0 15px;
  }

  .page-cockfighting-rules-betting__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-cockfighting-rules-betting__hero-content {
    margin-top: -60px;
    padding: 25px 15px;
  }

  .page-cockfighting-rules-betting__main-title {
    font-size: 2em;
  }

  .page-cockfighting-rules-betting__subtitle {
    font-size: 1em;
  }

  .page-cockfighting-rules-betting__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-cockfighting-rules-betting__sub-title {
    font-size: 1.3em;
  }

  .page-cockfighting-rules-betting__text-block {
    font-size: 0.95em;
  }

  .page-cockfighting-rules-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-cockfighting-rules-betting__image-wrapper,
  .page-cockfighting-rules-betting__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-cockfighting-rules-betting__btn-primary,
  .page-cockfighting-rules-betting__btn-secondary,
  .page-cockfighting-rules-betting a[class*="button"],
  .page-cockfighting-rules-betting 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;
    margin-right: 0;
    margin-bottom: 15px; /* Add vertical spacing for stacked buttons */
  }

  .page-cockfighting-rules-betting__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-rules-betting__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-cockfighting-rules-betting__faq-answer {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-cockfighting-rules-betting__introduction-section,
  .page-cockfighting-rules-betting__betting-markets-section,
  .page-cockfighting-rules-betting__strategy-section,
  .page-cockfighting-rules-betting__conclusion-section,
  .page-cockfighting-rules-betting__rules-section,
  .page-cockfighting-rules-betting__guide-section,
  .page-cockfighting-rules-betting__safety-support-section {
    padding: 40px 0;
  }

  .page-cockfighting-rules-betting__section,
  .page-cockfighting-rules-betting__card,
  .page-cockfighting-rules-betting__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}