
    /* CSS styles for page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained */
    :root {
        --page-primary-color: #e44d26; /* A strong, engaging color */
        --page-secondary-color: #333;
        --page-text-color: #333;
        --page-background-color: #f9f9f9;
        --page-light-gray: #eee;
        --page-border-color: #ddd;
        --page-white: #fff;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: var(--page-text-color);
        background-color: var(--page-background-color);
        padding: 20px 0; /* General padding, specific sections will adjust */
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 70px; /* Adjust for fixed header on desktop */
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__container {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-section {
        background-color: var(--page-primary-color);
        color: var(--page-white);
        padding: 40px 15px;
        text-align: center;
        margin-bottom: 30px;
        border-radius: 8px;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-title {
        font-size: 2.5em;
        margin-bottom: 15px;
        color: var(--page-white);
        line-height: 1.2;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-title a {
        color: var(--page-white);
        text-decoration: none;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-title a:hover {
        text-decoration: underline;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-description {
        font-size: 1.1em;
        max-width: 700px;
        margin: 0 auto;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__section {
        background-color: var(--page-white);
        padding: 30px;
        margin-bottom: 25px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__section-title {
        font-size: 2em;
        color: var(--page-primary-color);
        margin-bottom: 20px;
        border-bottom: 2px solid var(--page-light-gray);
        padding-bottom: 10px;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__subsection-title {
        font-size: 1.5em;
        color: var(--page-secondary-color);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__paragraph {
        margin-bottom: 15px;
        text-align: justify;
    }

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

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

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__list {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 15px;
    }

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

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__callout {
        background-color: #fff3cd;
        border-left: 5px solid #ffc107;
        padding: 15px;
        margin: 20px 0;
        border-radius: 4px;
        color: #664d03;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__conclusion-summary {
        background-color: #e9f7ef;
        border-left: 5px solid #28a745;
        padding: 20px;
        margin: 30px 0;
        border-radius: 8px;
        font-style: italic;
        color: #155724;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-section {
        background-color: var(--page-white);
        padding: 30px;
        margin-bottom: 25px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item {
        border: 1px solid var(--page-border-color);
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: var(--page-light-gray);
        cursor: pointer;
        user-select: none;
        font-weight: bold;
        color: var(--page-secondary-color);
    }

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

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 10px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar */
    }
    /* To make it a minus sign */
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-toggle::before {
        content: "−";
        transform: rotate(0deg); /* Reset rotation if already rotated */
        display: inline-block;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-toggle {
        transform: rotate(0deg); /* No rotation for minus sign */
    }


    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        background-color: var(--page-white);
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: var(--page-text-color);
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important;
        opacity: 1;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer p {
        margin: 0;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer a {
        color: var(--page-primary-color);
        text-decoration: none;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer a:hover {
        text-decoration: underline;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__disclaimer {
        background-color: #f8d7da;
        border-left: 5px solid #dc3545;
        padding: 20px;
        margin: 30px 0;
        border-radius: 8px;
        color: #721c24;
        font-weight: bold;
    }

    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__link {
        color: var(--page-primary-color);
        text-decoration: none;
        font-weight: bold;
    }
    .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__link:hover {
        text-decoration: underline;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained {
            padding-top: 60px; /* Adjust for fixed header on mobile */
            padding: 15px 0;
        }

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

        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__hero-description {
            font-size: 1em;
        }

        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__section {
            padding: 20px;
            margin-bottom: 20px;
        }

        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__section-title {
            font-size: 1.6em;
        }

        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__subsection-title {
            font-size: 1.3em;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__image-wrapper {
            margin: 20px 0;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__image {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-question {
            padding: 12px;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-question h3 {
            font-size: 1em;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer {
            padding: 0 12px;
        }
        .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-f16878vip-cockfighting-rules-and-process-explained__faq-answer {
            padding: 15px 12px !important;
        }
    }
  