
    :root {
      --primary-color: #0056b3; /* Darker blue */
      --secondary-color: #007bff; /* Blue */
      --text-color: #333;
      --heading-color: #1a1a1a;
      --background-light: #f8f9fa;
      --background-white: #ffffff;
      --border-color: #e0e0e0;
      --accent-color: #28a745; /* Green for highlight */
    }

    .page-resources-thabet88-user-experience-story-vietnam {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      padding-top: 90px; /* Adjust for fixed header */
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam {
        padding: 15px;
        padding-top: 70px; /* Adjust for fixed header on mobile */
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__hero-section {
      text-align: center;
      margin-bottom: 40px;
      background-color: var(--background-light);
      padding: 40px 20px;
      border-radius: 8px;
    }

    .page-resources-thabet88-user-experience-story-vietnam__hero-title {
      color: var(--heading-color);
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam__hero-title {
        font-size: 1.8em;
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__hero-description {
      font-size: 1.2em;
      color: #555;
      max-width: 800px;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam__hero-description {
        font-size: 1em;
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__content-section {
      background-color: var(--background-white);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-thabet88-user-experience-story-vietnam__section-title {
      color: var(--primary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--border-color);
      padding-bottom: 10px;
    }

    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam__section-title {
        font-size: 1.5em;
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__subsection-title {
      color: var(--heading-color);
      font-size: 1.5em;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam__subsection-title {
        font-size: 1.2em;
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

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

    .page-resources-thabet88-user-experience-story-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }
    
    @media (max-width: 768px) {
        .page-resources-thabet88-user-experience-story-vietnam__image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-resources-thabet88-user-experience-story-vietnam__image-container {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 5px; /* Adjust padding to prevent overflow */
        }
    }


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

    .page-resources-thabet88-user-experience-story-vietnam__list-item {
      margin-bottom: 8px;
      font-size: 1em;
      word-wrap: break-word; /* Ensure long words break */
      overflow-wrap: break-word;
      word-break: break-word;
    }
    
    @media (max-width: 768px) {
      .page-resources-thabet88-user-experience-story-vietnam__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 15px !important;
        margin-right: 0 !important;
      }
      .page-resources-thabet88-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-right: 5px; /* Small padding to prevent text touching edge */
      }
    }

    .page-resources-thabet88-user-experience-story-vietnam__cta-button {
      display: inline-block;
      background-color: var(--accent-color);
      color: white;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      margin-top: 30px;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    .page-resources-thabet88-user-experience-story-vietnam__note {
      font-style: italic;
      color: #666;
      margin-top: 20px;
      font-size: 0.95em;
    }

    .page-resources-thabet88-user-experience-story-vietnam__highlight {
      color: var(--primary-color);
      font-weight: bold;
    }
  