
    .page-resources-kv888-user-experience-story-vietnam {
      font-family: 'Arial', sans-serif;
      line-height: 1.7;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-kv888-user-experience-story-vietnam__article-container {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-resources-kv888-user-experience-story-vietnam__main-title {
      font-size: 2.5em;
      color: #0056b3;
      margin-bottom: 20px;
      text-align: center;
      line-height: 1.2;
      font-weight: bold;
    }

    .page-resources-kv888-user-experience-story-vietnam__intro-paragraph {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      color: #555;
      font-style: italic;
    }

    .page-resources-kv888-user-experience-story-vietnam__section {
      margin-bottom: 40px;
      padding: 20px;
      background-color: #f0f8ff;
      border-left: 5px solid #007bff;
      border-radius: 5px;
    }

    .page-resources-kv888-user-experience-story-vietnam__section-title {
      font-size: 1.8em;
      color: #007bff;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-resources-kv888-user-experience-story-vietnam__paragraph {
      margin-bottom: 15px;
      color: #444;
      text-align: justify;
    }

    .page-resources-kv888-user-experience-story-vietnam__image-wrapper {
      text-align: center;
      margin: 30px 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-kv888-user-experience-story-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-resources-kv888-user-experience-story-vietnam__image:hover {
      transform: scale(1.02);
    }

    .page-resources-kv888-user-experience-story-vietnam__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-kv888-user-experience-story-vietnam__list-item {
      margin-bottom: 8px;
    }

    .page-resources-kv888-user-experience-story-vietnam__highlight {
      color: #d63384;
      font-weight: bold;
    }

    .page-resources-kv888-user-experience-story-vietnam__cta-button-wrapper {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .page-resources-kv888-user-experience-story-vietnam__cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #28a745;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer; /* Ensure it looks clickable even without href */
      border: none;
    }

    .page-resources-kv888-user-experience-story-vietnam__cta-button:hover {
      background-color: #218838;
      transform: translateY(-3px);
    }

    .page-resources-kv888-user-experience-story-vietnam__disclaimer {
      font-size: 0.9em;
      color: #777;
      text-align: center;
      margin-top: 20px;
      padding: 10px;
      border-top: 1px solid #eee;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-kv888-user-experience-story-vietnam__article-container {
        padding: 15px;
        padding-top: 10px; /* Ensure mobile padding-top for fixed header */
      }

      .page-resources-kv888-user-experience-story-vietnam__main-title {
        font-size: 1.8em;
      }

      .page-resources-kv888-user-experience-story-vietnam__intro-paragraph {
        font-size: 1em;
      }

      .page-resources-kv888-user-experience-story-vietnam__section-title {
        font-size: 1.5em;
      }

      .page-resources-kv888-user-experience-story-vietnam__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      
      .page-resources-kv888-user-experience-story-vietnam__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-kv888-user-experience-story-vietnam__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  