
    :root {
      --page-primary-color: #e44d26; /* Example: A strong, engaging color */
      --page-secondary-color: #f7f7f7;
      --page-text-color: #333;
      --page-heading-color: #222;
      --page-accent-color: #007bff;
      --page-border-color: #ddd;
      --page-background-light: #ffffff;
      --page-background-dark: #f0f2f5;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-light);
      padding-top: 10px; /* For fixed header */
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-section {
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding-top: 10px; /* Ensure content is below fixed header */
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-content {
      position: relative;
      z-index: 3;
      max-width: 800px;
      padding: 20px;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #eee;
    }

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

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__section {
      background-color: var(--page-background-light);
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

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

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

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

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

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

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

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

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

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

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__cta-button {
      display: inline-block;
      background-color: var(--page-primary-color);
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__cta-button:hover {
      background-color: #c23b18;
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__faq-section {
      background-color: var(--page-background-dark);
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

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

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

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

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

    .page-resources-how-to-play-fabet-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 blocking click event */
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar, could also be '-' */
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--page-background-light);
      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;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-fabet-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-fabet-cockfighting-rules-and-process-explained__summary {
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      padding: 20px;
      margin: 30px 0;
      border-radius: 4px;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__summary h3 {
      color: #0056b3;
      margin-top: 0;
    }

    .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__disclaimer {
      font-size: 0.9em;
      color: #666;
      margin-top: 30px;
      padding: 15px;
      background-color: #f8d7da;
      border: 1px solid #f5c6cb;
      border-radius: 5px;
      text-align: center;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained {
        padding-top: 10px !important; /* Adjust for mobile fixed header */
      }

      .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__hero-section {
        height: 250px;
        padding-top: 10px !important;
      }

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

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

      .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__container {
        margin: 20px auto;
        padding: 0 10px;
      }

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

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

      .page-resources-how-to-play-fabet-cockfighting-rules-and-process-explained__subsection-title {
        font-size: 1.3em;
      }

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

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

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