.page-resources-thomo-cockfighting-rules-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* From shared.css */
}

.page-resources-thomo-cockfighting-rules-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below header */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-thomo-cockfighting-rules-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-thomo-cockfighting-rules-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.page-resources-thomo-cockfighting-rules-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 10px;
}

.page-resources-thomo-cockfighting-rules-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-thomo-cockfighting-rules-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-thomo-cockfighting-rules-tips__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-thomo-cockfighting-rules-tips__btn-primary,
.page-resources-thomo-cockfighting-rules-tips__btn-secondary {
  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;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-thomo-cockfighting-rules-tips__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-thomo-cockfighting-rules-tips__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-rules-tips__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #FFFF00;
}

.page-resources-thomo-cockfighting-rules-tips__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-thomo-cockfighting-rules-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF; /* Light background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-resources-thomo-cockfighting-rules-tips__section-title {
  font-size: 2em;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-thomo-cockfighting-rules-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-thomo-cockfighting-rules-tips__section-title--white {
  color: #ffffff;
}

.page-resources-thomo-cockfighting-rules-tips__section-title--white::after {
  background-color: #ffffff;
}

.page-resources-thomo-cockfighting-rules-tips__sub-title {
  font-size: 1.5em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #017439;
  padding-left: 15px;
}

.page-resources-thomo-cockfighting-rules-tips__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-thomo-cockfighting-rules-tips__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-thomo-cockfighting-rules-tips__list-item {
  margin-bottom: 10px;
}

.page-resources-thomo-cockfighting-rules-tips__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-thomo-cockfighting-rules-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-thomo-cockfighting-rules-tips__faq-list {
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-rules-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-thomo-cockfighting-rules-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #017439;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-thomo-cockfighting-rules-tips__faq-question:hover {
  background-color: #005f2e;
}

.page-resources-thomo-cockfighting-rules-tips__faq-title {
  margin: 0;
  color: #ffffff;
}

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

.page-resources-thomo-cockfighting-rules-tips__faq-item.active .page-resources-thomo-cockfighting-rules-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-thomo-cockfighting-rules-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-thomo-cockfighting-rules-tips__faq-item.active .page-resources-thomo-cockfighting-rules-tips__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px 25px;
}

.page-resources-thomo-cockfighting-rules-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-thomo-cockfighting-rules-tips__video-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-resources-thomo-cockfighting-rules-tips__video-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-thomo-cockfighting-rules-tips__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.page-resources-thomo-cockfighting-rules-tips__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-thomo-cockfighting-rules-tips__video-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-thomo-cockfighting-rules-tips__hero-title {
    font-size: 2.2em;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-description {
    font-size: 1.1em;
  }
  .page-resources-thomo-cockfighting-rules-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-thomo-cockfighting-rules-tips__sub-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-resources-thomo-cockfighting-rules-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-title {
    font-size: 1.8em;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-buttons,
  .page-resources-thomo-cockfighting-rules-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-thomo-cockfighting-rules-tips__btn-primary,
  .page-resources-thomo-cockfighting-rules-tips__btn-secondary,
  .page-resources-thomo-cockfighting-rules-tips a[class*="button"],
  .page-resources-thomo-cockfighting-rules-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-thomo-cockfighting-rules-tips__content-area {
    padding: 40px 15px;
    margin-top: -40px;
  }
  .page-resources-thomo-cockfighting-rules-tips__section-title {
    font-size: 1.5em;
  }
  .page-resources-thomo-cockfighting-rules-tips__sub-title {
    font-size: 1.2em;
    padding-left: 10px;
  }
  .page-resources-thomo-cockfighting-rules-tips__list {
    margin-left: 20px;
  }
  .page-resources-thomo-cockfighting-rules-tips img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-thomo-cockfighting-rules-tips__image-container,
  .page-resources-thomo-cockfighting-rules-tips__video-container,
  .page-resources-thomo-cockfighting-rules-tips__video-wrapper,
  .page-resources-thomo-cockfighting-rules-tips__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-thomo-cockfighting-rules-tips__video-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-thomo-cockfighting-rules-tips__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-resources-thomo-cockfighting-rules-tips__faq-answer {
    padding: 0 20px;
  }
  .page-resources-thomo-cockfighting-rules-tips__faq-item.active .page-resources-thomo-cockfighting-rules-tips__faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-thomo-cockfighting-rules-tips__hero-title {
    font-size: 1.5em;
  }
  .page-resources-thomo-cockfighting-rules-tips__hero-description {
    font-size: 0.9em;
  }
  .page-resources-thomo-cockfighting-rules-tips__btn-primary,
  .page-resources-thomo-cockfighting-rules-tips__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-resources-thomo-cockfighting-rules-tips__section-title {
    font-size: 1.3em;
  }
  .page-resources-thomo-cockfighting-rules-tips__sub-title {
    font-size: 1.1em;
  }
  .page-resources-thomo-cockfighting-rules-tips__paragraph {
    font-size: 0.95em;
  }
}