
    :root {
      --primary-color: #e44d26;
      --secondary-color: #f7b100;
      --text-color: #333;
      --heading-color: #1a1a1a;
      --background-light: #f9f9f9;
      --background-dark: #eee;
      --border-color: #ddd;
      --accent-color: #007bff;
      --white: #ffffff;
      --dark-grey: #555;
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-light);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
    }

    /* Fixed Nav Gap */
    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__main-content {
      padding-top: 10px; /* For desktop */
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__section {
      background-color: var(--white);
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      border: 1px solid var(--border-color);
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 30px;
      object-fit: cover;
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__heading-1 {
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      line-height: 1.2;
    }

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

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

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

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

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

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__blockquote {
      background-color: var(--background-dark);
      border-left: 5px solid var(--primary-color);
      padding: 15px 20px;
      margin: 20px 0;
      font-style: italic;
      color: var(--dark-grey);
      border-radius: 4px;
    }

    /* FAQ Section */
    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__faq-section {
      margin-top: 40px;
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__faq-item {
      background-color: var(--white);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }

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

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

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

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      color: var(--primary-color);
      pointer-events: none; /* Prevents icon from interfering with click */
      transition: transform 0.3s ease;
    }

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

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--white);
      color: var(--text-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__summary-box {
        background-color: #fff3e0; /* Light orange/yellow background */
        border-left: 5px solid var(--secondary-color);
        padding: 20px;
        margin: 30px 0;
        border-radius: 8px;
        font-size: 1.1em;
        color: var(--dark-grey);
    }

    .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__summary-box strong {
        color: var(--primary-color);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained {
        padding: 15px;
      }

      .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__main-content {
        padding-top: 10px !important; /* For mobile, ensuring content isn't hidden */
      }

      .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__heading-1 {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__heading-2 {
        font-size: 1.5em;
        padding-bottom: 8px;
      }

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

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

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

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

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

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

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

      .page-resources-how-to-play-tk88-cockfighting-rules-and-process-explained__hero-image {
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
      }
    }
  