
    .page-resources-68gb-user-experience-story-vietnam {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding: 20px 0;
    }

    .page-resources-68gb-user-experience-story-vietnam__container {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding-top: 10px; /* Adjust for fixed header */
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__container {
        padding: 15px;
        margin: 0 10px;
        padding-top: 10px; /* Adjust for fixed header on mobile */
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 30px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__hero-image {
        margin-bottom: 20px;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__title {
      color: #0056b3;
      font-size: 2.5em;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__title {
        font-size: 1.8em;
        margin-bottom: 15px;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__section-title {
      color: #0056b3;
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 15px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__section-title {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 10px;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__paragraph {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #444;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__paragraph {
        font-size: 1em;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 20px;
      padding: 0;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__list {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__list-item {
      margin-bottom: 8px;
      color: #555;
      font-size: 1em;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__image-caption {
      text-align: center;
      font-style: italic;
      color: #777;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 0.9em;
    }

    .page-resources-68gb-user-experience-story-vietnam__cta-button {
      display: block;
      width: fit-content;
      margin: 30px auto;
      padding: 12px 25px;
      background-color: #28a745;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
      font-weight: bold;
    }

    .page-resources-68gb-user-experience-story-vietnam__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-68gb-user-experience-story-vietnam__highlight {
      font-weight: bold;
      color: #0056b3;
    }

    .page-resources-68gb-user-experience-story-vietnam__emphasis {
      font-style: italic;
      color: #6c757d;
    }

    .page-resources-68gb-user-experience-story-vietnam__promo-banner {
      background-color: #ffeeba;
      border: 1px solid #ffc107;
      border-radius: 8px;
      padding: 15px 20px;
      margin: 30px 0;
      text-align: center;
      font-size: 1.1em;
      color: #856404;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-user-experience-story-vietnam__promo-banner {
        padding: 10px 15px;
        margin: 20px 0;
        font-size: 1em;
      }
    }

    .page-resources-68gb-user-experience-story-vietnam__external-link {
      color: #007bff;
      text-decoration: none;
    }

    .page-resources-68gb-user-experience-story-vietnam__external-link:hover {
      text-decoration: underline;
    }
  