.page-resources-history-culture-live-cockfighting-67 {
  color: #ffffff; /* Text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-history-culture-live-cockfighting-67__hero-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #0A2463;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  box-sizing: border-box;
}

.page-resources-history-culture-live-cockfighting-67__hero-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-history-culture-live-cockfighting-67__main-title {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #E3B505; /* Accent color for main title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-history-culture-live-cockfighting-67__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-history-culture-live-cockfighting-67__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-history-culture-live-cockfighting-67__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #E3B505; /* Auxiliary color for primary CTA */
  color: #0A2463;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-history-culture-live-cockfighting-67__cta-button:hover {
  background-color: #f0c84c;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-history-culture-live-cockfighting-67__cta-button--secondary {
  background-color: transparent;
  color: #E3B505;
  border: 2px solid #E3B505;
  box-shadow: none;
}

.page-resources-history-culture-live-cockfighting-67__cta-button--secondary:hover {
  background-color: rgba(227, 181, 5, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-history-culture-live-cockfighting-67__content-section {
  padding: 60px 20px;
  background-color: #1a1a1a; /* Darker background for content sections */
  color: #ffffff;
  box-sizing: border-box;
}

.page-resources-history-culture-live-cockfighting-67__dark-section {
  background-color: #0A2463; /* Primary color for some sections */
  color: #ffffff;
}

.page-resources-history-culture-live-cockfighting-67__content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-history-culture-live-cockfighting-67__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #E3B505;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-history-culture-live-cockfighting-67__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  border-radius: 2px;
}

.page-resources-history-culture-live-cockfighting-67__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #E3B505;
}

.page-resources-history-culture-live-cockfighting-67__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-resources-history-culture-live-cockfighting-67__link {
  color: #E3B505;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-history-culture-live-cockfighting-67__link:hover {
  color: #f0c84c;
  text-decoration: underline;
}

.page-resources-history-culture-live-cockfighting-67__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  display: block;
}

.page-resources-history-culture-live-cockfighting-67__image--large {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  display: block;
}

.page-resources-history-culture-live-cockfighting-67__image--medium {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  display: block;
}

.page-resources-history-culture-live-cockfighting-67__cta-buttons--bottom {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-history-culture-live-cockfighting-67__main-title {
    font-size: 3em;
  }
  .page-resources-history-culture-live-cockfighting-67__section-title {
    font-size: 2em;
  }
  .page-resources-history-culture-live-cockfighting-67__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-history-culture-live-cockfighting-67__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
    min-height: 300px;
  }
  .page-resources-history-culture-live-cockfighting-67__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-history-culture-live-cockfishing-67__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-resources-history-culture-live-cockfighting-67__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-history-culture-live-cockfighting-67__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-history-culture-live-cockfighting-67__content-section {
    padding: 40px 15px;
  }
  .page-resources-history-culture-live-cockfighting-67__content-container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-history-culture-live-cockfighting-67__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-history-culture-live-cockfighting-67__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-resources-history-culture-live-cockfighting-67__text-block {
    font-size: 0.95em;
  }
  /* Mobile image adaptation */
  .page-resources-history-culture-live-cockfighting-67 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-resources-history-culture-live-cockfighting-67__image--full-width,
  .page-resources-history-culture-live-cockfighting-67__image--large,
  .page-resources-history-culture-live-cockfighting-67__image--medium {
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  .page-resources-history-culture-live-cockfighting-67__cta-buttons--bottom {
    margin-top: 30px;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-history-culture-live-cockfighting-67__main-title {
    font-size: 1.8em;
  }
  .page-resources-history-culture-live-cockfighting-67__section-title {
    font-size: 1.5em;
  }
  .page-resources-history-culture-live-cockfighting-67__sub-title {
    font-size: 1.2em;
  }
  .page-resources-history-culture-live-cockfighting-67__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}