.page-cockfighting-rules-and-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default background */
}

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

.page-cockfighting-rules-and-tips__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0; /* Brand color as background */
}

.page-cockfighting-rules-and-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.page-cockfighting-rules-and-tips__hero-section .page-cockfighting-rules-and-tips__container {
  position: relative;
  z-index: 1;
}

.page-cockfighting-rules-and-tips__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-cockfighting-rules-and-tips__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

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

.page-cockfighting-rules-and-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

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

.page-cockfighting-rules-and-tips__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 15px;
}

.page-cockfighting-rules-and-tips__btn-secondary:hover {
  background-color: #f0f0f0;
}

.page-cockfighting-rules-and-tips__content-section {
  padding: 60px 0;
}

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

.page-cockfighting-rules-and-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-cockfighting-rules-and-tips__dark-bg {
  background-color: #000000; /* Body background color from shared.css is var(--black-color) which is #000000 */
  color: #ffffff;
}

.page-cockfighting-rules-and-tips__dark-bg .page-cockfighting-rules-and-tips__section-title {
  color: #ffffff;
}

.page-cockfighting-rules-and-tips__dark-bg .page-cockfighting-rules-and-tips__text-block,
.page-cockfighting-rules-and-tips__dark-bg .page-cockfighting-rules-and-tips__list-item,
.page-cockfighting-rules-and-tips__dark-bg .page-cockfighting-rules-and-tips__sub-list-item {
  color: #ffffff;
}

.page-cockfighting-rules-and-tips__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-rules-and-tips__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-cockfighting-rules-and-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

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

.page-cockfighting-rules-and-tips__sub-list-item {
  margin-bottom: 5px;
  font-size: 1em;
  color: #333333;
}

.page-cockfighting-rules-and-tips__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-cockfighting-rules-and-tips__video-section {
  padding: 60px 0;
  text-align: center;
  background-color: #000000; /* Dark background for video */
  color: #ffffff;
}

.page-cockfighting-rules-and-tips__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 30px auto;
  border-radius: 8px;
  background-color: #000000;
}

.page-cockfighting-rules-and-tips__video-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-cockfighting-rules-and-tips__video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-cockfighting-rules-and-tips__video-cta {
  margin-top: 20px;
}

.page-cockfighting-rules-and-tips__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

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

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

.page-cockfighting-rules-and-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #eaf6fc; /* Light blue background for questions */
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

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

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

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

.page-cockfighting-rules-and-tips__faq-answer {
  padding: 15px 25px;
  font-size: 1.05em;
  color: #555555;
  background-color: #fdfdfd;
}

.page-cockfighting-rules-and-tips__faq-answer p {
  margin-bottom: 10px;
}