/* style/resources-thomo-cockfighting-betting-guide.css */
.page-resources-thomo-cockfighting-betting-guide {
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from shared.css, ensures consistency */
}

.page-resources-thomo-cockfighting-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-thomo-cockfighting-betting-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #333333, #1a1a1a);
}

.page-resources-thomo-cockfighting-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.2;
}

.page-resources-thomo-cockfighting-betting-guide__main-title {
  font-size: 3.5em;
  color: #E44D26;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-thomo-cockfighting-betting-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-resources-thomo-cockfighting-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-thomo-cockfighting-betting-guide__cta-buttons--center {
  margin-top: 40px;
}

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

.page-resources-thomo-cockfighting-betting-guide__btn-primary {
  background-color: #E44D26;
  color: #ffffff;
  border: 2px solid #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__btn-primary:hover {
  background-color: #d14422;
  border-color: #d14422;
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-betting-guide__btn-secondary {
  background-color: transparent;
  color: #E44D26;
  border: 2px solid #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__btn-secondary:hover {
  background-color: #E44D26;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-betting-guide__btn-inline {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #E44D26;
  color: #ffffff;
  border: 1px solid #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__btn-inline:hover {
  background-color: #d14422;
  border-color: #d14422;
}

.page-resources-thomo-cockfighting-betting-guide__btn-text {
  color: #E44D26;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-thomo-cockfighting-betting-guide__btn-text:hover {
  color: #d14422;
  text-decoration: underline;
}

.page-resources-thomo-cockfighting-betting-guide__introduction,
.page-resources-thomo-cockfighting-betting-guide__betting-guide,
.page-resources-thomo-cockfighting-betting-guide__live-stream,
.page-resources-thomo-cockfighting-betting-guide__faq-section {
  padding: 60px 0;
  background-color: #ffffff; /* Light background for content sections */
  color: #333333; /* Dark text for light background */
}

.page-resources-thomo-cockfighting-betting-guide__features,
.page-resources-thomo-cockfighting-betting-guide__yesterday-results,
.page-resources-thomo-cockfighting-betting-guide__expert-analysis,
.page-resources-thomo-cockfighting-betting-guide__promotions,
.page-resources-thomo-cockfighting-betting-guide__cta-final {
  padding: 60px 0;
  background-color: #333333; /* Dark background for key sections */
  color: #ffffff; /* Light text for dark background */
}

.page-resources-thomo-cockfighting-betting-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__introduction .page-resources-thomo-cockfighting-betting-guide__section-title,
.page-resources-thomo-cockfighting-betting-guide__betting-guide .page-resources-thomo-cockfighting-betting-guide__section-title,
.page-resources-thomo-cockfighting-betting-guide__live-stream .page-resources-thomo-cockfighting-betting-guide__section-title,
.page-resources-thomo-cockfighting-betting-guide__faq-section .page-resources-thomo-cockfighting-betting-guide__section-title {
  color: #333333;
}

.page-resources-thomo-cockfighting-betting-guide__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-thomo-cockfighting-betting-guide__text-block .highlight {
  color: #E44D26;
  font-weight: bold;
}

/* Feature Grid */
.page-resources-thomo-cockfighting-betting-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-betting-guide__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-thomo-cockfighting-betting-guide__feature-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-thomo-cockfighting-betting-guide__feature-icon {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-thomo-cockfighting-betting-guide__feature-title {
  font-size: 1.5em;
  color: #E44D26;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-betting-guide__feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

/* Betting Guide */
.page-resources-thomo-cockfighting-betting-guide__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-betting-guide__guide-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__guide-title {
  font-size: 1.8em;
  color: #333333;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-betting-guide__guide-item p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #555555;
}

.page-resources-thomo-cockfighting-betting-guide__guide-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

/* Result Analysis */
.page-resources-thomo-cockfighting-betting-guide__result-analysis-list {
  list-style: disc;
  margin: 20px auto 40px auto;
  max-width: 900px;
  padding-left: 40px;
  color: #f0f0f0;
}

.page-resources-thomo-cockfighting-betting-guide__result-analysis-item {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
}

.page-resources-thomo-cockfighting-betting-guide__result-analysis-item strong {
  color: #E44D26;
}

/* Video Section */
.page-resources-thomo-cockfighting-betting-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.page-resources-thomo-cockfighting-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

/* Expert Analysis Cards */
.page-resources-thomo-cockfighting-betting-guide__analysis-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-betting-guide__card {
  background-color: #ffffff; /* Light background for card */
  color: #333333; /* Dark text for light background */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-thomo-cockfighting-betting-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-thomo-cockfighting-betting-guide__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-thomo-cockfighting-betting-guide__card-title {
  font-size: 1.6em;
  color: #E44D26;
  margin-bottom: 10px;
}

.page-resources-thomo-cockfighting-betting-guide__card-title a {
  color: #E44D26;
  text-decoration: none;
}

.page-resources-thomo-cockfighting-betting-guide__card-title a:hover {
  text-decoration: underline;
}

.page-resources-thomo-cockfighting-betting-guide__card-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Promotions */
.page-resources-thomo-cockfighting-betting-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-betting-guide__promo-card {
  background-color: #ffffff; /* Light background for card */
  color: #333333; /* Dark text for light background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-thomo-cockfighting-betting-guide__promo-title {
  font-size: 1.8em;
  color: #E44D26;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-betting-guide__promo-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* FAQ Section */
.page-resources-thomo-cockfighting-betting-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-resources-thomo-cockfighting-betting-guide__faq-item {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-resources-thomo-cockfighting-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #E44D26;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-thomo-cockfighting-betting-guide__faq-question:hover {
  background-color: #d14422;
}

.page-resources-thomo-cockfighting-betting-guide__faq-question h3 {
  margin: 0;
  font-size: 1em;
  color: inherit;
}

.page-resources-thomo-cockfighting-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-thomo-cockfighting-betting-guide__faq-item.active .page-resources-thomo-cockfighting-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-thomo-cockfighting-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #555555;
  font-size: 1em;
  line-height: 1.7;
}

.page-resources-thomo-cockfighting-betting-guide__faq-item.active .page-resources-thomo-cockfighting-betting-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px 25px;
}

.page-resources-thomo-cockfighting-betting-guide__faq-answer p {
  margin: 0;
  color: inherit;
}

/* Call to Action Final */
.page-resources-thomo-cockfighting-betting-guide__cta-final .page-resources-thomo-cockfighting-betting-guide__section-title {
  color: #E44D26;
}

.page-resources-thomo-cockfighting-betting-guide__cta-final .page-resources-thomo-cockfighting-betting-guide__text-block {
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-thomo-cockfighting-betting-guide__main-title {
    font-size: 3em;
  }
  .page-resources-thomo-cockfighting-betting-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-thomo-cockfighting-betting-guide__hero-section {
    padding-bottom: 60px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile padding-top is correct */
  }

  .page-resources-thomo-cockfighting-betting-guide__main-title {
    font-size: 2.5em;
  }

  .page-resources-thomo-cockfighting-betting-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-thomo-cockfighting-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-thomo-cockfighting-betting-guide__btn-primary,
  .page-resources-thomo-cockfighting-betting-guide__btn-secondary,
  .page-resources-thomo-cockfighting-betting-guide__btn-inline {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin: 0 auto; /* Center buttons when stacked */
  }

  .page-resources-thomo-cockfighting-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-thomo-cockfighting-betting-guide__text-block,
  .page-resources-thomo-cockfighting-betting-guide__feature-description,
  .page-resources-thomo-cockfighting-betting-guide__result-analysis-item,
  .page-resources-thomo-cockfighting-betting-guide__card-description,
  .page-resources-thomo-cockfighting-betting-guide__promo-description,
  .page-resources-thomo-cockfighting-betting-guide__faq-answer p {
    font-size: 1em;
    line-height: 1.6;
  }

  .page-resources-thomo-cockfighting-betting-guide__feature-grid,
  .page-resources-thomo-cockfighting-betting-guide__analysis-cards,
  .page-resources-thomo-cockfighting-betting-guide__promo-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-resources-thomo-cockfighting-betting-guide__feature-icon,
  .page-resources-thomo-cockfighting-betting-guide__guide-image,
  .page-resources-thomo-cockfighting-betting-guide__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-thomo-cockfighting-betting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-thomo-cockfighting-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-thomo-cockfighting-betting-guide__container,
  .page-resources-thomo-cockfighting-betting-guide__feature-card,
  .page-resources-thomo-cockfighting-betting-guide__guide-item,
  .page-resources-thomo-cockfighting-betting-guide__card,
  .page-resources-thomo-cockfighting-betting-guide__promo-card,
  .page-resources-thomo-cockfighting-betting-guide__faq-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-resources-thomo-cockfighting-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-thomo-cockfighting-betting-guide__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-thomo-cockfighting-betting-guide__main-title {
    font-size: 2em;
  }
  .page-resources-thomo-cockfighting-betting-guide__section-title {
    font-size: 1.6em;
  }
}