
    /* Base styles for the page */
    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #ffffff; /* White text */
      background-color: #1a1a1a; /* Dark background */
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-section {
      text-align: center;
      margin-bottom: 40px;
      padding-top: 10px; /* Required padding-top for fixed header */
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
      margin-bottom: 20px;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-title {
      color: #ffd700; /* Yellow title */
      font-size: 2.5em;
      margin-bottom: 10px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-subtitle {
      color: #cccccc;
      font-size: 1.2em;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__section {
      background-color: #2a2a2a; /* Slightly lighter dark background for sections */
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__section-title {
      color: #ffd700; /* Yellow headings */
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #ffd700;
      padding-bottom: 10px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__subsection-title {
      color: #f0f0f0; /* Off-white for subheadings */
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      color: #ffffff;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: #ffffff;
    }

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

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__highlight {
      color: #ffd700;
      font-weight: bold;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 20px 0;
      border-radius: 8px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__content-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__paragraph a {
      color: #ffd700;
      text-decoration: none;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__paragraph a:hover {
      text-decoration: underline;
    }

    /* FAQ Section Styles */
    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-section {
      margin-top: 40px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-title {
      color: #ffd700;
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 2px solid #ffd700;
      padding-bottom: 10px;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-item {
      background-color: #2a2a2a;
      border: 1px solid #444;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-question:hover {
      background-color: #444;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-question h3 {
      margin: 0;
      color: #ffd700;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffd700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      color: #ffffff;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-item.active .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-item.active .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or similar) */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis {
        padding: 15px;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-section {
        padding-top: 10px; /* Mobile padding-top for fixed header */
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-title {
        font-size: 1.8em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__section-title {
        font-size: 1.5em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__subsection-title {
        font-size: 1.3em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-question {
        padding: 12px 15px;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-toggle {
        font-size: 1.3em;
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-answer {
        padding: 0 15px; /* Mobile initial padding */
      }

      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-item.active .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__faq-answer {
        padding: 15px 15px !important; /* Mobile expanded padding */
      }

      /* Responsive image optimization */
      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__image-container,
      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__content-image,
      .page-resources-can-you-really-win-at-gacam67-fishing-game-mechanism-analysis__hero-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  