.page-cockfighting-popular-breeds {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-cockfighting-popular-breeds__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-cockfighting-popular-breeds__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('[GALLERY:hero_main:1920x1080:thomo_cockfighting,arena,intense_match,vietnam]');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-cockfighting-popular-breeds__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-cockfighting-popular-breeds__hero-section .page-cockfighting-popular-breeds__container {
  position: relative;
  z-index: 2;
}

.page-cockfighting-popular-breeds__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-cockfighting-popular-breeds__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-cockfighting-popular-breeds__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-cockfighting-popular-breeds__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-cockfighting-popular-breeds__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-cockfighting-popular-breeds__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

/* Buttons */
.page-cockfighting-popular-breeds__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #26A9E0;
  box-sizing: border-box;
}

.page-cockfighting-popular-breeds__btn-primary:hover {
  background-color: #1a7bb7;
  transform: translateY(-2px);
}

.page-cockfighting-popular-breeds__btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Sections */
.page-cockfighting-popular-breeds__intro-section,
.page-cockfighting-popular-breeds__breeds-section,
.page-cockfighting-popular-breeds__tips-section,
.page-cockfighting-popular-breeds__betting-section,
.page-cockfighting-popular-breeds__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-cockfighting-popular-breeds__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__dark-section .page-cockfighting-popular-breeds__section-title,
.page-cockfighting-popular-breeds__dark-section .page-cockfighting-popular-breeds__sub-title {
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__dark-section .page-cockfighting-popular-breeds__text-block,
.page-cockfighting-popular-breeds__dark-section .page-cockfighting-popular-breeds__list-item {
  color: #f0f0f0;
}

.page-cockfighting-popular-breeds__breeds-section {
  background-color: #f8f8f8;
}

.page-cockfighting-popular-breeds__breed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-cockfighting-popular-breeds__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-cockfighting-popular-breeds__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.page-cockfighting-popular-breeds__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin: 20px 15px 10px;
}

.page-cockfighting-popular-breeds__card-text {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
  flex-grow: 1;
}

.page-cockfighting-popular-breeds__flex-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-cockfighting-popular-breeds__flex-container > .page-cockfighting-popular-breeds__content-block {
  flex: 1;
}

.page-cockfighting-popular-breeds__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-cockfighting-popular-breeds__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-cockfighting-popular-breeds__grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Video Section */
.page-cockfighting-popular-breeds__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.page-cockfighting-popular-breeds__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-cockfighting-popular-breeds__video-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

/* FAQ Section */
.page-cockfighting-popular-breeds__faq-section {
  padding: 60px 0;
  background-color: #f0f8ff; /* Light blue background for FAQ */
}

.page-cockfighting-popular-breeds__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting-popular-breeds__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-cockfighting-popular-breeds__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-cockfighting-popular-breeds__faq-question:hover {
  background-color: #e0e0e0;
}

.page-cockfighting-popular-breeds__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-cockfighting-popular-breeds__faq-item.active .page-cockfighting-popular-breeds__faq-question {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__faq-item.active .page-cockfighting-popular-breeds__faq-toggle {
  transform: rotate(45deg);
  color: #FFFFFF;
}

.page-cockfighting-popular-breeds__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-cockfighting-popular-breeds__faq-item.active .page-cockfighting-popular-breeds__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-cockfighting-popular-breeds__faq-answer p {
  margin: 0;
  font-size: 1.1em;
}

/* CTA Section */
.page-cockfighting-popular-breeds__cta-section {
  text-align: center;
  background-color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting-popular-breeds__hero-title {
    font-size: 3em;
  }
  .page-cockfighting-popular-breeds__section-title {
    font-size: 2em;
  }
  .page-cockfighting-popular-breeds__sub-title {
    font-size: 1.5em;
  }
  .page-cockfighting-popular-breeds__flex-container,
  .page-cockfighting-popular-breeds__grid-two-cols {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-popular-breeds__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-cockfighting-popular-breeds__hero-title {
    font-size: 2.5em;
  }
  .page-cockfighting-popular-breeds__hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting-popular-breeds__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-popular-breeds__sub-title {
    font-size: 1.3em;
  }
  .page-cockfighting-popular-breeds__text-block,
  .page-cockfighting-popular-breeds__list-item,
  .page-cockfighting-popular-breeds__card-text {
    font-size: 1em;
  }
  .page-cockfighting-popular-breeds__btn-primary,
  .page-cockfighting-popular-breeds__btn-large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-cockfighting-popular-breeds__container {
    padding: 0 15px;
  }
  .page-cockfighting-popular-breeds__breeds-section,
  .page-cockfighting-popular-breeds__intro-section,
  .page-cockfighting-popular-breeds__tips-section,
  .page-cockfighting-popular-breeds__betting-section,
  .page-cockfighting-popular-breeds__care-section,
  .page-cockfighting-popular-breeds__faq-section,
  .page-cockfighting-popular-breeds__cta-section {
    padding: 40px 0;
  }

  /* Images responsive */
  .page-cockfighting-popular-breeds img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting-popular-breeds__card-image {
    height: 200px;
  }
  .page-cockfighting-popular-breeds__image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-cockfighting-popular-breeds__content-image {
    min-width: unset;
    min-height: unset;
  }

  /* Video responsive */
  .page-cockfighting-popular-breeds__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important;
  }
  .page-cockfighting-popular-breeds__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
  
  /* FAQ specific for mobile */
  .page-cockfighting-popular-breeds__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-cockfighting-popular-breeds__faq-answer {
    padding: 10px 20px;
  }
  .page-cockfighting-popular-breeds__faq-answer p {
    font-size: 1em;
  }
}