/* style/cockfighting-rules-explained.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-cockfighting-rules-explained {
    color: #ffffff; /* Light text for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

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