.page-blog-fb88-cockfighting-guide {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background-color: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;

  background-color: var(--background-color);
  color: var(--text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-fb88-cockfighting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px;
  overflow: hidden;
}

.page-blog-fb88-cockfighting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.page-blog-fb88-cockfighting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-fb88-cockfighting-guide__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-fb88-cockfighting-guide__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-fb88-cockfighting-guide__hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-fb88-cockfighting-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%; /* Ensure container takes full width */
  max-width: 100%; /* Ensure container takes full width */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-fb88-cockfighting-guide__btn-primary,
.page-blog-fb88-cockfighting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-fb88-cockfighting-guide__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-fb88-cockfighting-guide__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-fb88-cockfighting-guide__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-fb88-cockfighting-guide__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-main);
}

.page-blog-fb88-cockfighting-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-fb88-cockfighting-guide__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-fb88-cockfighting-guide__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fb88-cockfighting-guide__paragraph {
  font-size: 1rem;
  color: var(--text-main);
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-fb88-cockfighting-guide__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-fb88-cockfighting-guide__list-ordered {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-fb88-cockfighting-guide__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-fb88-cockfighting-guide__list-item strong {
  color: var(--gold-color);
}

.page-blog-fb88-cockfighting-guide__image-container {
  text-align: center;
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-fb88-cockfighting-guide__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-blog-fb88-cockfighting-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--deep-green);
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 100%; /* Desktop default */
}

.page-blog-fb88-cockfighting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* FAQ Section */
.page-blog-fb88-cockfighting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-fb88-cockfighting-guide__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-fb88-cockfighting-guide__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: var(--gold-color);
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.page-blog-fb88-cockfighting-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-fb88-cockfighting-guide__faq-item summary:hover {
  background-color: var(--deep-green);
}

.page-blog-fb88-cockfighting-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-fb88-cockfighting-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--primary-color);
}

.page-blog-fb88-cockfighting-guide__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.page-blog-fb88-cockfighting-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-fb88-cockfighting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-fb88-cockfighting-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-fb88-cockfighting-guide__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-fb88-cockfighting-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-fb88-cockfighting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-fb88-cockfighting-guide__btn-primary,
  .page-blog-fb88-cockfighting-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-fb88-cockfighting-guide__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb88-cockfighting-guide__section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-fb88-cockfighting-guide__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .page-blog-fb88-cockfighting-guide__paragraph,
  .page-blog-fb88-cockfighting-guide__list-item {
    font-size: 0.95rem;
  }

  .page-blog-fb88-cockfighting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-fb88-cockfighting-guide__image-container,
  .page-blog-fb88-cockfighting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding: 0 0px; /* Adjust padding if needed for mobile */
  }

  .page-blog-fb88-cockfighting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-fb88-cockfighting-guide__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-fb88-cockfighting-guide__faq-answer {
    padding: 0 20px 15px;
  }
}