.page-resources-betting-tips-for-cockfighting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Matches shared.css body background */
}

.page-resources-betting-tips-for-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background: linear-gradient(135deg, #26A9E0 0%, #1a7bbd 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-betting-tips-for-cockfighting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-betting-tips-for-cockfighting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-betting-tips-for-cockfighting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-betting-tips-for-cockfighting__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-betting-tips-for-cockfighting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-betting-tips-for-cockfighting__btn-primary {
  background-color: #EA7C07; /* Màu cam cho đăng ký/login */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-betting-tips-for-cockfighting__btn-primary:hover {
  background-color: #d16b05;
  transform: translateY(-2px);
}

.page-resources-betting-tips-for-cockfighting__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 20px;
}

.page-resources-betting-tips-for-cockfighting__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-betting-tips-for-cockfighting__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-top: -60px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-resources-betting-tips-for-cockfighting__section-inner-wrapper {
  padding: 20px;
}

.page-resources-betting-tips-for-cockfighting__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-betting-tips-for-cockfighting__section-title--white {
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-betting-tips-for-cockfighting__paragraph--white {
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__image-with-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-betting-tips-for-cockfighting__image-with-text-block--reverse {
  flex-direction: row-reverse;
}

.page-resources-betting-tips-for-cockfighting__content-image {
  flex: 1;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-betting-tips-for-cockfighting__list {
  flex: 1;
  list-style: none;
  padding-left: 0;
}

.page-resources-betting-tips-for-cockfighting__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding: 15px;
  border-left: 4px solid #26A9E0;
  border-radius: 5px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-resources-betting-tips-for-cockfighting__video-section {
  background-color: #121212;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure video section is below header on initial load */
}

.page-resources-betting-tips-for-cockfighting__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-betting-tips-for-cockfighting__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-resources-betting-tips-for-cockfighting__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-resources-betting-tips-for-cockfighting__cta-button--center {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.page-resources-betting-tips-for-cockfighting__faq-container {
  max-width: 900px;
  margin: 40px auto;
}

.page-resources-betting-tips-for-cockfighting__faq-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-betting-tips-for-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #333333;
  color: #ffffff;
  border-bottom: 1px solid #444444;
}

.page-resources-betting-tips-for-cockfighting__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-betting-tips-for-cockfighting__faq-item.active .page-resources-betting-tips-for-cockfighting__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-betting-tips-for-cockfighting__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

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

.page-resources-betting-tips-for-cockfighting__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-betting-tips-for-cockfighting__cta-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-betting-tips-for-cockfighting__hero-title {
    font-size: 2.8em;
  }

  .page-resources-betting-tips-for-cockfighting__hero-description {
    font-size: 1.1em;
  }

  .page-resources-betting-tips-for-cockfighting__section-title {
    font-size: 1.8em;
  }

  .page-resources-betting-tips-for-cockfighting__paragraph {
    font-size: 1em;
  }

  .page-resources-betting-tips-for-cockfighting__image-with-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-betting-tips-for-cockfighting__image-with-text-block--reverse {
    flex-direction: column;
  }

  .page-resources-betting-tips-for-cockfighting__content-image {
    width: 100%;
    max-width: 600px;
  }
}

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

  .page-resources-betting-tips-for-cockfighting__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-betting-tips-for-cockfighting__hero-title {
    font-size: 2.2em;
  }

  .page-resources-betting-tips-for-cockfighting__hero-description {
    font-size: 1em;
  }

  .page-resources-betting-tips-for-cockfighting__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-betting-tips-for-cockfighting__content-area {
    padding: 20px 15px;
    margin-top: -30px;
  }

  .page-resources-betting-tips-for-cockfighting__section-inner-wrapper,
  .page-resources-betting-tips-for-cockfighting__video-section,
  .page-resources-betting-tips-for-cockfighting__faq-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevents horizontal scroll */
  }

  .page-resources-betting-tips-for-cockfighting__section-title {
    font-size: 1.6em;
  }

  .page-resources-betting-tips-for-cockfighting__paragraph {
    font-size: 0.95em;
  }

  .page-resources-betting-tips-for-cockfighting__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-betting-tips-for-cockfighting__video-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-betting-tips-for-cockfighting__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-betting-tips-for-cockfighting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-betting-tips-for-cockfighting__faq-question {
    padding: 15px 20px;
  }

  .page-resources-betting-tips-for-cockfighting__faq-question h3 {
    font-size: 1.1em;
  }

  .page-resources-betting-tips-for-cockfighting__faq-answer {
    padding: 0 20px;
  }

  .page-resources-betting-tips-for-cockfighting__faq-item.active .page-resources-betting-tips-for-cockfighting__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-betting-tips-for-cockfighting__cta-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

/* Color Contrast Fixes - Ensure light text on dark background */
.page-resources-betting-tips-for-cockfighting__dark-bg {
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__light-bg {
  color: #ffffff; /* Adjusted for dark body background */
  background: #1a1a1a; /* Darker background for contrast */
}

.page-resources-betting-tips-for-cockfighting__card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-betting-tips-for-cockfighting__dark-section {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__btn-primary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-betting-tips-for-cockfighting__btn-secondary {
  background: #1a1a1a;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-betting-tips-for-cockfighting__faq-item {
  background-color: #2a2a2a;
}

.page-resources-betting-tips-for-cockfighting__faq-question {
  background-color: #333333;
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__faq-question h3 {
  color: #ffffff;
}

.page-resources-betting-tips-for-cockfighting__faq-toggle {
  color: #26A9E0;
}

.page-resources-betting-tips-for-cockfighting__faq-answer {
  color: #f0f0f0;
}