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

.page-blog-cockfighting-67-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: #08160F; /* Ensure hero section background matches body */
}

.page-blog-cockfighting-67-guide__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-blog-cockfighting-67-guide__hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  margin-top: -80px; /* Overlap slightly with image for visual flow */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0) 0%, #08160F 50%); /* Gradient to blend with background */
  position: relative;
  z-index: 1;
}

.page-blog-cockfighting-67-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.page-blog-cockfighting-67-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-cockfighting-67-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cockfighting-67-guide__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 2px 10px rgba(87, 227, 141, 0.2);
}

.page-blog-cockfighting-67-guide__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  transform: translateY(-2px);
}

.page-blog-cockfighting-67-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #08160F; /* Ensure consistency with body background */
  color: #F2FFF6; /* Text Main */
}

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

.page-blog-cockfighting-67-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-cockfighting-67-guide__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-67-guide__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-cockfighting-67-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-cockfighting-67-guide__list-item {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #57E38D; /* Glow */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #F2FFF6; /* Text Main */
  font-size: 1.05em;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-cockfighting-67-guide__list-item strong {
  color: #F2C14E; /* Gold */
}

.page-blog-cockfighting-67-guide__sub-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cockfighting-67-guide__sub-list-item {
  margin-bottom: 5px;
  color: #A7D9B8;
}

.page-blog-cockfighting-67-guide__ordered-list {
  padding-left: 20px;
  margin: 20px 0;
}

.page-blog-cockfighting-67-guide__ordered-list .page-blog-cockfighting-67-guide__list-item {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #F2C14E; /* Gold */
}

.page-blog-cockfighting-67-guide__faq-section {
  background-color: #0A4B2C; /* Deep Green */
  padding: 60px 20px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-cockfighting-67-guide__faq-section .page-blog-cockfighting-67-guide__section-title {
  color: #F2FFF6;
}

.page-blog-cockfighting-67-guide__faq-section .page-blog-cockfighting-67-guide__section-title::after {
  background-color: #F2C14E; /* Gold */
}

.page-blog-cockfighting-67-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-cockfighting-67-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-cockfighting-67-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  user-select: none;
  transition: background-color 0.3s ease;
}

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

.page-blog-cockfighting-67-guide__faq-question::-webkit-details-marker,
.page-blog-cockfighting-67-guide__faq-item summary::marker {
  display: none;
}

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

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

.page-blog-cockfighting-67-guide__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

.page-blog-cockfighting-67-guide__faq-item:not([open]) .page-blog-cockfighting-67-guide__faq-answer {
  display: none;
}

.page-blog-cockfighting-67-guide__cta-section {
  background-color: #08160F; /* Background */
  padding: 60px 20px;
  text-align: center;
}

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

  .page-blog-cockfighting-67-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-cockfighting-67-guide__hero-content {
    padding: 20px 15px;
    margin-top: -60px;
  }

  .page-blog-cockfighting-67-guide__main-title {
    font-size: 2em;
  }

  .page-blog-cockfighting-67-guide__description {
    font-size: 1em;
  }

  .page-blog-cockfighting-67-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-cockfighting-67-guide__btn-primary,
  .page-blog-cockfighting-67-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-cockfighting-67-guide__content-area,
  .page-blog-cockfighting-67-guide__faq-section,
  .page-blog-cockfighting-67-guide__cta-section {
    padding: 40px 15px;
  }

  .page-blog-cockfighting-67-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-cockfighting-67-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  
  .page-blog-cockfighting-67-guide__hero-image-wrapper,
  .page-blog-cockfighting-67-guide__content-area,
  .page-blog-cockfighting-67-guide__faq-section,
  .page-blog-cockfighting-67-guide__cta-section,
  .page-blog-cockfighting-67-guide__faq-list,
  .page-blog-cockfighting-67-guide__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-cockfighting-67-guide__list-item,
  .page-blog-cockfighting-67-guide__faq-item {
    padding: 15px;
  }

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

  .page-blog-cockfighting-67-guide__faq-answer {
    padding: 0 15px 15px 15px;
  }
}