
    :root {
      --page-bg: #000000;
      --text-primary: #FFFFFF;
      --text-secondary: #FFD700;
      --accent-color: #FFD700;
      --border-color: #333333;
      --button-bg: #FFD700;
      --button-text: #000000;
      --hover-bg: #E6C200;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-primary);
      background-color: var(--page-bg);
    }

    .page-resources-gacam67-user-experience-story-vietnam {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-gacam67-user-experience-story-vietnam__hero-section {
      padding-top: 10px; /* Safety padding for fixed header */
      text-align: center;
      margin-bottom: 40px;
    }

    .page-resources-gacam67-user-experience-story-vietnam__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-gacam67-user-experience-story-vietnam__main-title {
      color: var(--text-secondary);
      font-size: 2.5em;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-resources-gacam67-user-experience-story-vietnam__section {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 30px;
      border: 1px solid var(--border-color);
    }

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

    .page-resources-gacam67-user-experience-story-vietnam__paragraph {
      margin-bottom: 15px;
      color: var(--text-primary);
    }

    .page-resources-gacam67-user-experience-story-vietnam__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: var(--text-primary);
    }

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

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

    .page-resources-gacam67-user-experience-story-vietnam__button-wrapper {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-resources-gacam67-user-experience-story-vietnam__promo-button {
      background-color: var(--button-bg);
      color: var(--button-text);
      padding: 15px 30px;
      border: none;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }

    .page-resources-gacam67-user-experience-story-vietnam__promo-button:hover {
      background-color: var(--hover-bg);
      transform: translateY(-2px);
    }

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

    .page-resources-gacam67-user-experience-story-vietnam__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-gacam67-user-experience-story-vietnam {
        padding: 15px;
      }

      .page-resources-gacam67-user-experience-story-vietnam__hero-section {
        padding-top: 10px; /* Safety padding for fixed header */
      }

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

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

      .page-resources-gacam67-user-experience-story-vietnam__promo-button {
        font-size: 1em;
        padding: 12px 25px;
      }

      .page-resources-gacam67-user-experience-story-vietnam__list {
        margin-left: 15px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-resources-gacam67-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;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      
      .page-resources-gacam67-user-experience-story-vietnam__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-resources-gacam67-user-experience-story-vietnam__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  