.page-resources-m8winwin-cockfighting-live-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from shared, ensuring contrast */
}

.page-resources-m8winwin-cockfighting-live-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  background: linear-gradient(135deg, #8B0000 0%, #FFD700 100%); /* Brand colors blend */
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-resources-m8winwin-cockfighting-live-guide__hero-content {
  max-width: 900px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  z-index: 10;
}

.page-resources-m8winwin-cockfighting-live-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff; /* Ensure high contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-m8winwin-cockfighting-live-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-m8winwin-cockfighting-live-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-m8winwin-cockfighting-live-guide__hero-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.page-resources-m8winwin-cockfighting-live-guide__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.page-resources-m8winwin-cockfighting-live-guide__section {
  padding: 60px 0;
}

.page-resources-m8winwin-cockfighting-live-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #f0f0f0; /* Light text for dark body background */
}

.page-resources-m8winwin-cockfighting-live-guide__dark-bg {
  background-color: #0d0d0d; /* Slightly darker for contrast sections */
  color: #ffffff;
}

.page-resources-m8winwin-cockfighting-live-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-resources-m8winwin-cockfighting-live-guide__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-m8winwin-cockfighting-live-guide__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-m8winwin-cockfighting-live-guide__text-block a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-m8winwin-cockfighting-live-guide__text-block a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-m8winwin-cockfighting-live-guide__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-m8winwin-cockfighting-live-guide__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-resources-m8winwin-cockfighting-live-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

.page-resources-m8winwin-cockfighting-live-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-m8winwin-cockfighting-live-guide__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  color: #e0e0e0;
}

.page-resources-m8winwin-cockfighting-live-guide__list-item::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-resources-m8winwin-cockfighting-live-guide__numbered-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-m8winwin-cockfighting-live-guide__numbered-list .page-resources-m8winwin-cockfighting-live-guide__list-item {
  background-color: rgba(255, 255, 255, 0.07);
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
}

.page-resources-m8winwin-cockfighting-live-guide__numbered-list .page-resources-m8winwin-cockfighting-live-guide__list-item::before {
  counter-increment: my-awesome-counter;
  content: counter(my-awesome-counter) ". ";
  color: #FFD700;
  font-weight: bold;
  font-size: 1.4em;
  margin-right: 15px;
  background-color: #8B0000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-resources-m8winwin-cockfighting-live-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-m8winwin-cockfighting-live-guide__card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-m8winwin-cockfighting-live-guide__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-m8winwin-cockfighting-live-guide__card-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-m8winwin-cockfighting-live-guide__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  min-height: 40px; /* Ensure consistent title height */
}

.page-resources-m8winwin-cockfighting-live-guide__card-title a {
  color: #FFD700;
  text-decoration: none;
}

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

.page-resources-m8winwin-cockfighting-live-guide__card-description {
  font-size: 1em;
  line-height: 1.6;
  color: #c0c0c0;
  flex-grow: 1;
}

.page-resources-m8winwin-cockfighting-live-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-m8winwin-cockfighting-live-guide__feature-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
  color: #e0e0e0;
}

.page-resources-m8winwin-cockfighting-live-guide__feature-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-m8winwin-cockfighting-live-guide__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-m8winwin-cockfighting-live-guide__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-m8winwin-cockfighting-live-guide__feature-description {
  font-size: 1em;
  line-height: 1.7;
  color: #c0c0c0;
}

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

.page-resources-m8winwin-cockfighting-live-guide__promo-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #e0e0e0;
  display: flex;
  flex-direction: column;
}

.page-resources-m8winwin-cockfighting-live-guide__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-m8winwin-cockfighting-live-guide__promo-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-m8winwin-cockfighting-live-guide__promo-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-resources-m8winwin-cockfighting-live-guide__promo-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-m8winwin-cockfighting-live-guide__promo-title a:hover {
  text-decoration: underline;
}

.page-resources-m8winwin-cockfighting-live-guide__promo-description {
  font-size: 1em;
  line-height: 1.6;
  color: #c0c0c0;
}

.page-resources-m8winwin-cockfighting-live-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-resources-m8winwin-cockfighting-live-guide__cta-buttons--center {
  text-align: center;
}

