/* style/blog-thomo-cockfighting-betting-tips.css */

/* Custom colors from requirements */
:root {
  --main-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

/* Base styles for the page content, ensuring light text on dark background */
.page-blog-thomo-cockfighting-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* #F2FFF6 */
  background-color: var(--background); /* #08160F */
}

.page-blog-thomo-cockfighting-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-thomo-cockfighting-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image above text */
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  background-color: var(--background); /* #08160F */
}

.page-blog-thomo-cockfighting-betting-tips__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px; /* Limit height for hero image */
  object-fit: cover;
  display: block;
  margin-bottom: 30px; /* Space between image and content */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-thomo-cockfighting-betting-tips__hero-content {
  position: relative; /* Not absolute, for upper-image-lower-text */
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-thomo-cockfighting-betting-tips__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive H1 font size */
  font-weight: 700;
  color: var(--text-main); /* #F2FFF6 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-thomo-cockfighting-betting-tips__description {
  font-size: clamp(1rem, 1.5vw, 1.25rem); /* Responsive description font size */
  color: var(--text-secondary); /* #A7D9B8 */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

/* General Buttons */
.page-blog-thomo-cockfighting-betting-tips__btn-primary,
.page-blog-thomo-cockfighting-betting-tips__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-thomo-cockfighting-betting-tips__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main); /* #F2FFF6 */
  border: 2px solid transparent;
}

.page-blog-thomo-cockfighting-betting-tips__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-thomo-cockfighting-betting-tips__btn-secondary {
  background: transparent;
  color: var(--main-color); /* #11A84E */
  border: 2px solid var(--main-color); /* #11A84E */
}

.page-blog-thomo-cockfighting-betting-tips__btn-secondary:hover {
  background: var(--main-color); /* #11A84E */
  color: var(--text-main); /* #F2FFF6 */
  transform: translateY(-2px);
}

.page-blog-thomo-cockfighting-betting-tips__btn-large {
  padding: 16px 40px;
  font-size: 1.1rem;
  min-width: 280px;
}

.page-blog-thomo-cockfighting-betting-tips__btn-full-width {
  width: 100%;
  max-width: 400px; /* Limit max-width for full-width button */
  margin: 0 auto;
  display: block; /* Ensure it takes full width of its container */
}

/* Content Sections */
.page-blog-thomo-cockfighting-betting-tips__content-section {
  padding: 60px 0;
}

.page-blog-thomo-cockfighting-betting-tips__dark-section {
  background-color: var(--card-bg); /* #11271B */
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-thomo-cockfighting-betting-tips__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-color); /* #F2C14E */
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-thomo-cockfighting-betting-tips__dark-section .page-blog-thomo-cockfighting-betting-tips__section-title {
  color: var(--gold-color); /* #F2C14E */
}

.page-blog-thomo-cockfighting-betting-tips__text-block {
  font-size: 1.1rem;
  color: var(--text-secondary); /* #A7D9B8 */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-thomo-cockfighting-betting-tips__text-block a {
  color: var(--glow-color); /* #57E38D */
  text-decoration: underline;
}

.page-blog-thomo-cockfighting-betting-tips__text-block a:hover {
  color: var(--main-color); /* #11A84E */
}

.page-blog-thomo-cockfighting-betting-tips__list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 30px;
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-blog-thomo-cockfighting-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-blog-thomo-cockfighting-betting-tips__list-item strong {
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-thomo-cockfighting-betting-tips__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

/* FAQ Section */
.page-blog-thomo-cockfighting-betting-tips__faq-list {
  margin-top: 40px;
}

.page-blog-thomo-cockfighting-betting-tips__faq-item {
  background-color: var(--card-bg); /* #11271B */
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color); /* #2E7A4E */
}

.page-blog-thomo-cockfighting-betting-tips__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--text-main); /* #F2FFF6 */
  position: relative;
}

.page-blog-thomo-cockfighting-betting-tips__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-thomo-cockfighting-betting-tips__faq-question {
  flex-grow: 1;
}

.page-blog-thomo-cockfighting-betting-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow-color); /* #57E38D */
  margin-left: 15px;
}

.page-blog-thomo-cockfighting-betting-tips__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-blog-thomo-cockfighting-betting-tips__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-thomo-cockfighting-betting-tips__faq-answer a {
  color: var(--glow-color); /* #57E38D */
  text-decoration: underline;
}

.page-blog-thomo-cockfighting-betting-tips__faq-answer a:hover {
  color: var(--main-color); /* #11A84E */
}

/* Bottom CTA Section */
.page-blog-thomo-cockfighting-betting-tips__cta-bottom {
  padding: 80px 0;
  text-align: center;
}

.page-blog-thomo-cockfighting-betting-tips__cta-content {
  max-width: 800px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-thomo-cockfighting-betting-tips__main-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
  }
  .page-blog-thomo-cockfighting-betting-tips__section-title {
    font-size: 2rem;
  }
  .page-blog-thomo-cockfighting-betting-tips__btn-large {
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .page-blog-thomo-cockfighting-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-thomo-cockfighting-betting-tips__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
  }

  .page-blog-thomo-cockfighting-betting-tips__hero-content {
    padding: 0 15px;
  }

  .page-blog-thomo-cockfighting-betting-tips__main-title {
    font-size: 2.2rem;
  }

  .page-blog-thomo-cockfighting-betting-tips__description {
    font-size: 1rem;
  }

  .page-blog-thomo-cockfighting-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-thomo-cockfighting-betting-tips__btn-primary,
  .page-blog-thomo-cockfighting-betting-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-thomo-cockfighting-betting-tips__content-section {
    padding: 40px 0;
  }

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

  .page-blog-thomo-cockfighting-betting-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-thomo-cockfighting-betting-tips__text-block,
  .page-blog-thomo-cockfighting-betting-tips__list-item {
    font-size: 1rem;
  }

  .page-blog-thomo-cockfighting-betting-tips__list {
    padding-left: 20px;
  }

  .page-blog-thomo-cockfighting-betting-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-thomo-cockfighting-betting-tips__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-thomo-cockfighting-betting-tips__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-thomo-cockfighting-betting-tips__cta-bottom {
    padding: 60px 0;
  }

  /* Ensure no overflow for any content */
  .page-blog-thomo-cockfighting-betting-tips__section,
  .page-blog-thomo-cockfighting-betting-tips__card,
  .page-blog-thomo-cockfighting-betting-tips__container,
  .page-blog-thomo-cockfighting-betting-tips__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-thomo-cockfighting-betting-tips__hero-section {
    padding-left: 0 !important; /* Hero image itself is full width */
    padding-right: 0 !important;
  }
  .page-blog-thomo-cockfighting-betting-tips__hero-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}