/* style/cockfighting.css */

/* Base styles for the page content */
.page-cockfighting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared, default to white */
}

/* Fixed header spacing */
.page-cockfighting__hero-section {
  padding-top: var(--header-offset, 120px); /* Apply header offset */
}

/* General container for content */
.page-cockfighting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}