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

.page-blog-top-cockfighting-strategies__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles --header-offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-top-cockfighting-strategies__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-top-cockfighting-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-top-cockfighting-strategies__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-blog-top-cockfighting-strategies__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Responsive font size */
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-blog-top-cockfighting-strategies__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 100%; /* Ensure responsive */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-cockfighting-strategies__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

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

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

.page-blog-top-cockfighting-strategies__dark-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-top-cockfighting-strategies__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em); /* Responsive font size */
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-top-cockfighting-strategies__sub-title {
  font-size: clamp(1.3em, 2.5vw, 1.8em); /* Responsive font size */
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-top-cockfighting-strategies p {
  margin-bottom: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-top-cockfighting-strategies__image-text-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}

.page-blog-top-cockfighting-strategies__image-text-block--reversed {
  flex-direction: row-reverse;
}

.page-blog-top-cockfighting-strategies__image-left,
.page-blog-top-cockfighting-strategies__image-right {
  flex: 1;
  min-width: 300px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-height: 200px; /* Minimum image size */
}

.page-blog-top-cockfighting-strategies__text-left,
.page-blog-top-cockfighting-strategies__text-right {
  flex: 1.5;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-top-cockfighting-strategies__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-top-cockfighting-strategies__list-item {
  background-color: #0A4B2C; /* Deep Green */
  border-left: 5px solid #22C768; /* Auxiliary color */
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-top-cockfighting-strategies__list-item p {
  margin-bottom: 0;
}

.page-blog-top-cockfighting-strategies__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-top-cockfighting-strategies__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Lighter green from gradient */
  border: 2px solid #2AD16F;
}

.page-blog-top-cockfighting-strategies__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%; /* Ensure responsive */
  max-width: 100%; /* Ensure responsive */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-top-cockfighting-strategies__faq-section {
  padding: 60px 20px;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  text-align: center;
}

.page-blog-top-cockfighting-strategies__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-blog-top-cockfighting-strategies__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

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

.page-blog-top-cockfighting-strategies__faq-question::-webkit-details-marker {
  display: none;
}

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

.page-blog-top-cockfighting-strategies__faq-qtext {
  flex-grow: 1;
}

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

.page-blog-top-cockfighting-strategies__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.5;
  background-color: #11271B; /* Card BG */
}

.page-blog-top-cockfighting-strategies__faq-item[open] .page-blog-top-cockfighting-strategies__faq-question {
  background-color: #1E3A2A; /* Divider */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-top-cockfighting-strategies__image-text-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-top-cockfighting-strategies__image-text-block--reversed {
    flex-direction: column;
  }

  .page-blog-top-cockfighting-strategies__image-left,
  .page-blog-top-cockfighting-strategies__image-right {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .page-blog-top-cockfighting-strategies__text-left,
  .page-blog-top-cockfighting-strategies__text-right {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-blog-top-cockfighting-strategies {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-cockfighting-strategies__hero-section,
  .page-blog-top-cockfighting-strategies__content-area,
  .page-blog-top-cockfighting-strategies__faq-section {
    padding: 30px 15px !important;
  }

  .page-blog-top-cockfighting-strategies__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-top-cockfighting-strategies__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-top-cockfighting-strategies__description {
    font-size: 1em;
  }

  .page-blog-top-cockfighting-strategies__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }

  .page-blog-top-cockfighting-strategies__sub-title {
    font-size: clamp(1.2em, 5vw, 1.5em);
  }

  /* Image responsive enforcement */
  .page-blog-top-cockfighting-strategies img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-height: 200px !important; /* Ensure minimum size even on mobile */
  }

  .page-blog-top-cockfighting-strategies__hero-image-wrapper,
  .page-blog-top-cockfighting-strategies__image-text-block,
  .page-blog-top-cockfighting-strategies__image-text-block--reversed,
  .page-blog-top-cockfighting-strategies__text-left,
  .page-blog-top-cockfighting-strategies__text-right,
  .page-blog-top-cockfighting-strategies__list-item,
  .page-blog-top-cockfighting-strategies__faq-item,
  .page-blog-top-cockfighting-strategies__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button responsive enforcement */
  .page-blog-top-cockfighting-strategies__cta-button,
  .page-blog-top-cockfighting-strategies__btn-primary,
  .page-blog-top-cockfighting-strategies__btn-secondary,
  .page-blog-top-cockfighting-strategies a[class*="button"],
  .page-blog-top-cockfighting-strategies 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;
  }

  .page-blog-top-cockfighting-strategies__button-group {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .page-blog-top-cockfighting-strategies__faq-question {
    padding: 15px 20px;
  }

  .page-blog-top-cockfighting-strategies__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-top-cockfighting-strategies__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-blog-top-cockfighting-strategies__image-left,
  .page-blog-top-cockfighting-strategies__image-right {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .page-blog-top-cockfighting-strategies__image-text-block {
    gap: 20px;
  }

  .page-blog-top-cockfighting-strategies__list-item {
    padding: 15px;
  }
}