.page-cockfighting-rules-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

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

.page-cockfighting-rules-tips__section {
  padding: 60px 0;
  text-align: center;
}

.page-cockfighting-rules-tips__section h2 {
  font-size: 36px;
  color: #FF8C1A; /* Primary Color */
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-cockfighting-rules-tips__section h3 {
  font-size: 24px;
  color: #FFA53A; /* Secondary Color */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-cockfighting-rules-tips p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-cockfighting-rules-tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-rules-tips ul li {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 17px;
  display: flex;
  align-items: center;
  color: #FFF3E6;
}

.page-cockfighting-rules-tips ul li::before {
  content: '✓';
  color: #FFA53A; /* Secondary Color */
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
}

.page-cockfighting-rules-tips__image {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* HERO Section */
.page-cockfighting-rules-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, header offset handled by body */
  background-color: #0D0E12;
}

.page-cockfighting-rules-tips__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-cockfighting-rules-tips__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-cockfighting-rules-tips__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-cockfighting-rules-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-cockfighting-rules-tips__hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(255, 176, 77, 0.6);
}

.page-cockfighting-rules-tips__hero-content p {
  font-size: 19px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-cockfighting-rules-tips__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 165, 58, 0.4);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting-rules-tips__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 165, 58, 0.6);
}

.page-cockfighting-rules-tips__rule-item, .page-cockfighting-rules-tips__strategy-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-rules-tips__rule-item h3, .page-cockfighting-rules-tips__strategy-item h3 {
  color: #FFA53A; /* Secondary Color */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-cockfighting-rules-tips__rule-item ul, .page-cockfighting-rules-tips__strategy-item ul {
  padding-left: 20px;
  max-width: none;
}

.page-cockfighting-rules-tips__rule-item ul li, .page-cockfighting-rules-tips__strategy-item ul li {
  background-color: transparent;
  border: none;
  padding: 8px 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #FFF3E6;
}

.page-cockfighting-rules-tips__rule-item ul li::before, .page-cockfighting-rules-tips__strategy-item ul li::before {
  content: '•';
  color: #FFB04D; /* Glow */
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

/* FAQ Section */
details.page-cockfighting-rules-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

details.page-cockfighting-rules-tips__faq-item summary.page-cockfighting-rules-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6;
  font-weight: 600;
}

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

details.page-cockfighting-rules-tips__faq-item summary.page-cockfighting-rules-tips__faq-question:hover {
  background: rgba(255, 165, 58, 0.1);
}

.page-cockfighting-rules-tips__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF3E6;
}

.page-cockfighting-rules-tips__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFA53A; /* Secondary Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  line-height: 1;
}

details.page-cockfighting-rules-tips__faq-item .page-cockfighting-rules-tips__faq-answer {
  padding: 0 20px 20px;
  background: rgba(23, 25, 31, 0.8); /* Slightly lighter Card BG */
  border-radius: 0 0 8px 8px;
  color: #FFF3E6;
  text-align: left;
  font-size: 16px;
}

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

  .page-cockfighting-rules-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-rules-tips__hero-content h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-cockfighting-rules-tips__hero-content p {
    font-size: 16px;
  }

  .page-cockfighting-rules-tips__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-cockfighting-rules-tips__section h2 {
    font-size: 28px;
  }

  .page-cockfighting-rules-tips__section h3 {
    font-size: 20px;
  }

  .page-cockfighting-rules-tips p {
    font-size: 16px;
  }

  .page-cockfighting-rules-tips ul li {
    font-size: 15px;
    padding: 12px 15px;
  }

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

  .page-cockfighting-rules-tips__container,
  .page-cockfighting-rules-tips__section,
  .page-cockfighting-rules-tips__rule-item,
  .page-cockfighting-rules-tips__strategy-item,
  .page-cockfighting-rules-tips__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-cockfighting-rules-tips__faq-item summary.page-cockfighting-rules-tips__faq-question {
    padding: 15px;
  }

  .page-cockfighting-rules-tips__faq-qtext {
    font-size: 15px;
  }

  details.page-cockfighting-rules-tips__faq-item .page-cockfighting-rules-tips__faq-answer {
    padding: 0 15px 15px;
  }
}