
    :root {
      --page-primary-color: #d13030;
      --page-secondary-color: #f7b731;
      --page-text-color: #333;
      --page-background-color: #f0f2f5;
      --page-card-background: #ffffff;
      --page-border-color: #e0e0e0;
      --page-hover-color: #e6e6e6;
    }

    .page-resources-how-to-play-68gb-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;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__hero-section {
      padding-top: 10px; /* Account for fixed header */
      text-align: center;
      margin-bottom: 30px;
      background-color: var(--page-card-background);
      padding: 30px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
      border-radius: 8px;
    }

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

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__title {
      color: var(--page-primary-color);
      font-size: 2.5em;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__subtitle {
      font-size: 1.2em;
      color: #555;
      margin-bottom: 30px;
    }

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

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__heading-2 {
      color: var(--page-primary-color);
      font-size: 2em;
      margin-top: 30px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-secondary-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__heading-3 {
      color: var(--page-primary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__paragraph {
      margin-bottom: 15px;
      font-size: 1em;
      line-height: 1.7;
    }

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

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

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

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

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

    .page-resources-how-to-play-68gb-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-68gb-cockfighting-rules-and-process-explained__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      font-size: 1.1em;
      font-weight: bold;
      color: var(--page-primary-color);
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-question:hover {
      background-color: var(--page-hover-color);
      border-radius: 5px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent span from blocking click on parent div */
      transition: transform 0.3s ease;
    }

    .page-resources-how-to-play-68gb-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;
      color: #555;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-68gb-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-68gb-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or similar */
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__summary-box {
      background-color: #f9f9f9;
      border-left: 5px solid var(--page-secondary-color);
      padding: 20px;
      margin: 30px 0;
      border-radius: 5px;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__summary-box p {
      margin: 0;
      font-style: italic;
      color: #666;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__external-link {
      color: var(--page-primary-color);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__external-link:hover {
      color: var(--page-secondary-color);
      text-decoration: underline;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__hero-section {
        padding-top: 10px !important; /* Ensure spacing on mobile */
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__title {
        font-size: 1.8em;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__subtitle {
        font-size: 1em;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__heading-2 {
        font-size: 1.5em;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__heading-3 {
        font-size: 1.2em;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__content-section,
      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-section {
        padding: 20px;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-question {
        padding: 10px 0;
        font-size: 1em;
      }

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

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__faq-answer {
        padding: 0 10px;
      }

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

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__image-wrapper,
      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__hero-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__image,
      .page-resources-how-to-play-68gb-cockfighting-rules-and-process-explained__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  