.page-lily-love-braids-rule-34-poppy-playtime {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, assuming body has header-offset */
    }

    .page-lily-love-braids-rule-34-poppy-playtime__section-title {
      color: #e94560;
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 20px;
      padding-top: 40px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__section-title--small {
      font-size: 1.8em;
      padding-top: 20px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__section-description {
      text-align: center;
      margin-bottom: 40px;
      font-size: 1.1em;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #b0b0b0;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 10px 10px 10px 0;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button--primary {
      background-color: #e94560;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button--secondary {
      background-color: #0f3460;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button--secondary:hover {
      background-color: #164e8b;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__button--small {
      padding: 8px 15px;
      font-size: 0.9em;
    }

    /* HERO Section */
    .page-lily-love-braids-rule-34-poppy-playtime__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding: 80px 20px;
      box-sizing: border-box;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.5); /* Darken image for text readability */
    }

    .page-lily-love-braids-rule-34-poppy-playtime__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      color: #ffffff;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #e94560;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__hero-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }

    /* Partner/Vendor Logo Section */
    .page-lily-love-braids-rule-34-poppy-playtime__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px;
      background-color: #0f3460;
    }
    .page-lily-love-braids-rule-34-poppy-playtime__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px; /* Limit width to prevent logos from being too spread out */
      margin: 0 auto;
    }
    .page-lily-love-braids-rule-34-poppy-playtime__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%); /* Make logos grayscale and brighter for dark background */
      transition: filter 0.3s ease;
    }
    .page-lily-love-braids-rule-34-poppy-playtime__payment-logo:hover {
      filter: grayscale(0%) brightness(100%); /* Color on hover */
    }

    /* Introduction Section */
    .page-lily-love-braids-rule-34-poppy-playtime__introduction-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-item:hover {
      transform: translateY(-5px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-subtitle {
      color: #e94560;
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__intro-text {
      color: #b0b0b0;
    }

    /* Quick Access Section */
    .page-lily-love-braids-rule-34-poppy-playtime__quick-access-section {
      padding: 60px 20px;
      background-color: #0f3460;
      text-align: center;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    /* Games Section */
    .page-lily-love-braids-rule-34-poppy-playtime__games-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 40px;
      border-bottom: 2px solid #e94560;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__tab-button {
      padding: 12px 25px;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: bold;
      color: #b0b0b0;
      background-color: transparent;
      border: none;
      border-radius: 5px 5px 0 0;
      transition: all 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__tab-button:hover {
      color: #ffffff;
      background-color: #e94560;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__tab-button.active {
      color: #ffffff;
      background-color: #e94560;
      border-bottom: 2px solid #ffffff;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__tab-content {
      display: none;
      padding: 30px 0;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__tab-content.active {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-card {
      background-color: #0f3460;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      width: 100%;
      max-width: 350px;
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-card:hover {
      transform: translateY(-5px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-title {
      color: #e94560;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__game-description {
      color: #b0b0b0;
      margin-bottom: 20px;
    }

    /* Promotions Section */
    .page-lily-love-braids-rule-34-poppy-playtime__promotions-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-card {
      background-color: #1a1a2e;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-title {
      color: #e94560;
      font-size: 1.6em;
      margin-bottom: 10px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__promo-description {
      color: #b0b0b0;
      margin-bottom: 20px;
    }

    /* Security Section */
    .page-lily-love-braids-rule-34-poppy-playtime__security-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-item {
      background-color: #0f3460;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-item:hover {
      transform: translateY(-5px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-title {
      color: #e94560;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__security-text {
      color: #b0b0b0;
    }

    /* FAQ Section */
    .page-lily-love-braids-rule-34-poppy-playtime__faq-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      background-color: #1a1a2e;
      border-bottom: 1px solid #2e2e4a;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-question:hover {
      background-color: #2e2e4a;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-question-text {
      color: #e0e0e0;
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-item.active .page-lily-love-braids-rule-34-poppy-playtime__faq-toggle {
      transform: rotate(45deg);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #b0b0b0;
      background-color: #2e2e4a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    /* Blog Section */
    .page-lily-love-braids-rule-34-poppy-playtime__blog-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-image {
      width: 100%;
      height: 220px; /* Fixed height for blog images */
      object-fit: cover;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-content {
      padding: 20px;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-title a {
      color: #e94560;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-title a:hover {
      color: #ffffff;
    }

    .page-lily-love-braids-rule-34-poppy-playtime__blog-excerpt {
      color: #b0b0b0;
      font-size: 0.95em;
      margin-bottom: 20px;
    }

    /* General Image Styling for responsiveness and min size */
    .page-lily-love-braids-rule-34-poppy-playtime img:not(.page-lily-love-braids-rule-34-poppy-playtime__payment-logo) {
      max-width: 100%;
      height: auto;
      min-width: 200px; /* Enforce minimum size for non-logo images */
      min-height: 200px;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-lily-love-braids-rule-34-poppy-playtime__hero-title {
        font-size: 3em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__hero-description {
        font-size: 1.1em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-lily-love-braids-rule-34-poppy-playtime__hero-section {
        padding: 60px 15px;
        min-height: 400px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__hero-title {
        font-size: 2.2em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__hero-description {
        font-size: 1em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__button {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 15px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__introduction-section,
      .page-lily-love-braids-rule-34-poppy-playtime__quick-access-section,
      .page-lily-love-braids-rule-34-poppy-playtime__games-section,
      .page-lily-love-braids-rule-34-poppy-playtime__promotions-section,
      .page-lily-love-braids-rule-34-poppy-playtime__security-section,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-section,
      .page-lily-love-braids-rule-34-poppy-playtime__faq-section {
        padding: 40px 15px;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__section-title {
        font-size: 1.8em;
        padding-top: 20px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__section-title--small {
        font-size: 1.5em;
        padding-top: 15px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__intro-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__promo-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__security-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__intro-item,
      .page-lily-love-braids-rule-34-poppy-playtime__promo-card,
      .page-lily-love-braids-rule-34-poppy-playtime__security-item,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-card {
        padding: 20px;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__game-tabs {
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 20px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__tab-button {
        padding: 10px 15px;
        font-size: 1em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__tab-content.active {
        flex-direction: column;
        gap: 20px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__game-card {
        max-width: 100%;
      }

      .page-lily-love-braids-rule-34-poppy-playtime__faq-question {
        padding: 15px;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__faq-question-text {
        font-size: 1em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__faq-toggle {
        font-size: 1.5em;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__faq-answer {
        padding: 15px !important;
      }

      /* General Image Styling for responsiveness - ensure max-width: 100% and height: auto on mobile */
      .page-lily-love-braids-rule-34-poppy-playtime img:not(.page-lily-love-braids-rule-34-poppy-playtime__payment-logo) {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
        box-sizing: border-box !important;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__intro-image,
      .page-lily-love-braids-rule-34-poppy-playtime__game-image,
      .page-lily-love-braids-rule-34-poppy-playtime__promo-image,
      .page-lily-love-braids-rule-34-poppy-playtime__security-image,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__blog-image {
        height: 180px;
      }

      /* List item responsive requirements */
      .page-lily-love-braids-rule-34-poppy-playtime__intro-grid > .page-lily-love-braids-rule-34-poppy-playtime__intro-item,
      .page-lily-love-braids-rule-34-poppy-playtime__promo-grid > .page-lily-love-braids-rule-34-poppy-playtime__promo-card,
      .page-lily-love-braids-rule-34-poppy-playtime__security-grid > .page-lily-love-braids-rule-34-poppy-playtime__security-item,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-grid > .page-lily-love-braids-rule-34-poppy-playtime__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-lily-love-braids-rule-34-poppy-playtime__intro-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__promo-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__security-grid,
      .page-lily-love-braids-rule-34-poppy-playtime__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }