.page-resources-cockfighting-betting-strategies {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --dark-background: #0a0a0a;
  --light-text: #ffffff;
  --dark-text: #333333;
  --login-button-color: #EA7C07;
}

.page-resources-cockfighting-betting-strategies__dark-bg {
  background-color: var(--dark-background);
  color: var(--light-text);
}

.page-resources-cockfighting-betting-strategies__light-bg {
  background-color: var(--secondary-color);
  color: var(--dark-text);
}

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

.page-resources-cockfighting-betting-strategies__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure spacing below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}

.page-resources-cockfighting-betting-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height of hero image wrapper */
  overflow: hidden;
  margin-top: 30px;
}

.page-resources-cockfighting-betting-strategies__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-resources-cockfighting-betting-strategies__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-resources-cockfighting-betting-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--light-text);
}

.page-resources-cockfighting-betting-strategies__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--light-text);
}

.page-resources-cockfighting-betting-strategies__hero-buttons,
.page-resources-cockfighting-betting-strategies__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-cockfighting-betting-strategies__btn-primary,
.page-resources-cockfighting-betting-strategies__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  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;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-cockfighting-betting-strategies__btn-primary {
  background-color: var(--primary-color);
  color: var(--light-text);
  border: 2px solid var(--primary-color);
}

.page-resources-cockfighting-betting-strategies__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

.page-resources-cockfighting-betting-strategies__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-cockfighting-betting-strategies__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--light-text);
}

.page-resources-cockfighting-betting-strategies__content-section {
  padding: 60px 0;
}

.page-resources-cockfighting-betting-strategies__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: inherit; /* Inherit color from parent section */
}

.page-resources-cockfighting-betting-strategies__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: inherit;
}

.page-resources-cockfighting-betting-strategies__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-cockfighting-betting-strategies__highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.page-resources-cockfighting-betting-strategies__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-cockfighting-betting-strategies__list-item {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-resources-cockfighting-betting-strategies__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-cockfighting-betting-strategies__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 800px; /* Limit video width */
  margin: 30px auto;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

.page-resources-cockfighting-betting-strategies__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  cursor: pointer;
}

.page-resources-cockfighting-betting-strategies__video-caption {
  margin-top: 15px;
  font-style: italic;
  color: var(--light-text);
}

.page-resources-cockfighting-betting-strategies__cta-section {
  padding: 80px 0;
  text-align: center;
}

/* FAQ Section */
.page-resources-cockfighting-betting-strategies__faq-section {
  padding: 60px 0;
}

.page-resources-cockfighting-betting-strategies__faq-list {
  margin-top: 40px;
}

.page-resources-cockfighting-betting-strategies__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-cockfighting-betting-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: var(--dark-text);
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-cockfighting-betting-strategies__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-cockfighting-betting-strategies__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-resources-cockfighting-betting-strategies__faq-item.active .page-resources-cockfighting-betting-strategies__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-cockfighting-betting-strategies__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--dark-text);
}

.page-resources-cockfighting-betting-strategies__faq-item.active .page-resources-cockfighting-betting-strategies__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px;
}

.page-resources-cockfighting-betting-strategies__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-cockfighting-betting-strategies__hero-title {
    font-size: 3em;
  }
  .page-resources-cockfighting-betting-strategies__hero-description {
    font-size: 1.2em;
  }
  .page-resources-cockfighting-betting-strategies__section-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-betting-strategies__sub-title {
    font-size: 1.6em;
  }
  .page-resources-cockfighting-betting-strategies__paragraph,
  .page-resources-cockfighting-betting-strategies__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-cockfighting-betting-strategies__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-resources-cockfighting-betting-strategies__hero-title {
    font-size: 2.2em;
  }
  .page-resources-cockfighting-betting-strategies__hero-description {
    font-size: 1.1em;
  }
  .page-resources-cockfighting-betting-strategies__hero-buttons,
  .page-resources-cockfighting-betting-strategies__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-cockfighting-betting-strategies__btn-primary,
  .page-resources-cockfighting-betting-strategies__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-cockfighting-betting-strategies__section-title {
    font-size: 1.8em;
  }
  .page-resources-cockfighting-betting-strategies__sub-title {
    font-size: 1.4em;
  }
  .page-resources-cockfighting-betting-strategies__paragraph,
  .page-resources-cockfighting-betting-strategies__list-item {
    font-size: 0.95em;
  }
  .page-resources-cockfighting-betting-strategies__container {
    padding: 0 15px;
  }
  /* Image responsiveness */
  .page-resources-cockfighting-betting-strategies img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-cockfighting-betting-strategies__hero-image-wrapper,
  .page-resources-cockfighting-betting-strategies__video-wrapper,
  .page-resources-cockfighting-betting-strategies__content-section,
  .page-resources-cockfighting-betting-strategies__cta-section,
  .page-resources-cockfighting-betting-strategies__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }
  /* Video responsiveness */
  .page-resources-cockfighting-betting-strategies video,
  .page-resources-cockfighting-betting-strategies__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-cockfighting-betting-strategies__video-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-resources-cockfighting-betting-strategies__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-cockfighting-betting-strategies__faq-answer {
    padding: 0 20px;
  }
  .page-resources-cockfighting-betting-strategies__faq-item.active .page-resources-cockfighting-betting-strategies__faq-answer {
    padding: 10px 20px;
  }
}