
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-accent-color: #28a745;
      --page-background-light: #f8f9fa;
      --page-text-dark: #212529;
      --page-text-light: #ffffff;
      --page-border-color: #dee2e6;
      --page-spacing-unit: 1rem;
    }

    .page-resources-win365-user-experience-story-vietnam {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-text-dark);
      background-color: var(--page-background-light);
      padding-top: 100px; /* To account for fixed header */
    }

    .page-resources-win365-user-experience-story-vietnam__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: var(--page-spacing-unit);
      box-sizing: border-box;
    }

    .page-resources-win365-user-experience-story-vietnam__hero-section {
      background-color: #1a1a2e; /* Darker background for hero */
      color: var(--page-text-light);
      padding: calc(var(--page-spacing-unit) * 4) var(--page-spacing-unit);
      text-align: center;
      border-radius: 8px;
      margin-bottom: calc(var(--page-spacing-unit) * 2);
    }

    .page-resources-win365-user-experience-story-vietnam__hero-title {
      font-size: 2.8rem;
      margin-bottom: var(--page-spacing-unit);
      color: #e9c46a; /* Gold accent */
      line-height: 1.2;
    }

    .page-resources-win365-user-experience-story-vietnam__hero-description {
      font-size: 1.25rem;
      opacity: 0.9;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-win365-user-experience-story-vietnam__article-section {
      background-color: var(--page-text-light);
      padding: calc(var(--page-spacing-unit) * 3);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: calc(var(--page-spacing-unit) * 2);
    }

    .page-resources-win365-user-experience-story-vietnam__section-title {
      font-size: 2rem;
      color: var(--page-primary-color);
      margin-bottom: calc(var(--page-spacing-unit) * 1.5);
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: var(--page-spacing-unit);
    }

    .page-resources-win365-user-experience-story-vietnam__subsection-title {
      font-size: 1.6rem;
      color: var(--page-text-dark);
      margin-top: calc(var(--page-spacing-unit) * 2);
      margin-bottom: var(--page-spacing-unit);
    }

    .page-resources-win365-user-experience-story-vietnam__paragraph {
      margin-bottom: var(--page-spacing-unit);
      font-size: 1.1rem;
      line-height: 1.8;
    }

    .page-resources-win365-user-experience-story-vietnam__image-wrapper {
      text-align: center;
      margin: calc(var(--page-spacing-unit) * 2) 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-win365-user-experience-story-vietnam__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }

    .page-resources-win365-user-experience-story-vietnam__image-caption {
      font-size: 0.9rem;
      color: var(--page-secondary-color);
      margin-top: var(--page-spacing-unit);
    }

    .page-resources-win365-user-experience-story-vietnam__list {
      list-style: disc;
      padding-left: calc(var(--page-spacing-unit) * 2);
      margin-bottom: var(--page-spacing-unit);
    }

    .page-resources-win365-user-experience-story-vietnam__list-item {
      margin-bottom: calc(var(--page-spacing-unit) / 2);
      font-size: 1.05rem;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      box-sizing: border-box;
    }

    .page-resources-win365-user-experience-story-vietnam__cta-button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-text-light);
      padding: calc(var(--page-spacing-unit) * 0.8) calc(var(--page-spacing-unit) * 1.5);
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin-top: calc(var(--page-spacing-unit) * 2);
      font-size: 1.1rem;
      border: none;
      cursor: pointer;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-win365-user-experience-story-vietnam__container {
        padding: calc(var(--page-spacing-unit) * 0.5);
      }

      .page-resources-win365-user-experience-story-vietnam__hero-title {
        font-size: 2rem;
      }

      .page-resources-win365-user-experience-story-vietnam__hero-description {
        font-size: 1rem;
      }

      .page-resources-win365-user-experience-story-vietnam__section-title {
        font-size: 1.6rem;
      }

      .page-resources-win365-user-experience-story-vietnam__subsection-title {
        font-size: 1.3rem;
      }

      .page-resources-win365-user-experience-story-vietnam__paragraph,
      .page-resources-win365-user-experience-story-vietnam__list-item {
        font-size: 1rem;
      }

      .page-resources-win365-user-experience-story-vietnam__article-section {
        padding: calc(var(--page-spacing-unit) * 1.5);
      }

      /* List item responsive */
      .page-resources-win365-user-experience-story-vietnam__list {
        padding-left: calc(var(--page-spacing-unit) * 1.5) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-resources-win365-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: 0 !important; /* Adjust if needed */
        padding-right: 0 !important; /* Adjust if needed */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 1.5;
      }

      .page-resources-win365-user-experience-story-vietnam__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

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