.page-resources-cockfighting-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: var(--dark-bg-1); /* Inherited from shared.css */
}

.page-resources-cockfighting-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-cockfighting-betting-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.8), rgba(255, 215, 0, 0.6)), url('[GALLERY:hero_main:1920x1080:cockfighting,live_betting,strategy,vietnam,golden_red]') no-repeat center center/cover;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-cockfighting-betting-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-cockfighting-betting-strategy__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-cockfighting-betting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0;
}

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

.page-resources-cockfighting-betting-strategy__btn-primary,
.page-resources-cockfighting-betting-strategy__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-cockfighting-betting-strategy__btn-primary {
  background-color: #FFD700;
  color: #8B0000; /* Dark text for golden background */
  border: 2px solid #FFD700;
}

.page-resources-cockfighting-betting-strategy__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-cockfighting-betting-strategy__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-cockfighting-betting-strategy__btn-secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

.page-resources-cockfighting-betting-strategy__content-area {
  padding: 60px 0;
  background-color: var(--dark-bg-2); /* Slightly lighter dark background */
  color: #f0f0f0;
}

.page-resources-cockfighting-betting-strategy__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-cockfighting-betting-strategy__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-cockfighting-betting-strategy__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #e0e0e0;
}

.page-resources-cockfighting-betting-strategy__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-cockfighting-betting-strategy__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-cockfighting-betting-strategy__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-betting-strategy__list-item p {
  color: #e0e0e0;
  margin-top: 10px;
  font-size: 1.05em;
}

.page-resources-cockfighting-betting-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

.page-resources-cockfighting-betting-strategy__faq-section {
  background-color: #8B0000; /* Auxiliary color for FAQ section */
  padding: 60px 0;
  color: #ffffff;
}

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

.page-resources-cockfighting-betting-strategy__faq-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFD700;
  transition: background-color 0.3s ease;
}

.page-resources-cockfighting-betting-strategy__faq-question:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-resources-cockfighting-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-resources-cockfighting-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

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

.page-resources-cockfighting-betting-strategy__faq-answer p {
  margin: 0;
  font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-cockfighting-betting-strategy__hero-title {
    font-size: 3em;
  }
  .page-resources-cockfighting-betting-strategy__heading {
    font-size: 2em;
  }
  .page-resources-cockfighting-betting-strategy__sub-heading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-cockfighting-betting-strategy__hero-section {
    padding: 60px 15px;
  }
  .page-resources-cockfighting-betting-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-cockfighting-betting-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-cockfighting-betting-strategy__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-cockfighting-betting-strategy__btn-primary,
  .page-resources-cockfighting-betting-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-cockfighting-betting-strategy__content-area,
  .page-resources-cockfighting-betting-strategy__faq-section {
    padding: 40px 0;
  }
  .page-resources-cockfighting-betting-strategy__container {
    padding: 0 15px;
  }
  .page-resources-cockfighting-betting-strategy__heading {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  .page-resources-cockfighting-betting-strategy__sub-heading {
    font-size: 1.4em;
  }
  .page-resources-cockfighting-betting-strategy__text-block,
  .page-resources-cockfighting-betting-strategy__list-item p,
  .page-resources-cockfighting-betting-strategy__faq-answer p {
    font-size: 0.95em;
  }
  .page-resources-cockfighting-betting-strategy__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-resources-cockfighting-betting-strategy__section,
  .page-resources-cockfighting-betting-strategy__card,
  .page-resources-cockfighting-betting-strategy__container,
  .page-resources-cockfighting-betting-strategy__hero-buttons,
  .page-resources-cockfighting-betting-strategy__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-cockfighting-betting-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-cockfighting-betting-strategy__faq-answer {
    padding: 0 20px;
  }
  .page-resources-cockfighting-betting-strategy__faq-item.active .page-resources-cockfighting-betting-strategy__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-cockfighting-betting-strategy__hero-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-betting-strategy__heading {
    font-size: 1.6em;
  }
  .page-resources-cockfighting-betting-strategy__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-cockfighting-betting-strategy__faq-question {
    font-size: 1em;
  }
}