
    :root {
      --page-primary-color: #A03333; /* Dark Red */
      --page-secondary-color: #D4AF37; /* Gold */
      --page-text-color: #333333; /* Dark Grey */
      --page-light-text-color: #666666;
      --page-background-color: #F8F8F8; /* Light Grey */
      --page-white: #FFFFFF;
      --page-border-color: #E0E0E0;
      --page-accent-color: #FF6B6B; /* Red accent */
    }

    .page-resources-how-to-play-vf555-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;
      max-width: 1200px;
      margin: 0 auto;
    }

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

    /* Adjust for fixed header */
    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__hero-section {
      padding-top: 10px; /* Desktop */
    }
    @media (max-width: 768px) {
        .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__hero-section {
            padding-top: 10px; /* Mobile */
        }
    }


    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__hero-image {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__title {
      color: var(--page-primary-color);
      text-align: center;
      margin-bottom: 20px;
      font-size: 2.5em;
      font-weight: bold;
    }

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

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

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__paragraph {
      margin-bottom: 15px;
      color: var(--page-text-color);
      font-size: 1.05em;
    }

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

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

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__button {
      display: inline-block;
      background-color: var(--page-primary-color);
      color: var(--page-white);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__button:hover {
      background-color: var(--page-accent-color);
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin-top: 50px;
      padding: 30px;
      background-color: var(--page-white);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__call-to-action-title {
      color: var(--page-primary-color);
      font-size: 1.8em;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__call-to-action-text {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: var(--page-light-text-color);
    }

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

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-title {
      color: var(--page-primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2em;
    }

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

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

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

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-text-color);
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

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

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Plus to X for visual flair */
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #FDFDFD;
      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-light-text-color);
      font-size: 1em;
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-vf555-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-vf555-cockfighting-rules-and-process-explained__summary-box {
        margin-top: 40px;
        padding: 25px;
        background-color: var(--page-secondary-color);
        color: var(--page-white);
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__summary-box h3 {
        color: var(--page-white);
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.6em;
    }

    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__summary-box p {
        font-size: 1.1em;
        line-height: 1.8;
    }

    /* Images responsiveness */
    .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below image */
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

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

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__title {
        font-size: 2em;
      }

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

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

      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__paragraph,
      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__list-item,
      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-question h3,
      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-answer {
        font-size: 0.95em;
      }

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

      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__call-to-action {
        padding: 20px;
      }

      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__call-to-action-title {
        font-size: 1.5em;
      }

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

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

      .page-resources-how-to-play-vf555-cockfighting-rules-and-process-explained__faq-answer {
        padding: 15px !important; /* Important for mobile */
      }

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