.page-cockfighting-rules-tips {
  color: #ffffff; /* Text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-cockfighting-rules-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #0a0a0a; /* Ensure dark background for hero */
}

.page-cockfighting-rules-tips__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-cockfighting-rules-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-cockfighting-rules-tips__hero-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.page-cockfighting-rules-tips__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  color: #26A9E0; /* Brand color for main title */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-cockfighting-rules-tips__description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-cockfighting-rules-tips__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-cockfighting-rules-tips__btn-primary:hover {
  background-color: #1e87bb;
}

.page-cockfighting-rules-tips__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  padding-top: 10px; /* Small top padding for video section */
  background-color: #1a1a1a;
}

.page-cockfighting-rules-tips__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Max width for video container */
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
}

.page-cockfighting-rules-tips__video,
.page-cockfighting-rules-tips__video-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.page-cockfighting-rules-tips__video-link-overlay {
  z-index: 10;
  background: rgba(0,0,0,0.1); /* Subtle overlay to indicate clickability */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cockfighting-rules-tips__video-caption {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #cccccc;
}

.page-cockfighting-rules-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-cockfighting-rules-tips__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.page-cockfighting-rules-tips__section-heading {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-cockfighting-rules-tips__paragraph {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-cockfighting-rules-tips__keyword {
  color: #EA7C07;
  font-weight: bold;
}

.page-cockfighting-rules-tips__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-cockfighting-rules-tips__list-item {
  margin-bottom: 8px;
}

.page-cockfighting-rules-tips__sub-list-item {
  list-style: circle inside;
  margin-left: 20px;
  margin-bottom: 5px;
}

.page-cockfighting-rules-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-rules-tips__link-text {
  color: #26A9E0;
  text-decoration: underline;
}

.page-cockfighting-rules-tips__link-text:hover {
  color: #EA7C07;
}

.page-cockfighting-rules-tips__faq-section {
  background-color: #1a1a1a;
  padding: 60px 20px;
  color: #ffffff;
}

.page-cockfighting-rules-tips__faq-list {
  max-width: 900px;
  margin: 30px auto 0;
}

.page-cockfighting-rules-tips__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.page-cockfighting-rules-tips__faq-item[open] {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-cockfighting-rules-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  user-select: none;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-cockfighting-rules-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-rules-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-cockfighting-rules-tips__faq-item[open] .page-cockfighting-rules-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-cockfighting-rules-tips__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-cockfighting-rules-tips__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfighting-rules-tips__hero-image-wrapper {
    max-height: 450px;
  }
}

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

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

  .page-cockfighting-rules-tips__hero-image-wrapper {
    max-height: 300px;
  }

  .page-cockfighting-rules-tips__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-cockfighting-rules-tips__description {
    font-size: 1em;
  }

  .page-cockfighting-rules-tips__btn-primary {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cockfighting-rules-tips__video-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-cockfighting-rules-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-cockfighting-rules-tips__video,
  .page-cockfighting-rules-tips__video-link-overlay {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cockfighting-rules-tips__content-area {
    padding: 30px 15px;
  }

  .page-cockfighting-rules-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-cockfighting-rules-tips__section-heading {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-cockfighting-rules-tips__paragraph,
  .page-cockfighting-rules-tips__list-item,
  .page-cockfighting-rules-tips__sub-list-item,
  .page-cockfighting-rules-tips__faq-answer {
    font-size: 0.95em;
  }

  .page-cockfighting-rules-tips__content-image {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-cockfighting-rules-tips__faq-section {
    padding: 40px 15px;
  }

  .page-cockfighting-rules-tips__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-rules-tips__main-title {
    font-size: clamp(1.5em, 10vw, 2em);
  }

  .page-cockfighting-rules-tips__btn-primary {
    width: 100%;
    margin-top: 15px;
  }
}