
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-text-color: #333;
      --page-background-color: #f8f9fa;
      --page-card-background: #ffffff;
      --page-border-color: #dee2e6;
      --page-accent-color: #28a745;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px 0;
      box-sizing: border-box;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px; /* Adjusted padding-top for fixed header */
      box-sizing: border-box;
    }

    @media (min-width: 769px) {
        .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__container {
            padding-top: 10px; /* Desktop */
        }
    }

    @media (max-width: 768px) {
        .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__container {
            padding-top: 10px; /* Mobile */
        }
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__hero-section {
      background-color: var(--page-primary-color);
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffffff;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__content-section {
      background-color: var(--page-card-background);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__section-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: 10px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__subsection-title {
      font-size: 1.5em;
      color: var(--page-text-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      line-height: 1.7;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__list-item {
      margin-bottom: 8px;
      font-size: 1em;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__image-wrapper {
        margin: 25px 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 20px;
      background-color: #e9f7ef;
      border-left: 5px solid var(--page-accent-color);
      border-radius: 8px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__cta-button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__note {
      font-style: italic;
      color: var(--page-secondary-color);
      margin-top: 20px;
      text-align: center;
    }

    /* FAQ Section Styles */
    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-section {
      margin-top: 30px;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-item {
      background-color: var(--page-card-background);
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--page-text-color);
      transition: background-color 0.3s ease;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent div */
      transition: transform 0.3s ease;
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-item.active .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__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.4s ease;
      color: var(--page-text-color);
    }

    .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-item.active .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__hero-title {
        font-size: 2em;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__hero-subtitle {
        font-size: 1em;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__section-title {
        font-size: 1.7em;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__subsection-title {
        font-size: 1.3em;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__content-section {
        padding: 20px;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-question {
        padding: 12px 15px;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-question h3 {
        font-size: 1em;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-answer {
        padding: 0 10px;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-item.active .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__faq-answer {
        padding: 15px 10px !important;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-mb66-reliable-key-questions-you-need-to-know-before-using__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  