/* style/blog-online-cockfighting-betting-strategy-tips.css */
.page-blog-online-cockfighting-betting-strategy-tips {
  background-color: #08160F; /* Nền tối theo màu tùy chỉnh */
  color: #F2FFF6; /* Chữ sáng trên nền tối */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-online-cockfighting-betting-strategy-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Nhỏ gọn hơn, body đã xử lý padding-top */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-online-cockfighting-betting-strategy-tips__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-online-cockfighting-betting-strategy-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-online-cockfighting-betting-strategy-tips__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-cockfighting-betting-strategy-tips__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-online-cockfighting-betting-strategy-tips__subtitle {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: #A7D9B8;
  margin-bottom: 30px;
}

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

.page-blog-online-cockfighting-betting-strategy-tips__btn-primary,
.page-blog-online-cockfighting-betting-strategy-tips__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-online-cockfighting-betting-strategy-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-online-cockfighting-betting-strategy-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6);
}

.page-blog-online-cockfighting-betting-strategy-tips__btn-secondary {
  background-color: transparent;
  color: #F2FFF6;
  border: 2px solid #2E7A4E;
}

.page-blog-online-cockfighting-betting-strategy-tips__btn-secondary:hover {
  background-color: #2E7A4E;
  color: #F2FFF6;
  box-shadow: 0 0 15px rgba(46, 122, 78, 0.6);
}

.page-blog-online-cockfighting-betting-strategy-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-online-cockfighting-betting-strategy-tips__text-block {
  background-color: #11271B; /* Màu nền Card B G */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-online-cockfighting-betting-strategy-tips__section-title {
  font-size: clamp(1.8em, 2.5vw, 2.5em);
  color: #F2FFF6;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-online-cockfighting-betting-strategy-tips__sub-section-title {
  font-size: clamp(1.4em, 2vw, 2em);
  color: #2AD16F;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-online-cockfighting-betting-strategy-tips__text-block p {
  color: #A7D9B8;
  margin-bottom: 15px;
}

.page-blog-online-cockfighting-betting-strategy-tips__list,
.page-blog-online-cockfighting-betting-strategy-tips__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-online-cockfighting-betting-strategy-tips__ordered-list {
  list-style-type: decimal;
}

.page-blog-online-cockfighting-betting-strategy-tips__list-item {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-online-cockfighting-betting-strategy-tips__list-item strong {
  color: #F2FFF6;
}

.page-blog-online-cockfighting-betting-strategy-tips__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-list {
  margin-top: 30px;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-question:hover {
  background-color: #1E3A2A;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-qtext {
  flex-grow: 1;
  font-size: clamp(1em, 1.2vw, 1.1em);
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8;
  background-color: #08160F;
  font-size: 0.95em;
}

.page-blog-online-cockfighting-betting-strategy-tips__faq-item[open] .page-blog-online-cockfighting-betting-strategy-tips__faq-question {
  background-color: #1E3A2A;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-online-cockfighting-betting-strategy-tips__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

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

  .page-blog-online-cockfighting-betting-strategy-tips__main-title {
    font-size: 2.2em;
    line-height: 1.3;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__subtitle {
    font-size: 1em;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__btn-primary,
  .page-blog-online-cockfighting-betting-strategy-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__content-area {
    padding: 30px 15px;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__text-block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__sub-section-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__text-block p,
  .page-blog-online-cockfighting-betting-strategy-tips__list-item {
    font-size: 0.95em;
  }

  .page-blog-online-cockfighting-betting-strategy-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__image-content {
    margin: 20px auto;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__faq-section {
    padding: 0 15px;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__faq-question {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-online-cockfighting-betting-strategy-tips__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9em;
  }

  /* Ensure all containers are responsive */
  .page-blog-online-cockfighting-betting-strategy-tips__section,
  .page-blog-online-cockfighting-betting-strategy-tips__card,
  .page-blog-online-cockfighting-betting-strategy-tips__container,
  .page-blog-online-cockfighting-betting-strategy-tips__cta-buttons,
  .page-blog-online-cockfighting-betting-strategy-tips__button-group,
  .page-blog-online-cockfighting-betting-strategy-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

/* Color contrast safety checks (already integrated with custom colors) */
/* The primary background is #08160F (dark), so text colors #F2FFF6 and #A7D9B8 are appropriate. */
/* Card background #11271B (darker), also with light text. */
/* Buttons use gradient with light text. */