.page-resources-2024-f88-cockfighting-events-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff); /* Inherit from shared, fallback to white */
}

/* Fixed header offset */
.page-resources-2024-f88-cockfighting-events-analysis__hero-section,
.page-resources-2024-f88-cockfighting-events-analysis__video-section {
  padding-top: var(--header-offset, 120px);
}

/* Hero Section */
.page-resources-2024-f88-cockfighting-events-analysis__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff; /* White text for dark hero background */
}

.page-resources-2024-f88-cockfighting-events-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-2024-f88-cockfighting-events-analysis__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-resources-2024-f88-cockfighting-events-analysis__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-resources-2024-f88-cockfighting-events-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

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

.page-resources-2024-f88-cockfighting-events-analysis__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Video Section */
.page-resources-2024-f88-cockfighting-events-analysis__video-section {
  background-color: #f8f8f8; /* Light background for this section */
  padding: 60px 20px;
  text-align: center;
}

.page-resources-2024-f88-cockfighting-events-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 30px auto 0;
  background-color: #000;
}

.page-resources-2024-f88-cockfighting-events-analysis__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-resources-2024-f88-cockfighting-events-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* General Content Styling */
.page-resources-2024-f88-cockfighting-events-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-2024-f88-cockfighting-events-analysis__content-area {
  padding: 60px 0;
  background-color: #ffffff; /* White background for main content */
}

.page-resources-2024-f88-cockfighting-events-analysis__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-2024-f88-cockfighting-events-analysis__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-resources-2024-f88-cockfighting-events-analysis__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-2024-f88-cockfighting-events-analysis__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-resources-2024-f88-cockfighting-events-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

/* Buttons */
.page-resources-2024-f88-cockfighting-events-analysis__btn-primary,
.page-resources-2024-f88-cockfighting-events-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-2024-f88-cockfighting-events-analysis__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-2024-f88-cockfighting-events-analysis__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-2024-f88-cockfighting-events-analysis__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-2024-f88-cockfighting-events-analysis__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

/* Reason List */
.page-resources-2024-f88-cockfighting-events-analysis__reason-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-2024-f88-cockfighting-events-analysis__reason-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
}

.page-resources-2024-f88-cockfighting-events-analysis__reason-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-2024-f88-cockfighting-events-analysis__reason-description {
  color: #555555;
  font-size: 1em;
}

/* FAQ Section */
.page-resources-2024-f88-cockfighting-events-analysis__faq-list {
  margin-top: 40px;
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-item summary {
  list-style: none; /* Remove default marker */
}
.page-resources-2024-f88-cockfighting-events-analysis__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for WebKit */
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #eaf7ed;
  transition: background-color 0.3s ease;
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-question:hover {
  background-color: #d8eede;
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-2024-f88-cockfighting-events-analysis__faq-answer {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  color: #555555;
  font-size: 1em;
}

/* CTA Section */
.page-resources-2024-f88-cockfighting-events-analysis__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-2024-f88-cockfighting-events-analysis__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-2024-f88-cockfighting-events-analysis__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-2024-f88-cockfighting-events-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Text Links */
.page-resources-2024-f88-cockfighting-events-analysis__text-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-2024-f88-cockfighting-events-analysis__text-link:hover {
  color: #005a2d;
}

/* --- Responsive Design --- */
/* Tablet */
@media (max-width: 1024px) {
  .page-resources-2024-f88-cockfighting-events-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__hero-description {
    font-size: 1.1em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__cta-title {
    font-size: 2.2em;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .page-resources-2024-f88-cockfighting-events-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Header offset for hero/video section in mobile */
  .page-resources-2024-f88-cockfighting-events-analysis__hero-section,
  .page-resources-2024-f88-cockfighting-events-analysis__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-2024-f88-cockfighting-events-analysis__hero-section {
    height: 500px;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__hero-title {
    font-size: 2em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-2024-f88-cockfighting-events-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__section-description,
  .page-resources-2024-f88-cockfighting-events-analysis__text-block {
    font-size: 0.95em;
  }

  /* Images responsive */
  .page-resources-2024-f88-cockfighting-events-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Videos responsive */
  .page-resources-2024-f88-cockfighting-events-analysis video,
  .page-resources-2024-f88-cockfighting-events-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__video-section,
  .page-resources-2024-f88-cockfighting-events-analysis__video-container,
  .page-resources-2024-f88-cockfighting-events-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-resources-2024-f88-cockfighting-events-analysis__btn-primary,
  .page-resources-2024-f88-cockfighting-events-analysis__btn-secondary,
  .page-resources-2024-f88-cockfighting-events-analysis a[class*="button"],
  .page-resources-2024-f88-cockfighting-events-analysis 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-resources-2024-f88-cockfighting-events-analysis__cta-buttons,
  .page-resources-2024-f88-cockfighting-events-analysis__button-group,
  .page-resources-2024-f88-cockfighting-events-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__cta-buttons {
    flex-direction: column !important; /* Force vertical stacking for CTA buttons */
  }

  .page-resources-2024-f88-cockfighting-events-analysis__cta-title {
    font-size: 1.8em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__cta-description {
    font-size: 1em;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__reason-list {
    grid-template-columns: 1fr;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__container {
    padding: 0 15px;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__content-area {
    padding: 40px 0;
  }
  .page-resources-2024-f88-cockfighting-events-analysis__video-section {
    padding: 40px 0;
  }
}

/* Color contrast adjustments */
/* Assuming body background is light for most content sections */
.page-resources-2024-f88-cockfighting-events-analysis__light-bg {
  color: #333333;
  background-color: #ffffff;
}

.page-resources-2024-f88-cockfighting-events-analysis__dark-bg {
  color: #ffffff;
  background-color: #017439; /* Using brand main color as dark background */
}

/* Specific contrast fixes if needed for brand color usage */
.page-resources-2024-f88-cockfighting-events-analysis__btn-primary {
  background-color: #C30808;
  color: #FFFF00; /* Yellow text on red background for register/login */
}
.page-resources-2024-f88-cockfighting-events-analysis__btn-secondary {
  background-color: #017439;
  color: #ffffff;
}

/* Ensure content area text is readable */
.page-resources-2024-f88-cockfighting-events-analysis__content-area p,
.page-resources-2024-f88-cockfighting-events-analysis__content-area li {
  color: #333333;
}
.page-resources-2024-f88-cockfighting-events-analysis__reason-description,
.page-resources-2024-f88-cockfighting-events-analysis__faq-answer {
  color: #555555;
}