.page-poppy-playtime-lily-love-braids-rule-34 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    /* Hero Section */
    .page-poppy-playtime-lily-love-braids-rule-34__hero-section {
      position: relative;
      width: 100%;
      height: 60vh; /* Adjust height for visual impact */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Account for fixed header */
      box-sizing: border-box;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold color for emphasis */
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__hero-cta-button:hover {
      background-color: #e6b800;
      color: #000;
    }

    /* General Section Styling */
    .page-poppy-playtime-lily-love-braids-rule-34__introduction-section,
    .page-poppy-playtime-lily-love-braids-rule-34__quick-access-section,
    .page-poppy-playtime-lily-love-braids-rule-34__game-categories-section,
    .page-poppy-playtime-lily-love-braids-rule-34__promotions-section,
    .page-poppy-playtime-lily-love-braids-rule-34__security-support-section,
    .page-poppy-playtime-lily-love-braids-rule-34__faq-section,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__section-title {
      font-size: 2em;
      margin-bottom: 15px;
      color: #0056b3; /* A strong blue for titles */
    }

    .page-poppy-playtime-lily-love-braids-rule-34__section-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #555;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Features Grid */
    .page-poppy-playtime-lily-love-braids-rule-34__features-grid,
    .page-poppy-playtime-lily-love-braids-rule-34__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__feature-item,
    .page-poppy-playtime-lily-love-braids-rule-34__info-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      box-sizing: border-box;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__feature-icon,
    .page-poppy-playtime-lily-love-braids-rule-34__info-icon {
      width: 100%;
      max-width: 250px; /* Ensure images are not too large */
      height: auto;
      margin-bottom: 15px;
      object-fit: cover;
      border-radius: 5px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__feature-title,
    .page-poppy-playtime-lily-love-braids-rule-34__info-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__feature-text,
    .page-poppy-playtime-lily-love-braids-rule-34__info-text {
      font-size: 1em;
      color: #666;
    }

    /* Quick Access Buttons */
    .page-poppy-playtime-lily-love-braids-rule-34__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__access-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      min-width: 160px; /* Ensure buttons are not too small */
    }

    .page-poppy-playtime-lily-love-braids-rule-34__access-button:hover {
      background-color: #0056b3;
    }

    /* Game Categories Tabs */
    .page-poppy-playtime-lily-love-braids-rule-34__game-tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-tab {
      padding: 12px 20px;
      background-color: #eee;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background-color 0.3s ease, color 0.3s ease;
      user-select: none;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-tab:hover {
      background-color: #ddd;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-tab.active {
      background-color: #007bff;
      color: #fff;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-content {
      display: none;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-content.active {
      display: block;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      box-sizing: border-box;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-image,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-image,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      border-radius: 5px;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-title,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-title,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-title {
      font-size: 1.2em;
      color: #0056b3;
      margin-bottom: 10px;
      min-height: 48px; /* Ensure consistent height for titles */
      display: flex;
      align-items: center;
      justify-content: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-title a,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-title a,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-title a {
      color: #0056b3;
      text-decoration: none;
      transition: color 0.3s ease;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-title a:hover,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-title a:hover,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-title a:hover {
      color: #007bff;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-description,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-description,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 20px;
      min-height: 60px; /* Consistent height for descriptions */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-button,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-button,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-button {
      display: inline-block;
      background-color: #28a745; /* Green for action buttons */
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__game-card-button:hover,
    .page-poppy-playtime-lily-love-braids-rule-34__promo-card-button:hover,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-card-button:hover {
      background-color: #218838;
    }

    /* Promotions Grid */
    .page-poppy-playtime-lily-love-braids-rule-34__promo-grid,
    .page-poppy-playtime-lily-love-braids-rule-34__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    /* FAQ Section */
    .page-poppy-playtime-lily-love-braids-rule-34__faq-container {
      max-width: 800px;
      margin: 30px auto;
      text-align: left;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f1f1f1;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-question-text {
      font-size: 1.1em;
      color: #333;
      margin: 0;
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      pointer-events: none; /* Prevent icon from interfering with click */
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-item.active .page-poppy-playtime-lily-love-braids-rule-34__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus */
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-item.active .page-poppy-playtime-lily-love-braids-rule-34__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-poppy-playtime-lily-love-braids-rule-34__faq-answer p {
      margin: 0;
      color: #555;
      line-height: 1.8;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-poppy-playtime-lily-love-braids-rule-34__hero-section {
        height: 50vh;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__hero-title {
        font-size: 1.8em;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__hero-subtitle {
        font-size: 1em;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__introduction-section,
      .page-poppy-playtime-lily-love-braids-rule-34__quick-access-section,
      .page-poppy-playtime-lily-love-braids-rule-34__game-categories-section,
      .page-poppy-playtime-lily-love-braids-rule-34__promotions-section,
      .page-poppy-playtime-lily-love-braids-rule-34__security-support-section,
      .page-poppy-playtime-lily-love-braids-rule-34__faq-section,
      .page-poppy-playtime-lily-love-braids-rule-34__blog-section {
        padding: 30px 15px;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__section-title {
        font-size: 1.6em;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__section-description {
        font-size: 0.95em;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__features-grid,
      .page-poppy-playtime-lily-love-braids-rule-34__info-grid,
      .page-poppy-playtime-lily-love-braids-rule-34__game-grid,
      .page-poppy-playtime-lily-love-braids-rule-34__promo-grid,
      .page-poppy-playtime-lily-love-braids-rule-34__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List Item Responsive Rules */
      .page-poppy-playtime-lily-love-braids-rule-34__features-grid > *,
      .page-poppy-playtime-lily-love-braids-rule-34__info-grid > *,
      .page-poppy-playtime-lily-love-braids-rule-34__game-grid > *,
      .page-poppy-playtime-lily-love-braids-rule-34__promo-grid > *,
      .page-poppy-playtime-lily-love-braids-rule-34__blog-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for mobile */
      }

      .page-poppy-playtime-lily-love-braids-rule-34__game-card-image,
      .page-poppy-playtime-lily-love-braids-rule-34__promo-card-image,
      .page-poppy-playtime-lily-love-braids-rule-34__blog-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__access-buttons {
        flex-direction: column;
        align-items: center;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__access-button {
        width: 100%;
        max-width: 300px;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__game-tabs {
        flex-wrap: wrap;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__game-tab {
        flex-grow: 1;
        text-align: center;
        max-width: 48%; /* Two tabs per row */
      }

      .page-poppy-playtime-lily-love-braids-rule-34__faq-question {
        padding: 12px 15px;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__faq-question-text {
        font-size: 1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__faq-answer {
        padding: 0 15px;
      }

      .page-poppy-playtime-lily-love-braids-rule-34__faq-item.active .page-poppy-playtime-lily-love-braids-rule-34__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-lily-love-braids-rule-34__game-tab {
        max-width: 100%; /* One tab per row */
      }
    }

    /* Ensure all images are responsive */
    .page-poppy-playtime-lily-love-braids-rule-34 img {
      max-width: 100%;
      height: auto;
    }