
    .page-resources-how-do-vietnamese-users-use-gacam67 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #fff; /* White text */
      background-color: #000; /* Black background */
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__hero-section {
      position: relative;
      padding-top: 150px; /* Safe area for fixed header */
      padding-bottom: 50px;
      text-align: center;
      overflow: hidden;
      margin-bottom: 40px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__hero-image {
      width: 100%;
      height: auto;
      max-height: 500px;
      object-fit: cover;
      border-radius: 10px;
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      width: 80%;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #FFD700; /* Yellow */
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__section {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__heading-primary {
      color: #FFD700; /* Yellow */
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 30px;
      padding-top: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__heading-secondary {
      color: #FFD700; /* Yellow */
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #FFD700;
      padding-bottom: 10px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__paragraph {
      margin-bottom: 15px;
      color: #e0e0e0;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: #e0e0e0;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__list-item {
      margin-bottom: 8px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__content-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__button {
      display: inline-block;
      background-color: #FFD700; /* Yellow */
      color: #000;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-section {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-item {
      margin-bottom: 15px;
      border: 1px solid #333;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-question {
      background-color: #222;
      padding: 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #FFD700; /* Yellow */
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-question:hover {
      background-color: #333;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #FFD700; /* Yellow */
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      background-color: #1a1a1a;
      color: #e0e0e0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-item.active .page-resources-how-do-vietnamese-users-use-gacam67__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__faq-item.active .page-resources-how-do-vietnamese-users-use-gacam67__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar, or just rotate */
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: #222;
      border-radius: 8px;
    }

    .page-resources-how-do-vietnamese-users-use-gacam67__call-to-action h2 {
      color: #FFD700;
      font-size: 2em;
      margin-bottom: 20px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-do-vietnamese-users-use-gacam67 {
        padding: 15px;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__hero-section {
        padding-top: 120px; /* Adjust for mobile header */
        padding-bottom: 30px;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__hero-title {
        font-size: 2em;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__hero-subtitle {
        font-size: 1.2em;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__heading-primary {
        font-size: 2em;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__heading-secondary {
        font-size: 1.5em;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__section,
      .page-resources-how-do-vietnamese-users-use-gacam67__faq-section {
        padding: 20px;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-do-vietnamese-users-use-gacam67__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-how-do-vietnamese-users-use-gacam67__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  