
    :root {
      --page-primary-color: #e44d26; /* A vibrant color for highlights */
      --page-secondary-color: #333;
      --page-text-color: #444;
      --page-background-color: #f8f8f8;
      --page-card-background: #fff;
      --page-border-color: #eee;
      --page-accent-color: #007bff;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 10px; /* For fixed header */
    }

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

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__header {
      color: var(--page-primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: 700;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__sub-header {
      color: var(--page-secondary-color);
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 15px;
      border-bottom: 2px solid var(--page-primary-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

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

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__list-item {
      margin-bottom: 8px;
      font-size: 1.0em;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 20px;
      background-color: var(--page-primary-color);
      border-radius: 8px;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      margin-top: 20px;
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* FAQ Section Styles */
    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-section {
      margin-top: 40px;
      background-color: var(--page-card-background);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 30px;
      border: 1px solid var(--page-border-color);
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-item {
      border-bottom: 1px solid var(--page-border-color);
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

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

    .page-resources-how-to-play-8kbetcc-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: #f0f0f0;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

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

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: var(--page-secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or similar */
    }
    
    .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-toggle::before {
        content: "−" !important;
        transform: rotate(0deg) !important;
    }

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

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained {
        padding: 15px;
        padding-top: 10px; /* For fixed header on mobile */
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__header {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__sub-header {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 10px;
      }

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

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__paragraph,
      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__list-item {
        font-size: 1em;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__image-container {
        margin: 15px 0;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-question {
        padding: 12px;
      }

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

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-toggle {
        font-size: 1.5em;
      }

      .page-resources-how-to-play-8kbetcc-cockfighting-rules-and-process-explained__faq-answer {
        padding: 15px !important;
      }
    }
  