
    :root {
      --page-primary-color: #e44d26; /* Cam đỏ */
      --page-secondary-color: #333; /* Xám đen */
      --page-text-color: #444; /* Xám đậm */
      --page-light-bg: #f9f9f9; /* Nền sáng */
      --page-white: #ffffff;
      --page-border-color: #ddd;
      --page-accent-color: #007bff; /* Xanh dương */
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__hero-section {
      text-align: center;
      padding: 10px 20px 40px; /* Padding top để tránh header cố định */
      background-color: var(--page-primary-color);
      color: var(--page-white);
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: var(--page-white);
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__hero-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto;
    }

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

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

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

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

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

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

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

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

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__highlight-box {
      background-color: var(--page-light-bg);
      border-left: 5px solid var(--page-accent-color);
      padding: 20px;
      margin: 25px 0;
      border-radius: 5px;
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: #f0f8ff; /* Light blue background */
      border-radius: 8px;
      border: 1px solid #e0e0e0;
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__call-to-action-button {
      background-color: var(--page-primary-color);
      color: var(--page-white);
      padding: 15px 30px;
      font-size: 1.2em;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none; /* Ensure it looks like a button */
      display: inline-block;
      margin-top: 20px;
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__call-to-action-button:hover {
      background-color: #cc421f; /* Darker primary color */
    }

    /* FAQ Styles */
    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-section {
      margin-top: 40px;
      padding: 30px;
      background-color: var(--page-light-bg);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

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

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--page-border-color);
      border-radius: 5px;
      overflow: hidden;
    }

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

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

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

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

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar, or just rotate */
    }

    .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      color: var(--page-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-one88-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

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

      .page-resources-how-to-play-one88-cockfighting-rules-and-process-explained__hero-section {
        padding: 10px 15px 30px; /* Padding top cho mobile */
      }

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

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

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

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

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

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

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

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

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