
    /* Base styles for the page content */
    .page-resources-how-do-vietnamese-users-use-tk88 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px 0;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Hero Section */
    .page-resources-how-do-vietnamese-users-use-tk88__hero-section {
      position: relative;
      background-color: #004d40; /* Dark teal background */
      color: #fff;
      padding: 10px 0 60px; /* Added padding-top for fixed header clearance */
      text-align: center;
      margin-bottom: 40px;
      overflow: hidden; /* Ensure image doesn't overflow */
      box-sizing: border-box;
    }
    .page-resources-how-do-vietnamese-users-use-tk88__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
        z-index: 1;
    }
    .page-resources-how-do-vietnamese-users-use-tk88__hero-content {
        position: relative;
        z-index: 2;
        padding: 40px 15px;
    }
    .page-resources-how-do-vietnamese-users-use-tk88__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffeb3b; /* Bright yellow for contrast */
    }
    .page-resources-how-do-vietnamese-users-use-tk88__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
    }

    /* Section Styling */
    .page-resources-how-do-vietnamese-users-use-tk88__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-how-do-vietnamese-users-use-tk88__section-title {
      color: #00796b; /* Darker teal for headings */
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__content-paragraph {
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__list-item {
      margin-bottom: 8px;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 25px 0;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .page-resources-how-do-vietnamese-users-use-tk88__image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    /* Call to Action (if needed, but without links) */
    .page-resources-how-do-vietnamese-users-use-tk88__cta-button {
      display: inline-block;
      background-color: #ffeb3b; /* Bright yellow */
      color: #004d40; /* Dark teal */
      padding: 12px 25px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      margin-top: 20px;
      border: none; /* Use button tag, no border */
      cursor: pointer; /* Indicate it's clickable */
      font-size: 1em;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__cta-button:hover {
      background-color: #fdd835; /* Slightly darker yellow */
      color: #00332c;
    }

    /* FAQ Section */
    .page-resources-how-do-vietnamese-users-use-tk88__faq-section {
      background-color: #e0f2f1; /* Light teal background */
      padding: 40px 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-title {
      color: #004d40;
      font-size: 2.2em;
      margin-bottom: 30px;
      text-align: center;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-item {
      margin-bottom: 15px;
      border: 1px solid #b2dfdb;
      border-radius: 8px;
      background-color: #ffffff;
      overflow: hidden;
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #00796b; /* Darker teal for question header */
      color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }
    .page-resources-how-do-vietnamese-users-use-tk88__faq-question:hover {
        background-color: #00695c; /* Slightly darker on hover */
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click event on parent */
        color: #fff; /* Ensure text color is white */
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
      color: #ffeb3b; /* Bright yellow for contrast */
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-item.active .page-resources-how-do-vietnamese-users-use-tk88__faq-toggle {
      transform: rotate(45deg); /* Change + to X or a dash visually */
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding 0 */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #333;
      background-color: #f9f9f9; /* Light background for answer */
    }

    .page-resources-how-do-vietnamese-users-use-tk88__faq-item.active .page-resources-how-do-vietnamese-users-use-tk88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show all content */
      padding: 20px !important; /* Final padding */
      opacity: 1;
    }
    .page-resources-how-do-vietnamese-users-use-tk88__faq-answer p {
        margin-bottom: 10px;
    }

    /* Conclusion Section */
    .page-resources-how-do-vietnamese-users-use-tk88__conclusion-text {
        font-style: italic;
        text-align: center;
        margin-top: 30px;
        color: #555;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-do-vietnamese-users-use-tk88__hero-section {
        padding-top: 10px; /* Mobile clearance for fixed header */
        margin-bottom: 20px;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__hero-title {
        font-size: 2em;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__hero-subtitle {
        font-size: 1em;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__section {
        padding: 20px;
        margin-bottom: 20px;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__section-title {
        font-size: 1.6em;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__faq-title {
        font-size: 1.8em;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__faq-answer {
        padding: 0 15px;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__faq-item.active .page-resources-how-do-vietnamese-users-use-tk88__faq-answer {
        padding: 15px !important;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__image {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-resources-how-do-vietnamese-users-use-tk88__image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
    @media (max-width: 480px) {
        .page-resources-how-do-vietnamese-users-use-tk88__hero-title {
            font-size: 1.8em;
        }
        .page-resources-how-do-vietnamese-users-use-tk88__hero-subtitle {
            font-size: 0.9em;
        }
        .page-resources-how-do-vietnamese-users-use-tk88__section-title {
            font-size: 1.4em;
        }
        .page-resources-how-do-vietnamese-users-use-tk88__faq-title {
            font-size: 1.6em;
        }
    }
  