
    .page-resources-clb88-user-experience-story-vietnam {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.7;
      color: #333;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: #f9f9f9;
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-resources-clb88-user-experience-story-vietnam__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:clb88,trải nghiệm,người dùng]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      margin-bottom: 40px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 300px;
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-clb88-user-experience-story-vietnam__hero-subtitle {
      font-size: 1.3em;
      max-width: 800px;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-resources-clb88-user-experience-story-vietnam__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__section-title {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 600;
    }

    .page-resources-clb88-user-experience-story-vietnam__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      line-height: 1.8;
      color: #555;
    }

    .page-resources-clb88-user-experience-story-vietnam__image-container {
      margin: 30px 0;
      text-align: center;
      background-color: #f0f0f0;
      padding: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
    }

    .page-resources-clb88-user-experience-story-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      display: block;
      margin: 0 auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-clb88-user-experience-story-vietnam__cta-button {
      display: block;
      width: fit-content;
      margin: 30px auto 40px auto;
      padding: 15px 30px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: 600;
      text-align: center;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
      border: none;
      cursor: pointer;
      box-sizing: border-box;
    }

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

    .page-resources-clb88-user-experience-story-vietnam__cta-button:active {
      transform: translateY(0);
      box-shadow: 0 2px 5px rgba(0, 123, 255, 0.4);
    }

    .page-resources-clb88-user-experience-story-vietnam__list {
      list-style: disc inside;
      margin-left: 20px;
      margin-bottom: 15px;
      padding: 0;
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__list-item {
      margin-bottom: 8px;
      font-size: 1.05em;
      color: #555;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-resources-clb88-user-experience-story-vietnam__strong {
      font-weight: bold;
      color: #0056b3;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-title {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 600;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-item {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-item:last-child {
      border-bottom: none;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-size: 1.15em;
      font-weight: 600;
      color: #333;
      padding: 5px 0;
      user-select: none;
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      font-weight: 600;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-item.active .page-resources-clb88-user-experience-story-vietnam__faq-toggle {
      transform: rotate(45deg);
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      font-size: 1em;
      color: #555;
      box-sizing: border-box;
    }

    .page-resources-clb88-user-experience-story-vietnam__faq-item.active .page-resources-clb88-user-experience-story-vietnam__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-clb88-user-experience-story-vietnam {
        padding: 15px;
        padding-top: 10px; /* Adjust for fixed header */
      }

      .page-resources-clb88-user-experience-story-vietnam__hero-section {
        padding: 60px 15px;
      }

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

      .page-resources-clb88-user-experience-story-vietnam__hero-subtitle {
        font-size: 1.1em;
      }

      .page-resources-clb88-user-experience-story-vietnam__section {
        padding: 20px;
      }

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

      .page-resources-clb88-user-experience-story-vietnam__paragraph {
        font-size: 0.95em;
      }

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

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

      .page-resources-clb88-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: 15px; /* Add some left padding for list bullets */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        font-size: 0.95em;
      }

      .page-resources-clb88-user-experience-story-vietnam__image-container {
        padding: 5px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

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

      .page-resources-clb88-user-experience-story-vietnam__faq-title {
        font-size: 1.6em;
      }

      .page-resources-clb88-user-experience-story-vietnam__faq-question {
        font-size: 1.05em;
      }

      .page-resources-clb88-user-experience-story-vietnam__faq-question h3 {
        font-size: 1.05em;
      }

      .page-resources-clb88-user-experience-story-vietnam__faq-answer {
        padding: 0 10px;
      }

      .page-resources-clb88-user-experience-story-vietnam__faq-item.active .page-resources-clb88-user-experience-story-vietnam__faq-answer {
        padding: 15px 10px !important;
      }
    }
  