.page-resources-m8winwin-cockfighting-live-guide__btn-primary,
.page-resources-m8winwin-cockfighting-live-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-m8winwin-cockfighting-live-guide__btn-primary {
  background-color: #FFD700;
  color: #1a1a1a; /* Dark text for golden background */
  border: 2px solid #FFD700;
}

.page-resources-m8winwin-cockfighting-live-guide__btn-primary:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-m8winwin-cockfighting-live-guide__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-m8winwin-cockfighting-live-guide__btn-secondary:hover {
  background-color: #FFD700;
  color: #1a1a1a; /* Dark text for golden background */
}

.page-resources-m8winwin-cockfighting-live-guide__faq-list {
  margin-top: 40px;
}

.page-resources-m8winwin-cockfighting-live-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #e0e0e0;
}

.page-resources-m8winwin-cockfighting-live-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

.page-resources-m8winwin-cockfighting-live-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-m8winwin-cockfighting-live-guide__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-m8winwin-cockfighting-live-guide__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-resources-m8winwin-cockfighting-live-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: rgba(255, 255, 255, 0.03);
}

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

.page-resources-m8winwin-cockfighting-live-guide__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.7;
  color: #c0c0c0;
}

.page-resources-m8winwin-cockfighting-live-guide__cta-section {
  background: linear-gradient(90deg, #8B0000 0%, #FFD700 100%); /* Brand colors blend */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-m8winwin-cockfighting-live-guide__cta-section .page-resources-m8winwin-cockfighting-live-guide__section-title {
  color: #ffffff;
}

.page-resources-m8winwin-cockfighting-live-guide__cta-section .page-resources-m8winwin-cockfighting-live-guide__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-m8winwin-cockfighting-live-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__section-title {
    font-size: 2em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-video-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-resources-m8winwin-cockfighting-live-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__btn-primary,
  .page-resources-m8winwin-cockfighting-live-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    margin-top: 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-m8winwin-cockfighting-live-guide__section {
    padding: 40px 0;
  }
  .page-resources-m8winwin-cockfighting-live-guide__content-area {
    padding: 0 15px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__text-block,
  .page-resources-m8winwin-cockfighting-live-guide__list-item,
  .page-resources-m8winwin-cockfighting-live-guide__card-description,
  .page-resources-m8winwin-cockfighting-live-guide__feature-description,
  .page-resources-m8winwin-cockfighting-live-guide__promo-description,
  .page-resources-m8winwin-cockfighting-live-guide__faq-answer p {
    font-size: 0.95em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__image,
  .page-resources-m8winwin-cockfighting-live-guide__card-image,
  .page-resources-m8winwin-cockfighting-live-guide__feature-icon,
  .page-resources-m8winwin-cockfighting-live-guide__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px; /* Ensure minimum size is maintained */
    object-fit: cover;
    display: block !important;
  }
  .page-resources-m8winwin-cockfighting-live-guide__card-grid,
  .page-resources-m8winwin-cockfighting-live-guide__feature-grid,
  .page-resources-m8winwin-cockfighting-live-guide__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__card,
  .page-resources-m8winwin-cockfighting-live-guide__feature-item,
  .page-resources-m8winwin-cockfighting-live-guide__promo-card {
    padding: 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__faq-question {
    padding: 15px 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__faq-toggle {
    font-size: 1.5em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__faq-answer {
    padding: 0 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__faq-item.active .page-resources-m8winwin-cockfighting-live-guide__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__cta-section {
    padding: 60px 15px;
  }
  .page-resources-m8winwin-cockfighting-live-guide__cta-buttons {
    flex-direction: column;
  }
  .page-resources-m8winwin-cockfighting-live-guide__video-section,
  .page-resources-m8winwin-cockfighting-live-guide__video-container,
  .page-resources-m8winwin-cockfighting-live-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-m8winwin-cockfighting-live-guide__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-m8winwin-cockfighting-live-guide video,
  .page-resources-m8winwin-cockfighting-live-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-resources-m8winwin-cockfighting-live-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-m8winwin-cockfighting-live-guide__hero-description {
    font-size: 0.9em;
  }
}