
    .page-resources-how-do-vietnamese-users-use-88clbcom {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px;
      padding-top: 70px; /* Điều chỉnh cho header cố định trên desktop */
    }

    @media (max-width: 768px) {
      .page-resources-how-do-vietnamese-users-use-88clbcom {
        padding-top: 60px; /* Điều chỉnh cho header cố định trên mobile */
      }
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__container {
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__hero-section {
      text-align: center;
      margin-bottom: 40px;
      padding-top: 10px; /* Đảm bảo nội dung không bị che bởi header cố định */
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
        .page-resources-how-do-vietnamese-users-use-88clbcom__hero-image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
        .page-resources-how-do-vietnamese-users-use-88clbcom__hero-image {
            max-width: 100% !important;
            height: auto !important;
        }
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__main-title {
      color: #0056b3;
      font-size: 2.5em;
      margin-bottom: 15px;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__main-title a {
        color: #0056b3;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__main-title a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__intro-text {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 30px;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__intro-text a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__intro-text a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__section {
      margin-bottom: 40px;
      padding: 20px;
      border-left: 5px solid #007bff;
      background-color: #e9f5ff;
      border-radius: 0 8px 8px 0;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__section-title {
      color: #0056b3;
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 20px;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__section-title a {
        color: #0056b3;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__section-title a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__content-paragraph {
      margin-bottom: 15px;
      color: #444;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__content-paragraph a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__content-paragraph a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__list {
      list-style: disc inside;
      margin-bottom: 20px;
      padding-left: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__list-item {
      margin-bottom: 10px;
      color: #444;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__list-item a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__list-item a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__content-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 768px) {
        .page-resources-how-do-vietnamese-users-use-88clbcom__content-image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
        .page-resources-how-do-vietnamese-users-use-88clbcom__content-image {
            max-width: 100% !important;
            height: auto !important;
        }
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__image-caption {
      display: block;
      margin-top: 10px;
      font-style: italic;
      color: #777;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__image-caption a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__image-caption a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__cta-button {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-section {
      margin-top: 40px;
      border-top: 1px solid #eee;
      padding-top: 30px;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-title a {
        color: #0056b3;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-title a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f8ff;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      border-bottom: 1px solid #eee;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question:hover {
        background-color: #e2f2ff;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #007bff;
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question h3 a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question h3 a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn nút toggle chặn sự kiện click */
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #555;
      opacity: 0;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer p {
        margin: 0;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-item.active .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__faq-item.active .page-resources-how-do-vietnamese-users-use-88clbcom__faq-toggle {
      transform: rotate(45deg); /* Chuyển dấu + thành X hoặc tương tự khi mở */
    }


    .page-resources-how-do-vietnamese-users-use-88clbcom__conclusion-text {
      margin-top: 40px;
      font-size: 1.1em;
      color: #555;
      text-align: center;
      padding: 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__conclusion-text a {
        color: #007bff;
        text-decoration: none;
    }
    .page-resources-how-do-vietnamese-users-use-88clbcom__conclusion-text a:hover {
        text-decoration: underline;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__floating-ad {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffc107;
      color: #333;
      padding: 15px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      z-index: 1000;
      animation: page-resources-how-do-vietnamese-users-use-88clbcom__pulse 2s infinite;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__floating-ad a {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    .page-resources-how-do-vietnamese-users-use-88clbcom__floating-ad a:hover {
      text-decoration: underline;
    }

    @keyframes page-resources-how-do-vietnamese-users-use-88clbcom__pulse {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
      100% {
        transform: scale(1);
      }
    }

    @media (max-width: 768px) {
      .page-resources-how-do-vietnamese-users-use-88clbcom__main-title {
        font-size: 2em;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__section-title {
        font-size: 1.5em;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__intro-text,
      .page-resources-how-do-vietnamese-users-use-88clbcom__content-paragraph,
      .page-resources-how-do-vietnamese-users-use-88clbcom__list-item {
        font-size: 0.95em;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question {
        padding: 12px 15px;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__faq-question h3 {
        font-size: 1em;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer {
        padding: 0 10px;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__faq-item.active .page-resources-how-do-vietnamese-users-use-88clbcom__faq-answer {
        padding: 15px 10px !important;
      }
      .page-resources-how-do-vietnamese-users-use-88clbcom__floating-ad {
        bottom: 10px;
        right: 10px;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }
  