
    /* Base styles */
    body {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: #FFFFFF; /* White text */
        background-color: #000000; /* Black background */
        margin: 0;
        padding: 0;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        background-color: #000000; /* Ensure content area is black */
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__hero-section {
        padding-top: 120px; /* Safe zone for fixed header on desktop */
        text-align: center;
        margin-bottom: 40px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__hero-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__main-title {
        color: #FFD700; /* Yellow for H1 */
        font-size: 2.5em;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__intro-text {
        font-size: 1.1em;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__section-title {
        color: #FFD700; /* Yellow for H2 */
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 20px;
        border-bottom: 2px solid #FFD700;
        padding-bottom: 10px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__subsection-title {
        color: #FFFFFF; /* White for H3 */
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__paragraph {
        margin-bottom: 15px;
        color: #FFFFFF;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__list {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__list-item {
        margin-bottom: 8px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 25px 0;
        text-align: center;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__content-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
        margin: 0 auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__highlight {
        color: #FFD700;
        font-weight: bold;
        text-decoration: none; /* Remove underline from highlighted links */
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__highlight:hover {
        text-decoration: underline;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__call-to-action {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__cta-button {
        display: inline-block;
        background-color: #FFD700; /* Yellow button */
        color: #000000; /* Black text on button */
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__cta-button:hover {
        background-color: #e6c200; /* Darker yellow on hover */
        transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-section {
        margin-top: 50px;
        background-color: #1a1a1a; /* Slightly lighter black for contrast */
        padding: 30px;
        border-radius: 10px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-title {
        color: #FFD700;
        text-align: center;
        margin-bottom: 30px;
        font-size: 2.2em;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-item {
        border-bottom: 1px solid #333333;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
        padding: 15px;
        background-color: #222222;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-question:hover {
        background-color: #333333;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-question h3 {
        margin: 0;
        color: #FFD700;
        font-size: 1.2em;
        pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #FFD700;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-toggle {
        transform: rotate(45deg); /* Rotate '+' to 'x' or similar, or just change to '-' */
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        color: #FFFFFF;
        background-color: #2a2a2a;
        border-radius: 0 0 5px 5px;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px 15px !important;
        opacity: 1;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__summary {
        margin-top: 40px;
        padding: 25px;
        background-color: #1a1a1a;
        border-left: 5px solid #FFD700;
        border-radius: 5px;
        color: #FFFFFF;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__summary-title {
        color: #FFD700;
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__conclusion {
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #333333;
        color: #FFFFFF;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__conclusion-title {
        color: #FFD700;
        font-size: 2em;
        margin-bottom: 20px;
    }

    .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__risk-warning {
        font-style: italic;
        color: #FF6347; /* Tomato red for warning */
        font-weight: bold;
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #FF6347;
        border-radius: 5px;
        background-color: #331a1a;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained {
            padding: 15px;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__hero-section {
            padding-top: 100px; /* Adjust for mobile fixed header */
            margin-bottom: 30px;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__main-title {
            font-size: 2em;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__section-title {
            font-size: 1.8em;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__subsection-title {
            font-size: 1.3em;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__intro-text {
            font-size: 1em;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__cta-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-title {
            font-size: 1.8em;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-question {
            padding: 10px;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-question h3 {
            font-size: 1.1em;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-answer {
            padding: 15px 10px;
        }
        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__faq-answer {
            padding: 15px 10px !important;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__content-image {
            max-width: 100% !important;
            height: auto !important;
        }

        .page-resources-how-to-play-gacam67-cockfighting-rules-and-process-explained__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
  