.page-resources-thomo-cockfighting-history-culture {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--bg-color, #f5f5f5); /* Using shared background variable, fallback to light grey */
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

/* Hero Section */
.page-resources-thomo-cockfighting-history-culture__hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.page-resources-thomo-cockfighting-history-culture__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-thomo-cockfighting-history-culture__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 2;
}

.page-resources-thomo-cockfighting-history-culture__hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 20px;
}

.page-resources-thomo-cockfighting-history-culture__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-thomo-cockfighting-history-culture__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-resources-thomo-cockfighting-history-culture__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* General Content Sections */
.page-resources-thomo-cockfighting-history-culture__content-area {
    max-width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-resources-thomo-cockfighting-history-culture__section {
    max-width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-resources-thomo-cockfighting-history-culture__container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-thomo-cockfighting-history-culture__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-resources-thomo-cockfighting-history-culture__dark-bg {
    background-color: #017439; /* Brand primary color */
    color: #ffffff; /* White text for contrast */
}

.page-resources-thomo-cockfighting-history-culture__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    color: inherit; /* Inherit color from parent section */
}

.page-resources-thomo-cockfighting-history-culture__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-thomo-cockfighting-history-culture__highlight {
    font-weight: bold;
    color: inherit; /* Inherit color from parent, could be white or #333333 */
}

/* Images within content */
.page-resources-thomo-cockfighting-history-culture__image-wrapper {
    margin: 30px auto;
    max-width: 80%; /* Limit width of images for better readability */
    display: block;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.page-resources-thomo-cockfighting-history-culture__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Lists */
.page-resources-thomo-cockfighting-history-culture__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-resources-thomo-cockfighting-history-culture__list-item {
    background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white for dark bg */
    border-left: 5px solid #ffffff; /* White border for dark bg */
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    color: #ffffff;
}
.page-resources-thomo-cockfighting-history-culture__light-bg .page-resources-thomo-cockfighting-history-culture__list-item {
    background-color: #f9f9f9;
    border-left-color: #017439; /* Brand green border for light bg */
    color: #333333;
}


.page-resources-thomo-cockfighting-history-culture__list-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    color: inherit;
}

.page-resources-thomo-cockfighting-history-culture__list-description {
    font-size: 1em;
    line-height: 1.5;
}

/* Buttons */
.page-resources-thomo-cockfighting-history-culture__btn-primary,
.page-resources-thomo-cockfighting-history-culture__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons don't overflow */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    text-align: center;
}

.page-resources-thomo-cockfighting-history-culture__btn-primary {
    background-color: #017439; /* Brand primary color */
    color: #ffffff; /* White text */
    border: 2px solid #017439;
}

.page-resources-thomo-cockfighting-history-culture__btn-primary:hover {
    background-color: #005f2e; /* Darker green on hover */
    border-color: #005f2e;
}

.page-resources-thomo-cockfighting-history-culture__btn-secondary {
    background-color: #ffffff; /* White background */
    color: #017439; /* Brand primary color text */
    border: 2px solid #017439;
}

.page-resources-thomo-cockfighting-history-culture__btn-secondary:hover {
    background-color: #f0f0f0; /* Light grey on hover */
    color: #005f2e; /* Darker green text on hover */
    border-color: #005f2e;
}

.page-resources-thomo-cockfighting-history-culture__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Video Section */
.page-resources-thomo-cockfighting-history-culture__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 40px auto;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%; /* Ensure it takes full width of container */
    box-sizing: border-box;
}

.page-resources-thomo-cockfighting-history-culture__video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; /* Make the whole area clickable */
    cursor: pointer;
}

.page-resources-thomo-cockfighting-history-culture__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    max-width: 100%; /* Ensure video does not overflow */
    box-sizing: border-box;
}

/* FAQ Section */
.page-resources-thomo-cockfighting-history-culture__faq-list {
    margin-top: 40px;
}

.page-resources-thomo-cockfighting-history-culture__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.page-resources-thomo-cockfighting-history-culture__dark-bg .page-resources-thomo-cockfighting-history-culture__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.page-resources-thomo-cockfighting-history-culture__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #333333;
    transition: background-color 0.3s ease;
    list-style: none; /* For <summary> tag */
}
.page-resources-thomo-cockfighting-history-culture__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-resources-thomo-cockfighting-history-culture__faq-item summary {
    list-style: none;
}


.page-resources-thomo-cockfighting-history-culture__dark-bg .page-resources-thomo-cockfighting-history-culture__faq-question {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.page-resources-thomo-cockfighting-history-culture__faq-question:hover {
    background-color: #e0e0e0;
}
.page-resources-thomo-cockfighting-history-culture__dark-bg .page-resources-thomo-cockfighting-history-culture__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.page-resources-thomo-cockfighting-history-culture__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 10px;
}

.page-resources-thomo-cockfighting-history-culture__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1em;
    color: #555555;
}