
    /* Tổng quan */
    .page-resources-faq-about-thabet88-in-vietnam {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f9fa;
      padding-top: 80px; /* Cho desktop */
    }

    .page-resources-faq-about-thabet88-in-vietnam__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    /* Hero Section */
    .page-resources-faq-about-thabet88-in-vietnam__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:thabet88,vietnam,faq,banner]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      margin-bottom: 40px;
      border-radius: 8px;
    }

    .page-resources-faq-about-thabet88-in-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #fff;
    }

    .page-resources-faq-about-thabet88-in-vietnam__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
    }

    /* Content Section */
    .page-resources-faq-about-thabet88-in-vietnam__content-section {
      background-color: #ffffff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-resources-faq-about-thabet88-in-vietnam__section-title {
      font-size: 2em;
      color: #2c3e50;
      margin-bottom: 30px;
      text-align: center;
    }

    /* FAQ Section */
    .page-resources-faq-about-thabet88-in-vietnam__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-item {
      background-color: #f0f2f5;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      border: 1px solid #e0e0e0;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e9ecef;
      color: #2c3e50;
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #007bff;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-item.active .page-resources-faq-about-thabet88-in-vietnam__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
      content: '−'; /* Visually change to minus sign */
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Adjust padding for closed state */
      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-faq-about-thabet88-in-vietnam__faq-item.active .page-resources-faq-about-thabet88-in-vietnam__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show all content */
      padding: 20px !important; /* Adjust padding for open state */
      opacity: 1;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-answer p {
      margin-bottom: 10px;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-answer a {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    .page-resources-faq-about-thabet88-in-vietnam__faq-answer a:hover {
      text-decoration: underline;
    }

    /* General text styling */
    .page-resources-faq-about-thabet88-in-vietnam p {
      margin-bottom: 1em;
    }

    /* Responsive images */
    .page-resources-faq-about-thabet88-in-vietnam img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-faq-about-thabet88-in-vietnam__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-faq-about-thabet88-in-vietnam {
        padding-top: 60px; /* Cho mobile */
      }

      .page-resources-faq-about-thabet88-in-vietnam__hero-section {
        padding: 60px 15px;
      }

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

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

      .page-resources-faq-about-thabet88-in-vietnam__content-section {
        padding: 20px;
      }

      .page-resources-faq-about-thabet88-in-vietnam__section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
      }

      .page-resources-faq-about-thabet88-in-vietnam__faq-question {
        padding: 12px 15px;
      }

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

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

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

      /* Force responsive images on mobile */
      .page-resources-faq-about-thabet88-in-vietnam img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resources-faq-about-thabet88-in-vietnam__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  