
    :root {
      --page-primary-color: #0056b3; /* A shade of blue */
      --page-secondary-color: #f8f9fa; /* Light grey */
      --page-text-color: #333;
      --page-heading-color: #2c3e50; /* Darker blue-grey */
      --page-accent-color: #28a745; /* Green for highlights */
      --page-border-color: #dee2e6;
      --page-background-color: #ffffff;
      --page-light-bg: #e9ecef;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding-top: 10px; /* For fixed header */
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90 {
        padding-top: 10px; /* For fixed header on mobile */
      }
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__container {
        padding: 15px;
      }
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-section {
      text-align: center;
      padding: 60px 20px;
      background-color: var(--page-light-bg);
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-title {
      font-size: 2.8em;
      color: var(--page-heading-color);
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-subtitle {
      font-size: 1.2em;
      color: var(--page-text-color);
      max-width: 800px;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-section {
        padding: 40px 15px;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-title {
        font-size: 2em;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__hero-subtitle {
        font-size: 1em;
      }
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__section {
      background-color: var(--page-background-color);
      padding: 30px 0;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__section-title {
      font-size: 2em;
      color: var(--page-heading-color);
      margin-bottom: 20px;
      text-align: center;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__content-block {
      margin-bottom: 25px;
      padding: 20px;
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      background-color: var(--page-secondary-color);
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__content-title {
      font-size: 1.5em;
      color: var(--page-primary-color);
      margin-bottom: 15px;
      border-bottom: 2px solid var(--page-primary-color);
      padding-bottom: 10px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__content-paragraph {
      margin-bottom: 10px;
      color: var(--page-text-color);
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__image-wrapper {
      margin: 25px 0;
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust padding for smaller screens */
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__list {
      list-style: disc inside;
      margin-left: 20px;
      margin-bottom: 15px;
      padding: 0;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__list-item {
      margin-bottom: 8px;
      color: var(--page-text-color);
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure long words break */
      overflow-wrap: break-word; /* Ensure long words break */
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        box-sizing: border-box !important;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 5px !important; /* Reduce padding to fit */
        word-break: break-word !important; /* Force word break for long keywords */
      }
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      margin-bottom: 30px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table th,
    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td {
      border: 1px solid var(--page-border-color);
      padding: 12px 15px;
      text-align: left;
      color: var(--page-text-color);
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table th {
      background-color: var(--page-primary-color);
      color: #fff;
      font-weight: bold;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table tr:nth-child(even) {
      background-color: var(--page-light-bg);
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table thead,
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table tbody,
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table th,
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td,
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table tr {
        display: block;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table tr {
        border: 1px solid var(--page-border-color);
        margin-bottom: 10px;
        border-radius: 8px;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td {
        border: none;
        border-bottom: 1px solid var(--page-border-color);
        position: relative;
        padding-left: 50%;
        text-align: right;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: var(--page-heading-color);
      }
      /* Label the data */
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td:nth-of-type(1):before { content: "Tiêu chí:"; }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td:nth-of-type(2):before { content: "bi88:"; }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__comparison-table td:nth-of-type(3):before { content: "nohu90:"; }
    }


    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__conclusion {
      padding: 30px;
      background-color: var(--page-light-bg);
      border-radius: 8px;
      text-align: center;
      margin-top: 40px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__conclusion-text {
      font-size: 1.1em;
      color: var(--page-text-color);
      margin-bottom: 20px;
    }

    /* FAQ Section Styles */
    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-section {
      margin-top: 40px;
      padding: 30px 0;
      background-color: var(--page-secondary-color);
      border-radius: 8px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-title {
      font-size: 2em;
      color: var(--page-heading-color);
      text-align: center;
      margin-bottom: 30px;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-item {
      background-color: var(--page-background-color);
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: var(--page-primary-color);
      color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-question:hover {
      background-color: #004494; /* Darker shade for hover */
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__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.3s ease;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-item.active .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-item.active .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or - to be more specific) */
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-answer {
        padding: 0 10px;
      }
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-item.active .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__faq-answer {
        padding: 15px 10px !important;
      }
    }

    /* Floating CTA */
    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__floating-cta {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-accent-color);
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      z-index: 1000;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__floating-cta:hover {
      background-color: #218838; /* Darker green for hover */
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-resources-is-bi88-worth-choosing-a-comparative-analysis-with-nohu90__floating-cta {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.9em;
      }
    }

  