
    /* Tổng thể */
    .page-resources-f88bet-why-more-and-more-users-are-choosing-them {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    /* Tiêu đề chính */
    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-section {
      background: linear-gradient(135deg, #0056b3, #007bff);
      color: #ffffff;
      padding: 10px 20px 60px; /* Padding top để tránh header cố định */
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      z-index: 0;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      font-weight: 300;
      color: #e0e0e0;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 12px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    /* Phần nội dung chính */
    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__content-section {
      max-width: 1100px;
      margin: 30px auto;
      padding: 20px;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__section-title {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ffc107;
      border-radius: 2px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__article {
      margin-bottom: 40px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__article-title {
      font-size: 1.6em;
      color: #333;
      margin-bottom: 15px;
      border-left: 5px solid #007bff;
      padding-left: 15px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__article-subtitle {
      font-size: 1.3em;
      color: #0056b3;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__paragraph {
      margin-bottom: 15px;
      color: #555;
      text-align: justify;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__list {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 20px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__list-item {
      margin-bottom: 10px;
      color: #555;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__content-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* FAQ Section */
    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-section {
      margin-top: 40px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-item.active {
      background-color: #e6f2ff;
      border-color: #007bff;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0056b3;
      transition: background-color 0.3s ease;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-question:hover {
      background-color: #dbe9f9;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Plus to X (or just rotate to minus) */
      color: #ffc107;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Nút hành động nổi */
    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__floating-cta {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #28a745;
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-resources-f88bet-why-more-and-more-users-are-choosing-them__floating-cta:hover {
      background-color: #218838;
      transform: translateY(-3px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 10px 15px 40px; /* Adjust padding-top for mobile fixed header */
        border-radius: 0 0 10px 10px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2em;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__content-section {
        margin: 20px auto;
        padding: 15px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__article-title {
        font-size: 1.4em;
        padding-left: 10px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__article-subtitle {
        font-size: 1.2em;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-question {
        padding: 12px 15px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 15px;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-f88bet-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px !important;
      }

      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__floating-cta {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.9em;
      }
      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-resources-f88bet-why-more-and-more-users-are-choosing-them__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  