/* style/resources-philippine-cockfighting-rules-safety.css */
.page-resources-philippine-cockfighting-rules-safety {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-philippine-cockfighting-rules-safety__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero_main:1920x1080:cockfighting,match,arena,igaming,betting]') no-repeat center center/cover;
  color: #ffffff;
}

.page-resources-philippine-cockfighting-rules-safety__hero-content {
  z-index: 10;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-philippine-cockfighting-rules-safety__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-philippine-cockfighting-rules-safety__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-philippine-cockfighting-rules-safety__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-philippine-cockfighting-rules-safety__btn-primary:hover {
  background-color: #1e87b8;
  transform: translateY(-2px);
}

.page-resources-philippine-cockfighting-rules-safety__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Adjust max-width for video */
  margin-top: 40px;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.page-resources-philippine-cockfighting-rules-safety__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.page-resources-philippine-cockfighting-rules-safety__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.page-resources-philippine-cockfighting-rules-safety__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a1a; /* Darker background for content sections */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: -80px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 1;
}

.page-resources-philippine-cockfighting-rules-safety__light-bg {
  color: #ffffff;
}

.page-resources-philippine-cockfighting-rules-safety__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-philippine-cockfighting-rules-safety__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(38, 169, 224, 0.3);
  padding-bottom: 10px;
}

.page-resources-philippine-cockfighting-rules-safety__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-philippine-cockfighting-rules-safety__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-philippine-cockfighting-rules-safety__faq-list {
  margin-top: 30px;
}

.page-resources-philippine-cockfighting-rules-safety__faq-item {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

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

.page-resources-philippine-cockfighting-rules-safety__faq-question:hover {
  background-color: #4a4a4a;
}

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

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

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

.page-resources-philippine-cockfighting-rules-safety__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #2a2a2a;
  color: #e0e0e0;
}

.page-resources-philippine-cockfighting-rules-safety__faq-item.active .page-resources-philippine-cockfighting-rules-safety__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to ensure content is visible */
  padding: 15px 25px !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-philippine-cockfighting-rules-safety__hero-title {
    font-size: 2.8em;
  }
  .page-resources-philippine-cockfighting-rules-safety__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-philippine-cockfighting-rules-safety {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-philippine-cockfighting-rules-safety__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset applies */
  }
  .page-resources-philippine-cockfighting-rules-safety__hero-title {
    font-size: 2.2em;
  }
  .page-resources-philippine-cockfighting-rules-safety__hero-description {
    font-size: 1em;
  }
  .page-resources-philippine-cockfighting-rules-safety__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-philippine-cockfighting-rules-safety__video-wrapper {
    padding-bottom: 56.25% !important;
    width: calc(100% - 30px) !important; /* Account for padding */
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-resources-philippine-cockfighting-rules-safety__content-area {
    padding: 20px 15px;
    margin-top: -60px;
  }
  .page-resources-philippine-cockfighting-rules-safety__section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-philippine-cockfighting-rules-safety__paragraph {
    font-size: 0.95em;
  }
  .page-resources-philippine-cockfighting-rules-safety__image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-philippine-cockfighting-rules-safety__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-philippine-cockfighting-rules-safety__faq-answer {
    padding: 0 20px;
  }
  .page-resources-philippine-cockfighting-rules-safety__faq-item.active .page-resources-philippine-cockfighting-rules-safety__faq-answer {
    padding: 10px 20px !important;
  }
  /* Ensure all containers with images/videos/buttons are constrained */
  .page-resources-philippine-cockfighting-rules-safety__section,
  .page-resources-philippine-cockfighting-rules-safety__card,
  .page-resources-philippine-cockfighting-rules-safety__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-philippine-cockfighting-rules-safety__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-philippine-cockfighting-rules-safety video,
  .page-resources-philippine-cockfighting-rules-safety__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-philippine-cockfighting-rules-safety__video-section,
  .page-resources-philippine-cockfighting-rules-safety__video-container,
  .page-resources-philippine-cockfighting-rules-safety__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-philippine-cockfighting-rules-safety__cta-button,
  .page-resources-philippine-cockfighting-rules-safety__btn-primary,
  .page-resources-philippine-cockfighting-rules-safety__btn-secondary,
  .page-resources-philippine-cockfighting-rules-safety a[class*="button"],
  .page-resources-philippine-cockfighting-rules-safety 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-philippine-cockfighting-rules-safety__cta-buttons,
  .page-resources-philippine-cockfighting-rules-safety__button-group,
  .page-resources-philippine-cockfighting-rules-safety__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-philippine-cockfighting-rules-safety__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}