
    /* Page-specific CSS styles */
    .page-resources-ph7-slots-fish-games-philippines {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-resources-ph7-slots-fish-games-philippines__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-resources-ph7-slots-fish-games-philippines__hero-section {
      position: relative;
      text-align: center;
      color: #fff;
      padding: 10px 0 60px 0; /* Add padding-top for fixed header */
      background: linear-gradient(135deg, #FF6F61, #FFD166); /* Vibrant gradient for casino feel */
      border-radius: 0 0 15px 15px;
      margin-bottom: 30px;
      overflow: hidden;
    }

    .page-resources-ph7-slots-fish-games-philippines__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2; /* Subtle overlay */
      z-index: 0;
    }
    .page-resources-ph7-slots-fish-games-philippines__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
    }

    .page-resources-ph7-slots-fish-games-philippines__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #FFFFFF; /* Ensure high contrast */
    }

    .page-resources-ph7-slots-fish-games-philippines__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #EEEEEE; /* Ensure high contrast */
    }

    .page-resources-ph7-slots-fish-games-philippines__cta-button {
      display: inline-block;
      background-color: #4CAF50; /* Green for action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border: none; /* Ensure it looks like a button */
      cursor: pointer;
    }

    .page-resources-ph7-slots-fish-games-philippines__cta-button:hover {
      background-color: #45a049;
      transform: translateY(-2px);
    }

    .page-resources-ph7-slots-fish-games-philippines__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-ph7-slots-fish-games-philippines__section-title {
      font-size: 2em;
      color: #007bff; /* Blue for headings */
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-ph7-slots-fish-games-philippines__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #FF6F61;
      border-radius: 2px;
    }

    .page-resources-ph7-slots-fish-games-philippines__article {
      margin-bottom: 25px;
    }

    .page-resources-ph7-slots-fish-games-philippines__article-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 15px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-ph7-slots-fish-games-philippines__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box; /* Crucial for responsive images */
    }

    .page-resources-ph7-slots-fish-games-philippines__image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-resources-ph7-slots-fish-games-philippines__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-resources-ph7-slots-fish-games-philippines__list-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-left: 5px solid #007bff;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive list items */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
    }

    .page-resources-ph7-slots-fish-games-philippines__list-item h4 {
      color: #007bff;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.2em;
    }

    .page-resources-ph7-slots-fish-games-philippines__promo-float-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFC107; /* Amber for promotion */
      color: #333;
      padding: 15px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: transform 0.2s ease, background-color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
      border: none;
      cursor: pointer;
    }

    .page-resources-ph7-slots-fish-games-philippines__promo-float-button:hover {
      background-color: #e0b000;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-resources-ph7-slots-fish-games-philippines__faq-section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      transition: color 0.3s ease;
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-question h3 {
      margin: 0;
      font-size: 1.1em; /* Adjusted for better hierarchy with section title */
      color: #333; /* Ensure contrast */
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-question:hover {
      color: #007bff;
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      color: #007bff; /* Ensure contrast */
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555; /* Ensure contrast */
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-item.active .page-resources-ph7-slots-fish-games-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-resources-ph7-slots-fish-games-philippines__faq-item.active .page-resources-ph7-slots-fish-games-philippines__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-ph7-slots-fish-games-philippines__container {
        padding: 15px;
      }

      .page-resources-ph7-slots-fish-games-philippines__hero-section {
        padding: 10px 0 40px 0; /* Adjust padding-top for fixed header on mobile */
      }

      .page-resources-ph7-slots-fish-games-philippines__hero-title {
        font-size: 2em;
      }

      .page-resources-ph7-slots-fish-games-philippines__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-ph7-slots-fish-games-philippines__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resources-ph7-slots-fish-games-philippines__section {
        padding: 25px;
      }

      .page-resources-ph7-slots-fish-games-philippines__section-title {
        font-size: 1.8em;
      }

      .page-resources-ph7-slots-fish-games-philippines__article-title {
        font-size: 1.3em;
      }

      .page-resources-ph7-slots-fish-games-philippines__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-resources-ph7-slots-fish-games-philippines__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resources-ph7-slots-fish-games-philippines__list {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-resources-ph7-slots-fish-games-philippines__list-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-resources-ph7-slots-fish-games-philippines__promo-float-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.95em;
      }

      .page-resources-ph7-slots-fish-games-philippines__faq-question {
        font-size: 1em;
      }
      .page-resources-ph7-slots-fish-games-philippines__faq-question h3 {
        font-size: 1em;
      }
      .page-resources-ph7-slots-fish-games-philippines__faq-answer {
        padding: 0 10px;
      }
      .page-resources-ph7-slots-fish-games-philippines__faq-item.active .page-resources-ph7-slots-fish-games-philippines__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-resources-ph7-slots-fish-games-philippines__hero-title {
        font-size: 1.8em;
      }
      .page-resources-ph7-slots-fish-games-philippines__section-title {
        font-size: 1.5em;
      }
      .page-resources-ph7-slots-fish-games-philippines__article-title {
        font-size: 1.2em;
      }
      .page-resources-ph7-slots-fish-games-philippines__promo-float-button {
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }
  