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

.page-blog-32win11-cockfighting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles header offset, small top padding for aesthetic */
  background: linear-gradient(180deg, #08160F 0%, #11271B 100%);
}

.page-blog-32win11-cockfighting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.page-blog-32win11-cockfighting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-32win11-cockfighting-guide__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-32win11-cockfighting-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-blog-32win11-cockfighting-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-32win11-cockfighting-guide__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-32win11-cockfighting-guide__card-section {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6;
}

.page-blog-32win11-cockfighting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-32win11-cockfighting-guide__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.page-blog-32win11-cockfighting-guide__subsection-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-32win11-cockfighting-guide__text-block p {
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-32win11-cockfighting-guide__text-block a {
  color: #22C768; /* Auxiliary color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-32win11-cockfighting-guide__text-block a:hover {
  color: #57E38D; /* Glow on hover */
  text-decoration: underline;
}

.page-blog-32win11-cockfighting-guide__list,
.page-blog-32win11-cockfighting-guide__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-32win11-cockfighting-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #F2FFF6;
}

.page-blog-32win11-cockfighting-guide__list-item::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #22C768;
  font-size: 0.8em;
  top: 5px;
}

.page-blog-32win11-cockfighting-guide__ordered-list li {
  margin-bottom: 10px;
  color: #F2FFF6;
}

.page-blog-32win11-cockfighting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-32win11-cockfighting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-32win11-cockfighting-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6);
}

.page-blog-32win11-cockfighting-guide__btn-secondary {
  background: transparent;
  color: #F2FFF6;
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-32win11-cockfighting-guide__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2);
  border-color: #57E38D;
}

.page-blog-32win11-cockfighting-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.page-blog-32win11-cockfighting-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #2E7A4E;
}

.page-blog-32win11-cockfighting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-32win11-cockfighting-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-32win11-cockfighting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-blog-32win11-cockfighting-guide__faq-question:hover {
  background-color: rgba(34, 199, 104, 0.1);
}

.page-blog-32win11-cockfighting-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-32win11-cockfighting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #22C768;
}

.page-blog-32win11-cockfighting-guide__faq-item[open] .page-blog-32win11-cockfighting-guide__faq-toggle {
  content: '−';
}

.page-blog-32win11-cockfighting-guide__faq-answer {
  padding: 0 25px 18px 25px;
  color: #A7D9B8;
  font-size: 0.95em;
  line-height: 1.5;
}

.page-blog-32win11-cockfighting-guide__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8;
}

.page-blog-32win11-cockfighting-guide__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-32win11-cockfighting-guide__faq-item summary {
  list-style: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-32win11-cockfighting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-32win11-cockfighting-guide__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-32win11-cockfighting-guide__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

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

  .page-blog-32win11-cockfighting-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-32win11-cockfighting-guide__section {
    padding: 40px 0;
  }

  .page-blog-32win11-cockfighting-guide__container {
    padding: 0 15px;
  }

  .page-blog-32win11-cockfighting-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-32win11-cockfighting-guide__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-32win11-cockfighting-guide__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px 0;
  }

  .page-blog-32win11-cockfighting-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 5px 0;
  }

  .page-blog-32win11-cockfighting-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-32win11-cockfighting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-32win11-cockfighting-guide__faq-answer {
    padding: 0 20px 15px 20px;
  }
  
  /* Ensure all image containers are responsive */
  .page-blog-32win11-cockfighting-guide__hero-image-wrapper,
  .page-blog-32win11-cockfighting-guide__text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}