
    /* Base styles for the page content */
    .page-resources-is-thabet88-popular-in-vietnam {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      padding-top: 10px; /* For fixed header */
      box-sizing: border-box;
    }

    .page-resources-is-thabet88-popular-in-vietnam__section {
      margin-bottom: 40px;
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-is-thabet88-popular-in-vietnam__hero-section {
      background-color: #f0f8ff;
      padding: 60px 25px 40px;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 80px; /* Adjusted for fixed header on hero */
    }

    .page-resources-is-thabet88-popular-in-vietnam__hero-title {
      color: #0056b3;
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-is-thabet88-popular-in-vietnam__hero-description {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-is-thabet88-popular-in-vietnam__title {
      color: #0056b3;
      font-size: 2.2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #007bff;
      padding-bottom: 10px;
    }

    .page-resources-is-thabet88-popular-in-vietnam__subtitle {
      color: #007bff;
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-resources-is-thabet88-popular-in-vietnam__paragraph {
      margin-bottom: 15px;
      color: #444;
      font-size: 1em;
    }

    .page-resources-is-thabet88-popular-in-vietnam__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-is-thabet88-popular-in-vietnam__list-item {
      margin-bottom: 8px;
    }

    .page-resources-is-thabet88-popular-in-vietnam__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-is-thabet88-popular-in-vietnam__image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-is-thabet88-popular-in-vietnam__cta-button {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease;
      border: none; /* Ensure it looks like a button */
      cursor: pointer;
      font-size: 1em;
    }

    .page-resources-is-thabet88-popular-in-vietnam__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-is-thabet88-popular-in-vietnam__highlight {
      color: #007bff;
      font-weight: bold;
    }

    /* FAQ Section Styles */
    .page-resources-is-thabet88-popular-in-vietnam__faq-section {
      margin-top: 50px;
      margin-bottom: 40px;
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-item {
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-question {
      background-color: #e9f7ff;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0056b3;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-question h3 {
      margin: 0;
      font-size: 1.1em; /* Keep consistent with parent font size */
      color: #0056b3;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-question:hover {
      background-color: #d0edff;
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-item.active .page-resources-is-thabet88-popular-in-vietnam__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding for collapsed state */
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-resources-is-thabet88-popular-in-vietnam__faq-item.active .page-resources-is-thabet88-popular-in-vietnam__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px !important; /* Padding for expanded state */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-is-thabet88-popular-in-vietnam {
        padding: 15px;
        padding-top: 10px; /* For fixed header on mobile */
      }

      .page-resources-is-thabet88-popular-in-vietnam__hero-section {
        padding: 40px 15px 30px;
        padding-top: 70px; /* Adjusted for fixed header on hero mobile */
      }

      .page-resources-is-thabet88-popular-in-vietnam__hero-title {
        font-size: 2em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__hero-description {
        font-size: 1em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__title {
        font-size: 1.8em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__subtitle {
        font-size: 1.5em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__paragraph {
        font-size: 0.95em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__list {
        margin-left: 15px;
      }

      .page-resources-is-thabet88-popular-in-vietnam__cta-button {
        padding: 10px 20px;
        font-size: 0.95em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-is-thabet88-popular-in-vietnam__faq-answer {
        padding: 0 15px;
      }

      .page-resources-is-thabet88-popular-in-vietnam__faq-item.active .page-resources-is-thabet88-popular-in-vietnam__faq-answer {
        padding: 15px !important;
      }

      /* Image responsive optimization for mobile */
      .page-resources-is-thabet88-popular-in-vietnam__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-thabet88-popular-in-vietnam__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    /* Ensure good contrast for text */
    body {
      background-color: #f4f7f6; /* Light background */
    }
    .page-resources-is-thabet88-popular-in-vietnam__hero-title,
    .page-resources-is-thabet88-popular-in-vietnam__title,
    .page-resources-is-thabet88-popular-in-vietnam__subtitle,
    .page-resources-is-thabet88-popular-in-vietnam__faq-title,
    .page-resources-is-thabet88-popular-in-vietnam__faq-question h3 {
      color: #0056b3; /* Dark blue, good contrast on light backgrounds */
    }
    .page-resources-is-thabet88-popular-in-vietnam__paragraph,
    .page-resources-is-thabet88-popular-in-vietnam__list-item,
    .page-resources-is-thabet88-popular-in-vietnam__faq-answer {
      color: #333; /* Dark grey, good contrast on light backgrounds */
    }
    .page-resources-is-thabet88-popular-in-vietnam__cta-button {
      background-color: #28a745; /* Green, good contrast with white text */
      color: #fff;
    }
    .page-resources-is-thabet88-popular-in-vietnam__faq-question {
      background-color: #e9f7ff; /* Light blue, good contrast with dark blue text */
      color: #0056b3;
    }
  