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

.page-blog-cockfighting-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding for first section */
  padding-bottom: 60px;
  background-color: #0A4B2C; /* Deep Green */
  overflow: hidden;
}

.page-blog-cockfighting-betting-strategy__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text contrast */
}

.page-blog-cockfighting-betting-strategy__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  z-index: 2; /* Ensure content is above image */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-cockfighting-betting-strategy__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-cockfighting-betting-strategy__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-cockfighting-betting-strategy__btn-primary,
.page-blog-cockfighting-betting-strategy__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  width: auto; /* Default for desktop */
}

.page-blog-cockfighting-betting-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-cockfighting-betting-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-cockfighting-betting-strategy__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-cockfighting-betting-strategy__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__light-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__dark-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__section-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-cockfighting-betting-strategy__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-cockfighting-betting-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #2AD16F;
  border-radius: 2px;
}

.page-blog-cockfighting-betting-strategy__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  font-weight: 600;
  color: #2AD16F; /* Button gradient start */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-cockfighting-betting-strategy__text-block {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__text-block a {
  color: #57E38D; /* Glow */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-cockfighting-betting-strategy__text-block a:hover {
  color: #F2C14E; /* Gold */
  text-decoration: underline;
}

.page-blog-cockfighting-betting-strategy__highlight {
  color: #F2C14E; /* Gold */
  font-weight: 600;
}

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

.page-blog-cockfighting-betting-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-betting-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-cockfighting-betting-strategy__list-item strong {
  color: #2AD16F; /* Button gradient start */
}

.page-blog-cockfighting-betting-strategy__faq-section {
  padding: 60px 20px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

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

.page-blog-cockfighting-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-cockfighting-betting-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cockfighting-betting-strategy__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-cockfighting-betting-strategy__faq-toggle {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-cockfighting-betting-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-cockfighting-betting-strategy__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-cockfighting-betting-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-cockfighting-betting-strategy__hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px 15px;
    margin-top: -100px; /* Adjust if image is too large, or remove */
    background: rgba(8, 22, 15, 0.7); /* Background with opacity */
    border-radius: 10px;
  }

  .page-blog-cockfighting-betting-strategy__main-title {
    font-size: 2em;
  }

  .page-blog-cockfighting-betting-strategy__hero-description {
    font-size: 1em;
  }

  .page-blog-cockfighting-betting-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-cockfighting-betting-strategy__btn-primary,
  .page-blog-cockfighting-betting-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-cockfighting-betting-strategy__content-area,
  .page-blog-cockfighting-betting-strategy__faq-section {
    padding: 40px 15px;
  }

  .page-blog-cockfighting-betting-strategy__section-title {
    font-size: 1.8em;
  }

  .page-blog-cockfighting-betting-strategy__sub-title {
    font-size: 1.4em;
  }

  .page-blog-cockfighting-betting-strategy__text-block,
  .page-blog-cockfighting-betting-strategy__list-item,
  .page-blog-cockfighting-betting-strategy__faq-answer {
    font-size: 1em;
  }

  /* Mobile image responsiveness */
  .page-blog-cockfighting-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-cockfighting-betting-strategy__section,
  .page-blog-cockfighting-betting-strategy__card,
  .page-blog-cockfighting-betting-strategy__container,
  .page-blog-cockfighting-betting-strategy__hero-section,
  .page-blog-cockfighting-betting-strategy__content-area,
  .page-blog-cockfighting-betting-strategy__faq-section,
  .page-blog-cockfighting-betting-strategy__section-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-cockfighting-betting-strategy__hero-section .page-blog-cockfighting-betting-strategy__hero-image {
    width: 100%; /* Ensure hero image fills width */
  }
}

@media (max-width: 480px) {
  .page-blog-cockfighting-betting-strategy__main-title {
    font-size: 1.8em;
  }

  .page-blog-cockfighting-betting-strategy__hero-description {
    font-size: 0.9em;
  }

  .page-blog-cockfighting-betting-strategy__section-title {
    font-size: 1.5em;
  }

  .page-blog-cockfighting-betting-strategy__sub-title {
    font-size: 1.2em;
  }

  .page-blog-cockfighting-betting-strategy__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-cockfighting-betting-strategy__faq-answer {
    padding: 0 20px 15px;
  }
}