
    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: #f9f9f9;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__hero-section {
      padding-top: 10px; /* Fixed nav bar spacing */
      margin-bottom: 40px;
      text-align: center;
      background-color: #fff;
      padding: 40px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__hero-title {
      color: #0056b3;
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__hero-description {
      font-size: 1.2em;
      color: #555;
      max-width: 800px;
      margin: 0 auto;
    }

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

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__section-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__subsection-title {
      color: #007bff;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
    }

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

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

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

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin-top: 30px;
      padding: 20px;
      background-color: #e6f2ff;
      border-radius: 8px;
      border: 1px solid #b3d9ff;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__call-to-action p {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #333;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__button:hover {
      background-color: #0056b3;
    }

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

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-question {
      background-color: #f0f8ff;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #0056b3;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

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

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #007bff;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Plus to X */
      content: '−'; /* Change to minus sign */
    }

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

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

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__summary-conclusion {
      margin-top: 30px;
      padding: 25px;
      background-color: #e6ffe6;
      border: 1px solid #b3ffb3;
      border-radius: 8px;
      font-size: 1.1em;
      color: #333;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__summary-conclusion h3 {
      color: #008000;
      margin-top: 0;
      font-size: 1.6em;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__risk-warning {
      margin-top: 30px;
      padding: 25px;
      background-color: #fff3e6;
      border: 1px solid #ffcc99;
      border-left: 5px solid #ff9900;
      border-radius: 8px;
      font-size: 0.95em;
      color: #666;
    }

    .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__risk-warning h3 {
      color: #ff9900;
      margin-top: 0;
      font-size: 1.6em;
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
      .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained {
        padding: 10px;
      }

      .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__hero-section {
        padding-top: 10px; /* Fixed nav bar spacing */
        padding: 20px 15px;
      }

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

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

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

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

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

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

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

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

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

      .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__faq-answer {
        padding: 15px 15px !important; /* Ensure padding is applied on mobile too */
      }

      .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__summary-conclusion,
      .page-resources-how-to-play-bi88-cockfighting-rules-and-process-explained__risk-warning {
        padding: 20px;
        font-size: 0.9em;
      }
    }
  