/* style/cockfighting-online-cockfighting-rules.css */\n\n:root {\n  --primary-color: #003366;\n  --secondary-color: #FFCC00;\n  --text-light: #ffffff;\n  --text-dark: #333333;\n  --background-dark: #121212; /* From shared.css body background */\n  --card-bg-dark: rgba(255, 255, 255, 0.08);\n  --border-color: #e0e0e0;\n}\n\n.page-cockfighting-online-cockfighting-rules {\n  font-family: 'Arial', sans-serif;\n  color: var(--text-light); /* Default text color for dark body background */\n  background-color: var(--background-dark);\n}\n\n.page-cockfighting-online-cockfighting-rules__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n  box-sizing: border-box;\n}\n\n/* Hero Section */\n.page-cockfighting-online-cockfighting-rules__hero-section {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 80px 20px;\n  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */\n  background-color: var(--primary-color);\n  color: var(--text-light);\n  overflow: hidden;\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-image-wrapper {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 0;\n  opacity: 0.2;\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-image {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  filter: brightness(0.7); /* Darken image for text readability */\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-content {\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-title {\n  font-size: 3.2em;\n  margin-bottom: 20px;\n  line-height: 1.2;\n  color: var(--secondary-color);\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-description {\n  font-size: 1.2em;\n  margin-bottom: 30px;\n  line-height: 1.6;\n}\n\n.page-cockfighting-online-cockfighting-rules__hero-cta {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n/* Video Section */\n.page-cockfighting-online-cockfighting-rules__video-section {\n  background-color: var(--background-dark);\n  padding: 60px 0;\n  text-align: center;\n  color: var(--text-light);\n}\n\n.page-cockfighting-online-cockfighting-rules__video-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 1000px;\n  margin: 40px auto;\n  background-color: #000;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n  box-sizing: border-box;\n}\n\n.page-cockfighting-online-cockfighting-rules__video {\n  width: 100%;\n  height: auto;\n  display: block;\n  cursor: pointer;\n}\n\n.page-cockfighting-online-cockfighting-rules__video-cta {\n  margin-top: 20px;\n}\n\n/* Content Area */\n.page-cockfighting-online-cockfighting-rules__content-area {\n  background-color: #ffffff;\n  color: var(--text-dark);\n  padding: 60px 0;\n}\n\n.page-cockfighting-online-cockfighting-rules__section-title {\n  font-size: 2.5em;\n  color: var(--primary-color);\n  margin-bottom: 30px;\n  text-align: center;\n  line-height: 1.3;\n}\n\n.page-cockfighting-online-cockfighting-rules__section-description {\n  font-size: 1.1em;\n  margin-bottom: 40px;\n  text-align: center;\n  max-width: 900px;\n  margin-left: auto;\n  margin-right: auto;\n  line-height: 1.6;\n  color: var(--text-dark);\n}\n\n.page-cockfighting-online-cockfighting-rules__text-block {\n  font-size: 1.1em;\n  line-height: 1.7;\n  margin-bottom: 25px;\n  text-align: justify;\n}\n\n.page-cockfighting-online-cockfighting-rules__list,\n.page-cockfighting-online-cockfighting-rules__ordered-list {\n  list-style-type: disc;\n  margin-left: 25px;\n  margin-bottom: 25px;\n  font-size: 1.1em;\n  line-height: 1.7;\n}\n\n.page-cockfighting-online-cockfighting-rules__ordered-list {\n  list-style-type: decimal;\n}\n\n.page-cockfighting-online-cockfighting-rules__list-item {\n  margin-bottom: 10px;\n}\n\n.page-cockfighting-online-cockfighting-rules__image-full-width {\n  width: 100%;\n  height: auto;\n  display: block;\n  margin: 30px 0;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.page-cockfighting-online-cockfighting-rules__image-center {\n  display: block;\n  margin: 30px auto;\n  max-width: 100%;\n  height: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n/* Buttons */\n.page-cockfighting-online-cockfighting-rules__btn-primary,\n.page-cockfighting-online-cockfighting-rules__btn-secondary {\n  display: inline-block;\n  padding: 15px 30px;\n  border-radius: 50px;\n  text-decoration: none;\n  font-weight: bold;\n  transition: all 0.3s ease;\n  font-size: 1.1em;\n  box-sizing: border-box;\n  max-width: 100%;\n  white-space: normal;\n  word-wrap: break-word;\n  text-align: center;\n}\n\n.page-cockfighting-online-cockfighting-rules__btn-primary {\n  background-color: var(--secondary-color);\n  color: var(--primary-color);\n  border: 2px solid var(--secondary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__btn-primary:hover {\n  background-color: #e6b800;\n  border-color: #e6b800;\n  transform: translateY(-2px);\n}\n\n.page-cockfighting-online-cockfighting-rules__btn-secondary {\n  background-color: transparent;\n  color: var(--secondary-color);\n  border: 2px solid var(--secondary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__btn-secondary:hover {\n  background-color: var(--secondary-color);\n  color: var(--primary-color);\n  transform: translateY(-2px);\n}\n\n/* FAQ Section */\n.page-cockfighting-online-cockfighting-rules__faq-container {\n  margin-top: 40px;\n  background-color: #f9f9f9;\n  border-radius: 10px;\n  padding: 20px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-item {\n  border-bottom: 1px solid var(--border-color);\n  margin-bottom: 10px;\n  padding-bottom: 10px;\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-item:last-child {\n  border-bottom: none;\n  margin-bottom: 0;\n  padding-bottom: 0;\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 15px 0;\n  cursor: pointer;\n  font-size: 1.2em;\n  font-weight: bold;\n  color: var(--primary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-question h3 {\n  margin: 0;\n  font-size: 1em;\n  color: var(--primary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-toggle {\n  font-size: 1.5em;\n  font-weight: normal;\n  transition: transform 0.3s ease;\n  color: var(--secondary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-item.active .page-cockfighting-online-cockfighting-rules__faq-toggle {\n  transform: rotate(45deg);\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 15px;\n  transition: max-height 0.3s ease, padding 0.3s ease;\n  color: var(--text-dark);\n  font-size: 1.1em;\n  line-height: 1.6;\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-item.active .page-cockfighting-online-cockfighting-rules__faq-answer {\n  max-height: 1000px !important; /* Sufficiently large to show content */\n  padding: 15px;\n}\n\n.page-cockfighting-online-cockfighting-rules__faq-answer p {\n  margin: 0;\n  padding-bottom: 10px;\n}\n\n/* CTA Section */\n.page-cockfighting-online-cockfighting-rules__cta-section {\n  background-color: var(--primary-color);\n  padding: 80px 20px;\n  text-align: center;\n  color: var(--text-light);\n}\n\n.page-cockfighting-online-cockfighting-rules__cta-title {\n  font-size: 2.8em;\n  margin-bottom: 20px;\n  color: var(--secondary-color);\n}\n\n.page-cockfighting-online-cockfighting-rules__cta-description {\n  font-size: 1.2em;\n  margin-bottom: 40px;\n  line-height: 1.6;\n  max-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.page-cockfighting-online-cockfighting-rules__cta-buttons {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n/* Responsive Design */\n@media (max-width: 1024px) {\n  .page-cockfighting-online-cockfighting-rules__hero-title {\n    font-size: 2.8em;\n  }\n  .page-cockfighting-online-cockfighting-rules__section-title {\n    font-size: 2em;\n  }\n  .page-cockfighting-online-cockfighting-rules__cta-title {\n    font-size: 2.4em;\n  }\n}\n\n@media (max-width: 768px) {\n  .page-cockfighting-online-cockfighting-rules {\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__hero-section {\n    padding: 60px 15px;\n    padding-top: var(--header-offset, 120px) !important;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__hero-title {\n    font-size: 2em;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__hero-description {\n    font-size: 1em;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__hero-cta,\n  .page-cockfighting-online-cockfighting-rules__cta-buttons {\n    flex-direction: column;\n    gap: 15px;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__btn-primary,\n  .page-cockfighting-online-cockfighting-rules__btn-secondary {\n    width: 100% !important;\n    max-width: 100% !important;\n    padding: 12px 20px;\n    font-size: 1em;\n    box-sizing: border-box !important;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__container,\n  .page-cockfighting-online-cockfighting-rules__video-wrapper {\n    padding-left: 15px;\n    padding-right: 15px;\n    width: 100% !important;\n    max-width: 100% !important;\n    box-sizing: border-box !important;\n    overflow: hidden !important;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__video-section {\n    padding-top: var(--header-offset, 120px) !important; /* Re-apply for mobile if needed */\n  }\n\n  .page-cockfighting-online-cockfighting-rules__video {\n    max-width: 100% !important;\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n\n  .page-cockfighting-online-cockfighting-rules img {\n    max-width: 100% !important;\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__section-title {\n    font-size: 1.8em;\n    margin-bottom: 20px;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__section-description,\n  .page-cockfighting-online-cockfighting-rules__text-block,\n  .page-cockfighting-online-cockfighting-rules__list,\n  .page-cockfighting-online-cockfighting-rules__ordered-list {\n    font-size: 1em;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__faq-question {\n    font-size: 1.1em;\n    padding: 10px 0;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__faq-answer {\n    padding: 10px;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__cta-section {\n    padding: 60px 15px;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__cta-title {\n    font-size: 2em;\n  }\n\n  .page-cockfighting-online-cockfighting-rules__cta-description {\n    font-size: 1em;\n  }\n}\n\n@media (max-width: 480px) {\n  .page-cockfighting-online-cockfighting-rules__hero-title {\n    font-size: 1.8em;\n  }\n  .page-cockfighting-online-cockfighting-rules__section-title {\n    font-size: 1.5em;\n  }\n  .page-cockfighting-online-cockfighting-rules__cta-title {\n    font-size: 1.8em;\n  }\n}\n\n/* Color Contrast Fixes (if needed, based on dynamic analysis) */\n.page-cockfighting-online-cockfighting-rules__dark-bg {\n  background: var(--primary-color);\n  color: var(--text-light);\n}\n\n.page-cockfighting-online-cockfighting-rules__light-bg {\n  background: #ffffff;\n  color: var(--text-dark);\n}\n\n.page-cockfighting-online-cockfighting-rules__medium-bg {\n  background: var(--secondary-color);\n  color: var(--text-dark);\n}\n\n/* Ensure text in content area is always readable */\n.page-cockfighting-online-cockfighting-rules__content-area p,\n.page-cockfighting-online-cockfighting-rules__content-area li {\n  color: var(--text-dark);\n}\n\n.page-cockfighting-online-cockfighting-rules__content-area h2,\n.page-cockfighting-online-cockfighting-rules__content-area h3 {\n  color: var(--primary-color);\n}\n