.page-blog-how-to-win-at-cockfighting {
  background-color: #08160F; /* Custom background for the page content */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Ensure body padding is respected, but page content starts from top of its own container */
.page-blog-how-to-win-at-cockfighting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(180deg, #11A84E, #0A4B2C); /* Gradient background for hero */
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 10px; /* Small top padding for hero section */
}

.page-blog-how-to-win-at-cockfighting__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for image to avoid stretching too much */
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-how-to-win-at-cockfighting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-how-to-win-at-cockfighting__hero-content {
  max-width: 900px;
  width: 100%; /* Ensure content takes full width within max-width */
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-win-at-cockfighting__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size for H1 */
  color: #F2FFF6;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-win-at-cockfighting__subtitle {
  font-size: clamp(1em, 2vw, 1.2em);
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-how-to-win-at-cockfighting__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-how-to-win-at-cockfighting__btn-primary,
.page-blog-how-to-win-at-cockfighting__btn-secondary,
.page-blog-how-to-win-at-cockfighting a[class*="button"],
.page-blog-how-to-win-at-cockfighting a[class*="btn"] {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure buttons are responsive */
}

.page-blog-how-to-win-at-cockfighting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-win-at-cockfighting__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-win-at-cockfighting__btn-secondary {
  background: #11271B;
  color: #A7D9B8;
  border: 2px solid #2E7A4E;
}

.page-blog-how-to-win-at-cockfighting__btn-secondary:hover {
  background: #2E7A4E;
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-blog-how-to-win-at-cockfighting__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #08160F; /* Content area background */
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-win-at-cockfighting__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-win-at-cockfighting__sub-title {
  font-size: 1.8em;
  color: #57E38D; /* Glow color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-win-at-cockfighting__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-how-to-win-at-cockfighting__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-how-to-win-at-cockfighting__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color for list items */
}

.page-blog-how-to-win-at-cockfighting__list-item strong {
  color: #F2FFF6;
}

.page-blog-how-to-win-at-cockfighting__image-container {
  margin: 30px 0;
  text-align: center;
  overflow: hidden; /* Ensure image container doesn't cause overflow */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-win-at-cockfighting__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-blog-how-to-win-at-cockfighting__cta-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #11271B; /* Card BG color for CTA section */
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.page-blog-how-to-win-at-cockfighting__cta-section .page-blog-how-to-win-at-cockfighting__section-title {
  color: #F2C14E;
}

.page-blog-how-to-win-at-cockfighting__cta-section .page-blog-how-to-win-at-cockfighting__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8;
}

/* FAQ Section */
.page-blog-how-to-win-at-cockfighting__faq-section {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #2E7A4E;
  padding-top: 20px;
}

.page-blog-how-to-win-at-cockfighting__faq-item {
  background-color: #11271B; /* Card BG color for FAQ items */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-win-at-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: #F2FFF6;
  background-color: #0A4B2C; /* Deep Green for FAQ question background */
  transition: background-color 0.3s ease;
  list-style: none; /* Remove default marker for summary */
}

.page-blog-how-to-win-at-cockfighting__faq-question::-webkit-details-marker {
  display: none; /* Hide WebKit default marker */
}

.page-blog-how-to-win-at-cockfighting__faq-item[open] > .page-blog-how-to-win-at-cockfighting__faq-question {
  background-color: #13994A; /* Slightly darker green when open */
}

.page-blog-how-to-win-at-cockfighting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold color for toggle icon */
}

.page-blog-how-to-win-at-cockfighting__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Secondary text color for FAQ answers */
}

.page-blog-how-to-win-at-cockfighting__faq-answer p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #A7D9B8;
}

/* Keywords highlighting */
.page-blog-how-to-win-at-cockfighting .keyword {
  color: #57E38D; /* Glow color for keywords */
  font-weight: bold;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-win-at-cockfighting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-win-at-cockfighting__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-win-at-cockfighting__subtitle {
    font-size: clamp(0.9em, 3vw, 1.1em);
  }

  .page-blog-how-to-win-at-cockfighting__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-win-at-cockfighting__btn-primary,
  .page-blog-how-to-win-at-cockfighting__btn-secondary,
  .page-blog-how-to-win-at-cockfighting a[class*="button"],
  .page-blog-how-to-win-at-cockfighting a[class*="btn"] {
    width: 100% !important; /* Force full width for buttons on mobile */
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-win-at-cockfighting__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-win-at-cockfighting__sub-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-win-at-cockfighting__content-area,
  .page-blog-how-to-win-at-cockfighting__hero-section,
  .page-blog-how-to-win-at-cockfighting__cta-section,
  .page-blog-how-to-win-at-cockfighting__image-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

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

  /* Mobile video responsiveness (if any) */
  .page-blog-how-to-win-at-cockfighting video,
  .page-blog-how-to-win-at-cockfighting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-win-at-cockfighting__video-section,
  .page-blog-how-to-win-at-cockfighting__video-container,
  .page-blog-how-to-win-at-cockfighting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-win-at-cockfighting__video-section {
    padding-top: 10px !important; /* Small top padding for video section */
  }

  .page-blog-how-to-win-at-cockfighting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-win-at-cockfighting__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-win-at-cockfighting__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
}

/* Ensure content area images meet minimum size requirements */
.page-blog-how-to-win-at-cockfighting__content-area img {
  min-width: 200px;
  min-height: 200px;
}