/* style/blog-thomo38-now-open-cockfighting-platform-analysis.css */
.page-blog-thomo38-now-open-cockfighting-platform-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-color);
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-content {
  position: relative; /* Ensure content is above any pseudo-elements */
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #F2FFF6;
  letter-spacing: 0.05em;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-description {
  font-size: clamp(1em, 2vw, 1.25em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__section {
  padding: 80px 20px;
  overflow: hidden;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: inherit;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: inherit;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(34, 199, 104, 0.5);
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 8px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__ordered-list,
.page-blog-thomo38-now-open-cockfighting-platform-analysis__unordered-list {
  list-style-position: inside;
  padding-left: 20px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__ordered-list li,
.page-blog-thomo38-now-open-cockfighting-platform-analysis__unordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__card-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  text-align: center;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-item summary {
  list-style: none;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-question:hover {
  background-color: #e9e9e9;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #11A84E;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-answer {
  padding: 20px;
  border-top: 1px solid #eee;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-title {
    font-size: clamp(2em, 6vw, 3em);
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__section-title {
    font-size: clamp(1.6em, 5vw, 2.5em);
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-thomo38-now-open-cockfighting-platform-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-description {
    font-size: clamp(0.9em, 3vw, 1.1em);
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__section {
    padding: 50px 15px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__content-area,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-image-wrapper,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-card,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__card,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-button,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__hero-image,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-icon,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-button {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin-bottom: 15px; /* For stacking buttons */
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-grid,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-answer {
    padding: 15px;
  }

  .page-blog-thomo38-now-open-cockfighting-platform-analysis__text-block,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__ordered-list li,
  .page-blog-thomo38-now-open-cockfighting-platform-analysis__unordered-list li {
    font-size: 1em;
  }
}

/* Color Contrast Fixes - applied based on body background and specific sections */
.page-blog-thomo38-now-open-cockfighting-platform-analysis__dark-bg {
  color: #F2FFF6; /* Text Main */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__light-bg {
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__card {
  color: #F2FFF6; /* Text Main for dark card background */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__card-title {
  color: #F2C14E; /* Gold for card titles */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__feature-description {
  color: #A7D9B8; /* Text Secondary for feature descriptions */
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-item {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-question {
  background-color: #f0f0f0;
  color: #333333;
}

.page-blog-thomo38-now-open-cockfighting-platform-analysis__faq-answer {
  color: #555555;
}