:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-button-color: #C30808;
  --login-button-color: #C30808;
  --background-color: #FFFFFF;
  --register-login-font-color: #FFFF00;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --border-color: #e0e0e0;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-color);
  padding-top: var(--header-offset, 120px);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__section-title {
  font-size: 32px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__text-block a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__text-block a:hover {
  text-decoration: underline;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction .highlight {
  color: var(--register-login-font-color);
  font-weight: bold;
  background-color: var(--primary-color);
  padding: 2px 5px;
  border-radius: 3px;
}

/* Hero Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 60px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-color), #3498db); /* Placeholder gradient for visual separation */
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__dark-bg {
  color: var(--text-color-light);
  background-color: var(--primary-color);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__light-bg {
  color: var(--text-color-dark);
  background-color: var(--background-color);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-title {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--text-color-light);
  line-height: 1.2;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--secondary-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__btn-primary {
  background: var(--register-button-color);
  color: var(--register-login-font-color);
  border: 2px solid var(--register-button-color);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__btn-primary:hover {
  background: #a50707;
  border-color: #a50707;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__btn-secondary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Introduction Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__introduction-section {
  padding: 80px 0;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block.reverse {
  flex-direction: row-reverse;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block img {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: auto;
  min-width: 200px; /* Min size enforcement */
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block .page-resources-samo-live-cockfighting-match-analysis-prediction__text-block {
  flex: 1;
  max-width: 50%;
}

/* Features Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__features-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__features-section .page-resources-samo-live-cockfighting-match-analysis-prediction__section-title {
  color: var(--text-color-light);
}

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

.page-resources-samo-live-cockfighting-match-analysis-prediction__feature-card {
  background: var(--secondary-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__card-title {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__feature-card p {
  font-size: 16px;
  color: var(--text-color-dark);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__cta-block {
  margin-top: 50px;
  text-align: center;
}

/* Methods Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__methods-section {
  padding: 80px 0;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__list li {
  background: #f9f9f9;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid var(--primary-color);
  border-radius: 5px;
  font-size: 17px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__list li strong {
  color: var(--primary-color);
}

/* FAQ Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-section {
  padding: 80px 0;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-section .page-resources-samo-live-cockfighting-match-analysis-prediction__section-title {
  color: var(--text-color-light);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-list {
  margin-top: 40px;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question:active {
  background: #eeeeee;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--primary-color);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-item.active .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-toggle {
  transform: rotate(45deg); /* Change to X or rotate */
  color: #c30808;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  font-size: 16px;
  color: var(--text-color-dark);
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__faq-item.active .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
  background: #fefefe;
  border-top: 1px dashed var(--border-color);
  border-radius: 0 0 8px 8px;
}

/* Contact Section */
.page-resources-samo-live-cockfighting-match-analysis-prediction__contact-section {
  padding: 80px 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-samo-live-cockfighting-match-analysis-prediction__hero-title {
    font-size: 38px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__hero-description {
    font-size: 18px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block.reverse {
    flex-direction: column;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block img,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block .page-resources-samo-live-cockfighting-match-analysis-prediction__text-block {
    max-width: 100%;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-samo-live-cockfighting-match-analysis-prediction {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__hero-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__container {
    padding: 0 15px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block img,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__image-content-block .page-resources-samo-live-cockfighting-match-analysis-prediction__text-block {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__introduction-section,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__features-section,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__methods-section,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-section,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__contact-section {
    padding: 40px 0;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__feature-card,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__list li {
    padding: 15px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__card-title {
    font-size: 20px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question {
    padding: 15px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-question h3 {
    font-size: 16px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-item.active .page-resources-samo-live-cockfighting-match-analysis-prediction__faq-answer {
    padding: 15px !important;
  }

  .page-resources-samo-live-cockfighting-match-analysis-prediction img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-resources-samo-live-cockfighting-match-analysis-prediction__section,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__card,
  .page-resources-samo-live-cockfighting-match-analysis-prediction__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Ensure all content area images are at least 200px */
.page-resources-samo-live-cockfighting-match-analysis-prediction img:not(.page-resources-samo-live-cockfighting-match-analysis-prediction__hero-image img) {
  min-width: 200px;
  min-height: 200px;
}

/* Contrast Fixes */
.page-resources-samo-live-cockfighting-match-analysis-prediction__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-samo-live-cockfighting-match-analysis-prediction__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}