/* style/resources-999-live-cockfighting-analysis.css */
.page-resources-999-live-cockfighting-analysis {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
}

.page-resources-999-live-cockfighting-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  background-color: #0a0a0a;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-999-live-cockfighting-analysis__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 40px;
}

.page-resources-999-live-cockfighting-analysis__hero-title {
  font-size: 3.2em;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-999-live-cockfighting-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-999-live-cockfighting-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-999-live-cockfighting-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-resources-999-live-cockfighting-analysis__section {
  padding: 60px 20px;
}

.page-resources-999-live-cockfighting-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-999-live-cockfighting-analysis__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-999-live-cockfighting-analysis__text-block p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-999-live-cockfighting-analysis__light-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-999-live-cockfighting-analysis__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-999-live-cockfighting-analysis__btn-primary,
.page-resources-999-live-cockfighting-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-999-live-cockfighting-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-resources-999-live-cockfighting-analysis__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-999-live-cockfighting-analysis__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-999-live-cockfighting-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-999-live-cockfighting-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-999-live-cockfighting-analysis__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-999-live-cockfighting-analysis__card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  min-height: 400px; /* Ensure cards have minimum height */
}

.page-resources-999-live-cockfighting-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-resources-999-live-cockfighting-analysis__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-999-live-cockfighting-analysis__card p {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-999-live-cockfighting-analysis__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-resources-999-live-cockfighting-analysis__image-left {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-resources-999-live-cockfighting-analysis__text-right {
  flex: 1;
  max-width: 50%;
}

.page-resources-999-live-cockfighting-analysis__text-right h3 {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-999-live-cockfighting-analysis__text-right p {
  color: #f0f0f0;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-999-live-cockfighting-analysis__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-999-live-cockfighting-analysis__feature-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px; /* Ensure features have minimum height */
}

.page-resources-999-live-cockfighting-analysis__feature-icon {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-resources-999-live-cockfighting-analysis__feature-item h4 {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-999-live-cockfighting-analysis__feature-item p {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-999-live-cockfighting-analysis__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-999-live-cockfighting-analysis__benefit-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  min-height: 200px;
}

.page-resources-999-live-cockfighting-analysis__benefit-card h3 {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-999-live-cockfighting-analysis__benefit-card p {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-999-live-cockfighting-analysis__cta-full-width {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: rgba(38, 169, 224, 0.1);
  border-radius: 10px;
}

.page-resources-999-live-cockfighting-analysis__cta-full-width p {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 25px;
}

.page-resources-999-live-cockfighting-analysis__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-999-live-cockfighting-analysis__faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-999-live-cockfighting-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-999-live-cockfighting-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.1);
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.page-resources-999-live-cockfighting-analysis__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.2);
}

.page-resources-999-live-cockfighting-analysis__faq-question h3 {
  margin: 0;
  color: #26A9E0;
  font-size: 1.2em;
}

.page-resources-999-live-cockfighting-analysis__faq-toggle {
  font-size: 1.5em;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-resources-999-live-cockfighting-analysis__faq-item.active .page-resources-999-live-cockfighting-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-999-live-cockfighting-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-999-live-cockfighting-analysis__faq-item.active .page-resources-999-live-cockfighting-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-resources-999-live-cockfighting-analysis__faq-answer p {
  margin: 0;
  color: #f0f0f0;
}

.page-resources-999-live-cockfighting-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.page-resources-999-live-cockfighting-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-999-live-cockfighting-analysis__video-caption {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #cccccc;
}

/* Ensure all content area images are at least 200x200px */
.page-resources-999-live-cockfighting-analysis img {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-999-live-cockfighting-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-999-live-cockfighting-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-999-live-cockfighting-analysis__text-block p {
    font-size: 1em;
  }
  .page-resources-999-live-cockfighting-analysis__image-text-layout {
    flex-direction: column;
  }
  .page-resources-999-live-cockfighting-analysis__image-left,
  .page-resources-999-live-cockfighting-analysis__text-right {
    max-width: 100%;
  }
  .page-resources-999-live-cockfighting-analysis__image-left {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-resources-999-live-cockfighting-analysis__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-resources-999-live-cockfighting-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-999-live-cockfighting-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-999-live-cockfighting-analysis__section {
    padding: 40px 15px;
  }
  .page-resources-999-live-cockfighting-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-999-live-cockfighting-analysis__text-block p {
    font-size: 0.95em;
  }
  .page-resources-999-live-cockfighting-analysis__btn-primary,
  .page-resources-999-live-cockfighting-analysis__btn-secondary {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-999-live-cockfighting-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-999-live-cockfighting-analysis__card {
    padding: 20px;
  }
  .page-resources-999-live-cockfighting-analysis__card-title {
    font-size: 1.3em;
  }
  .page-resources-999-live-cockfighting-analysis__feature-item {
    padding: 20px;
  }
  .page-resources-999-live-cockfighting-analysis__feature-item h4 {
    font-size: 1.4em;
  }
  .page-resources-999-live-cockfighting-analysis__image-text-layout {
    gap: 20px;
  }
  .page-resources-999-live-cockfighting-analysis__text-right h3 {
    font-size: 1.6em;
  }
  .page-resources-999-live-cockfighting-analysis__cta-full-width p {
    font-size: 1.2em;
  }
  .page-resources-999-live-cockfighting-analysis__btn-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-resources-999-live-cockfighting-analysis__faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-999-live-cockfighting-analysis__faq-answer {
    font-size: 0.95em;
  }

  /* Mobile image and video responsive rules */
  .page-resources-999-live-cockfighting-analysis img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-999-live-cockfighting-analysis__section,
  .page-resources-999-live-cockfighting-analysis__card,
  .page-resources-999-live-cockfighting-analysis__container,
  .page-resources-999-live-cockfighting-analysis__video-section,
  .page-resources-999-live-cockfighting-analysis__video-container,
  .page-resources-999-live-cockfighting-analysis__video-wrapper,
  .page-resources-999-live-cockfighting-analysis__cta-buttons,
  .page-resources-999-live-cockfighting-analysis__button-group,
  .page-resources-999-live-cockfighting-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-999-live-cockfighting-analysis video,
  .page-resources-999-live-cockfighting-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-999-live-cockfighting-analysis__video-wrapper {
    padding-bottom: 56.25% !important; /* 16:9 Aspect Ratio */
    height: 0 !important;
  }
  .page-resources-999-live-cockfighting-analysis__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}

/* Ensure content images are not smaller than 200px via CSS */
.page-resources-999-live-cockfighting-analysis__card-image,
.page-resources-999-live-cockfighting-analysis__feature-icon,
.page-resources-999-live-cockfighting-analysis__image-left {
  width: auto;
  height: auto;
  max-width: none; /* Override potential smaller max-width from other rules */
  max-height: none; /* Override potential smaller max-height from other rules */
  min-width: 200px;
  min-height: 200px;
}

/* For mobile, ensure the above min-width/height is respected or overridden by max-width: 100% */
@media (max-width: 768px) {
  .page-resources-999-live-cockfighting-analysis__card-image,
  .page-resources-999-live-cockfighting-analysis__feature-icon,
  .page-resources-999-live-cockfighting-analysis__image-left {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    min-width: unset;
    min-height: unset;
  }
}