
    :root {
      --primary-color: #d42020; /* Đỏ mạnh */
      --secondary-color: #f7b731; /* Vàng cam */
      --text-color: #333333; /* Gần đen */
      --bg-light: #f5f5f5; /* Nền nhạt */
      --bg-white: #ffffff; /* Nền trắng */
      --border-color: #e0e0e0; /* Màu viền */
      --shadow-light: rgba(0, 0, 0, 0.1); /* Bóng nhẹ */
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--bg-light);
      padding: 20px 0;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__hero-section {
      background-color: var(--primary-color);
      color: var(--bg-white);
      padding: 60px 0; /* Adjusted padding-top for fixed header */
      text-align: center;
      margin-bottom: 30px;
      padding-top: 10px; /* Desktop default */
    }

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

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      color: var(--bg-white);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__content-wrapper {
      background-color: var(--bg-white);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px var(--shadow-light);
    }
    
    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__section-title {
      font-size: 2em;
      color: var(--primary-color);
      margin-top: 30px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--secondary-color);
      padding-bottom: 10px;
      font-weight: bold;
    }

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

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

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: var(--text-color);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__list-item {
      margin-bottom: 8px;
      color: var(--text-color);
    }

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

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px var(--shadow-light);
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__highlight-box {
      background-color: #fff3e0; /* Màu nền nhẹ nhàng */
      border-left: 5px solid var(--secondary-color);
      padding: 20px;
      margin: 25px 0;
      border-radius: 4px;
      color: var(--text-color);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__highlight-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-section {
      margin-top: 40px;
      margin-bottom: 30px;
    }

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

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

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-question:hover {
      background-color: #e9e9e9;
    }
    
    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from capturing click */
        flex-grow: 1;
        color: var(--text-color);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from capturing click */
      color: var(--primary-color);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding, will be overridden */
      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(--text-color);
    }

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

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' to '−' */
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__summary {
      background-color: #e6f7ff; /* Màu nền xanh nhạt */
      border-left: 5px solid #36a2eb; /* Màu xanh dương */
      padding: 20px;
      margin: 30px 0;
      border-radius: 4px;
      font-style: italic;
      color: var(--text-color);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__summary-title {
      font-size: 1.3em;
      color: #36a2eb;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 20px;
      background-color: var(--primary-color);
      border-radius: 8px;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__call-to-action-text {
      color: var(--bg-white);
      font-size: 1.3em;
      margin-bottom: 20px;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__button {
      background-color: var(--secondary-color);
      color: var(--primary-color);
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__disclaimer {
      margin-top: 30px;
      padding: 20px;
      background-color: #fce4e4; /* Màu nền đỏ nhạt */
      border-left: 5px solid var(--primary-color);
      border-radius: 4px;
      font-size: 0.9em;
      color: #c62828; /* Màu đỏ đậm */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important; /* Mobile padding-top */
      }

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

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

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

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

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

      .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__paragraph {
        font-size: 0.95em;
      }

      .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__list {
        margin-left: 15px;
      }

      .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-question {
        padding: 12px 15px;
      }
      .page-resources-how-to-play-clb88-cockfighting-rules-and-process-explained__faq-question h3 {
        font-size: 1em;
      }

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

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

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