
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-text-color: #343a40;
      --page-light-bg: #f8f9fa;
      --page-dark-bg: #e9ecef;
      --page-white: #ffffff;
      --page-border-color: #dee2e6;
      --page-success-color: #28a745;
      --page-danger-color: #dc3545;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-section {
      position: relative;
      padding: 10px 0 60px 0; /* Adjusted padding-top to clear fixed header */
      text-align: center;
      background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
      color: var(--page-white);
      margin-bottom: 40px;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-image {
      width: 100%;
      height: 300px;
      object-fit: cover;
      opacity: 0.7;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-white);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 0.9);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__section {
      background-color: var(--page-white);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__section-title {
      color: #0056b3; /* A darker blue for section titles */
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-primary-color);
      border-radius: 2px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__subsection-title {
      color: #0069d9; /* A slightly lighter blue for subsections */
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
      border-left: 5px solid var(--page-primary-color);
      padding-left: 15px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      text-align: justify;
      color: var(--page-text-color);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__list-item {
      margin-bottom: 8px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__image-container {
      margin: 30px 0;
      text-align: center;
      background-color: var(--page-dark-bg);
      padding: 15px;
      border-radius: 8px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      display: block; /* Ensure it behaves as a block element */
      margin: 0 auto; /* Center the image */
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__image-caption {
      margin-top: 10px;
      font-style: italic;
      color: var(--page-secondary-color);
      font-size: 0.9em;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__summary-box {
      background-color: #e6f7ff; /* Light blue for summary */
      border-left: 5px solid var(--page-primary-color);
      padding: 20px;
      margin: 30px 0;
      border-radius: 8px;
      color: #004085; /* Dark blue for text */
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__summary-title {
      font-size: 1.3em;
      color: #004085;
      margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-section {
      background-color: var(--page-light-bg);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-white);
      cursor: pointer;
      font-weight: bold;
      color: var(--page-primary-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-question:hover {
      background-color: var(--page-dark-bg);
    }
    
    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from blocking click event */
        color: inherit; /* Ensure h3 color matches parent */
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--page-light-bg);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-text-color);
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-item.active .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__cta-button {
      display: inline-block;
      background-color: var(--page-success-color);
      color: var(--page-white);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
    }

    .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__cta-button:hover {
      background-color: #218838;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-section {
        padding-top: 10px; /* Adjust for mobile header */
        padding-bottom: 40px;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-title {
        font-size: 2em;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__hero-description {
        font-size: 1em;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__section {
        padding: 20px;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__section-title {
        font-size: 1.8em;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__subsection-title {
        font-size: 1.3em;
        padding-left: 10px;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__image {
        max-width: 100% !important; /* Force responsive image */
        height: auto !important; /* Force responsive image */
      }
      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }

      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-question {
        padding: 12px 15px;
      }
      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-question h3 {
        font-size: 1em;
      }
      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-toggle {
        font-size: 1.2em;
      }
      .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-item.active .page-resourcse-can-you-really-win-at-kv888-fishing-game-mechanism-analysis__faq-answer {
        padding: 15px 15px !important;
      }
    }
  