.page-resources-2024-online-cockfighting-event-preview-and-analysis {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: var(--secondary-color, #FFFFFF); /* Assuming shared.css sets body background to var(--secondary-color) */
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* HERO Section */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-section {
    position: relative;
    padding: 0 0 80px; /* desktop padding, assuming shared.css handles body padding */
    background-color: #017439;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: brightness(0.7);
}

/* General Content Sections */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__content-section {
    padding: 60px 0;
    text-align: left;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__section-title {
    font-size: 2.5em;
    color: #017439;
    margin-bottom: 30px;
    text-align: center;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__sub-title {
    font-size: 1.8em;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__list-item {
    margin-bottom: 10px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Highlight Grid */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__highlight-item {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__highlight-title {
    font-size: 1.5em;
    color: #017439;
    margin-bottom: 15px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__highlight-text {
    font-size: 1em;
    line-height: 1.6;
}

/* Buttons */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-primary,
.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    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%; /* For mobile responsiveness */
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-primary {
    background-color: #C30808; /* Custom color for register/login */
    color: #FFFF00; /* Custom font color for register/login */
    border: 2px solid #C30808;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-secondary {
    background-color: transparent;
    color: #FFFFFF; /* White text for dark hero background */
    border: 2px solid #FFFFFF;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

/* CTA Section specific styling */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__cta-section {
    padding: 60px 0;
    background-color: #017439;
    color: #FFFFFF;
    text-align: center;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__cta-section .page-resources-2024-online-cockfighting-event-preview-and-analysis__section-title {
    color: #FFFFFF;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__cta-section .page-resources-2024-online-cockfighting-event-preview-and-analysis__text-block {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* FAQ Section */
.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-section {
    padding: 60px 0;
    background-color: #f0f8f0; /* Light green background */
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-list {
    margin-top: 30px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #017439;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-question:hover {
    background-color: #f5f5f5;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-question h3 {
    margin: 0;
    color: #017439;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-item.active .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-toggle {
    transform: rotate(45deg); /* Plus sign becomes an X */
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 1.1em;
    color: #555555;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-item.active .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 20px;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-answer p {
    margin: 0;
}

/* Link styling */
.page-resources-2024-online-cockfighting-event-preview-and-analysis a {
    color: #017439;
    text-decoration: underline;
}

.page-resources-2024-online-cockfighting-event-preview-and-analysis a:hover {
    color: #005f2e;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* General styles for mobile */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__container {
        padding: 0 15px;
    }

    /* HERO Section */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-section {
        padding: 0 0 50px;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-title {
        font-size: 2.2em;
        margin-top: 20px;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-description {
        font-size: 1em;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__hero-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    /* General Content Sections */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__content-section {
        padding: 40px 0;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__sub-title {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__text-block,
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__list-item {
        font-size: 1em;
    }

    /* Images */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__content-image {
        margin: 20px auto;
    }

    /* Highlight Grid */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__highlight-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Buttons */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-primary,
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 15px;
        font-size: 1em;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px; /* Add padding to the container */
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* FAQ Section */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-answer {
        padding: 0 15px;
        font-size: 1em;
    }

    .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-item.active .page-resources-2024-online-cockfighting-event-preview-and-analysis__faq-answer {
        padding: 10px 15px;
    }
    
    /* Ensure content containers have proper padding and width on mobile */
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__section,
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__card,
    .page-resources-2024-online-cockfighting-event-preview-and-analysis__container {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }
}