/* Base styles for the page-poppy-playtime-rule34-doey */.page-poppy-playtime-rule34-doey {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f9fa;}/* Fallback for header offset if not handled by body padding */.page-poppy-playtime-rule34-doey:first-of-type {    padding-top: var(--header-offset, 122px); /* Fallback value for safety */}/* Hero Section */.page-poppy-playtime-rule34-doey__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding: 20px; /* Decorative padding */  box-sizing: border-box;}.page-poppy-playtime-rule34-doey__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;  filter: brightness(0.5); /* Darken image for text readability */}.page-poppy-playtime-rule34-doey__hero-content {  max-width: 900px;  z-index: 1;  padding: 20px;  background: rgba(0, 0, 0, 0.4);  border-radius: 10px;}.page-poppy-playtime-rule34-doey__hero-title {  font-size: 3em;  margin-bottom: 20px;  color: #ffcc00; /* High contrast */  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-rule34-doey__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-poppy-playtime-rule34-doey__hero-cta-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;}.page-poppy-playtime-rule34-doey__hero-cta-button:hover {  background-color: #0056b3;}/* General Section Styling */.page-poppy-playtime-rule34-doey__intro-section,.page-poppy-playtime-rule34-doey__quick-access-section,.page-poppy-playtime-rule34-doey__games-section,.page-poppy-playtime-rule34-doey__promotions-section,.page-poppy-playtime-rule34-doey__security-section,.page-poppy-playtime-rule34-doey__faq-section,.page-poppy-playtime-rule34-doey__blog-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-poppy-playtime-rule34-doey__intro-title,.page-poppy-playtime-rule34-doey__quick-access-title,.page-poppy-playtime-rule34-doey__games-title,.page-poppy-playtime-rule34-doey__promotions-title,.page-poppy-playtime-rule34-doey__security-title,.page-poppy-playtime-rule34-doey__faq-title,.page-poppy-playtime-rule34-doey__blog-title {  font-size: 2.5em;  margin-bottom: 30px;  color: #333;}.page-poppy-playtime-rule34-doey__intro-text,.page-poppy-playtime-rule34-doey__games-intro-text,.page-poppy-playtime-rule34-doey__promotions-intro-text,.page-poppy-playtime-rule34-doey__blog-intro-text {  font-size: 1.1em;  margin-bottom: 40px;  color: #555;}/* Quick Access Links */.page-poppy-playtime-rule34-doey__access-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 30px;}.page-poppy-playtime-rule34-doey__access-link-button {  display: block;  background-color: #28a745;  color: #fff;  padding: 15px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease;}.page-poppy-playtime-rule34-doey__access-link-button:hover {  background-color: #218838;}/* Game Categories */.page-poppy-playtime-rule34-doey__game-categories-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-rule34-doey__game-category-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;}.page-poppy-playtime-rule34-doey__game-category-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-rule34-doey__game-category-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-poppy-playtime-rule34-doey__game-category-name {  font-size: 1.5em;  color: #333;  padding: 15px 20px 0;}.page-poppy-playtime-rule34-doey__game-category-description {  font-size: 0.95em;  color: #666;  padding: 0 20px 20px;}.page-poppy-playtime-rule34-doey__game-providers {  margin-top: 60px;}.page-poppy-playtime-rule34-doey__game-providers-title {  font-size: 1.8em;  margin-bottom: 30px;  color: #333;}.page-poppy-playtime-rule34-doey__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 25px;}.page-poppy-playtime-rule34-doey__provider-logo {  height: 80px; /* Fixed height for gamelogo, width auto */  width: auto;  object-fit: contain;  filter: grayscale(100%);  transition: filter 0.3s ease;}.page-poppy-playtime-rule34-doey__provider-logo:hover {  filter: grayscale(0%);}/* Promotions Section */.page-poppy-playtime-rule34-doey__promotion-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-rule34-doey__promotion-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease;}.page-poppy-playtime-rule34-doey__promotion-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-rule34-doey__promotion-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;  margin-bottom: 15px;}.page-poppy-playtime-rule34-doey__promotion-name {  font-size: 1.6em;  color: #333;  margin-bottom: 10px;  padding: 0 15px;}.page-poppy-playtime-rule34-doey__promotion-description {  font-size: 1em;  color: #666;  margin-bottom: 20px;  padding: 0 15px;}.page-poppy-playtime-rule34-doey__promotion-cta {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-rule34-doey__promotion-cta:hover {  background-color: #e0a800;}/* Security Section */.page-poppy-playtime-rule34-doey__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-rule34-doey__security-item {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  padding: 30px;  text-align: center;}.page-poppy-playtime-rule34-doey__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;}.page-poppy-playtime-rule34-doey__security-item-title {  font-size: 1.4em;  color: #333;  margin-bottom: 10px;}.page-poppy-playtime-rule34-doey__security-item-description {  font-size: 0.95em;  color: #666;}/* FAQ Section */.page-poppy-playtime-rule34-doey__faq-container {  margin-top: 40px;  text-align: left;}.page-poppy-playtime-rule34-doey__faq-item {  background-color: #fff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-poppy-playtime-rule34-doey__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #eee;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-poppy-playtime-rule34-doey__faq-question:hover {  background-color: #e0e0e0;}.page-poppy-playtime-rule34-doey__faq-question-text {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevents text from blocking click event */}.page-poppy-playtime-rule34-doey__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  pointer-events: none; /* Prevents toggle from blocking click event */  transition: transform 0.3s ease;}.page-poppy-playtime-rule34-doey__faq-item.active .page-poppy-playtime-rule34-doey__faq-toggle {  transform: rotate(45deg);  color: #dc3545;}.page-poppy-playtime-rule34-doey__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;  opacity: 0;}.page-poppy-playtime-rule34-doey__faq-item.active .page-poppy-playtime-rule34-doey__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-poppy-playtime-rule34-doey__faq-answer p {  margin: 0;  color: #555;  font-size: 1em;}/* Blog Section */.page-poppy-playtime-rule34-doey__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-rule34-doey__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;}.page-poppy-playtime-rule34-doey__blog-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-rule34-doey__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-poppy-playtime-rule34-doey__blog-content {  padding: 20px;}.page-poppy-playtime-rule34-doey__blog-card-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-poppy-playtime-rule34-doey__blog-card-title a {  color: #333;  text-decoration: none;  transition: color 0.3s ease;}.page-poppy-playtime-rule34-doey__blog-card-title a:hover {  color: #007bff;}.page-poppy-playtime-rule34-doey__blog-card-meta {  font-size: 0.85em;  color: #999;  margin-bottom: 10px;}.page-poppy-playtime-rule34-doey__blog-card-excerpt {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;}.page-poppy-playtime-rule34-doey__blog-card-link {  display: inline-block;  color: #007bff;  text-decoration: none;  font-weight: bold;  transition: color 0.3s ease;}.page-poppy-playtime-rule34-doey__blog-card-link:hover {  color: #0056b3;  text-decoration: underline;}/* Responsive adjustments */@media (max-width: 768px) {  .page-poppy-playtime-rule34-doey__hero-title {    font-size: 2em;  }  .page-poppy-playtime-rule34-doey__hero-description {    font-size: 1em;  }  .page-poppy-playtime-rule34-doey__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-poppy-playtime-rule34-doey__intro-title,  .page-poppy-playtime-rule34-doey__quick-access-title,  .page-poppy-playtime-rule34-doey__games-title,  .page-poppy-playtime-rule34-doey__promotions-title,  .page-poppy-playtime-rule34-doey__security-title,  .page-poppy-playtime-rule34-doey__faq-title,  .page-poppy-playtime-rule34-doey__blog-title {    font-size: 2em;  }  .page-poppy-playtime-rule34-doey__intro-text,  .page-poppy-playtime-rule34-doey__games-intro-text,  .page-poppy-playtime-rule34-doey__promotions-intro-text,  .page-poppy-playtime-rule34-doey__blog-intro-text {    font-size: 0.95em;  }  /* List items responsive - General for grid cards */  .page-poppy-playtime-rule34-doey__access-links-grid,  .page-poppy-playtime-rule34-doey__game-categories-grid,  .page-poppy-playtime-rule34-doey__promotion-grid,  .page-poppy-playtime-rule34-doey__security-features,  .page-poppy-playtime-rule34-doey__blog-grid {    grid-template-columns: 1fr; /* Single column layout */    gap: 20px;  }  .page-poppy-playtime-rule34-doey__access-link-button,  .page-poppy-playtime-rule34-doey__game-category-card,  .page-poppy-playtime-rule34-doey__promotion-card,  .page-poppy-playtime-rule34-doey__security-item,  .page-poppy-playtime-rule34-doey__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-rule34-doey__game-category-name,  .page-poppy-playtime-rule34-doey__promotion-name,  .page-poppy-playtime-rule34-doey__security-item-title,  .page-poppy-playtime-rule34-doey__blog-card-title {    font-size: 1.2em;  }  .page-poppy-playtime-rule34-doey__faq-question {    padding: 15px 20px;  }  .page-poppy-playtime-rule34-doey__faq-question-text {    font-size: 1em;  }  .page-poppy-playtime-rule34-doey__faq-answer {    padding: 0 20px;  }  .page-poppy-playtime-rule34-doey__faq-item.active .page-poppy-playtime-rule34-doey__faq-answer {    padding: 15px 20px !important;  }  .page-poppy-playtime-rule34-doey__provider-logos {    gap: 15px;  }  .page-poppy-playtime-rule34-doey__provider-logo {    height: 60px;  }  /* Ensure text wrapping */  .page-poppy-playtime-rule34-doey__hero-description,  .page-poppy-playtime-rule34-doey__intro-text,  .page-poppy-playtime-rule34-doey__game-category-description,  .page-poppy-playtime-rule34-doey__promotion-description,  .page-poppy-playtime-rule34-doey__security-item-description,  .page-poppy-playtime-rule34-doey__faq-answer p,  .page-poppy-playtime-rule34-doey__blog-card-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}@media (max-width: 480px) {  .page-poppy-playtime-rule34-doey__hero-title {    font-size: 1.7em;  }  .page-poppy-playtime-rule34-doey__intro-title,  .page-poppy-playtime-rule34-doey__quick-access-title,  .page-poppy-playtime-rule34-doey__games-title,  .page-poppy-playtime-rule34-doey__promotions-title,  .page-poppy-playtime-rule34-doey__security-title,  .page-poppy-playtime-rule34-doey__faq-title,  .page-poppy-playtime-rule34-doey__blog-title {    font-size: 1.8em;  }  .page-poppy-playtime-rule34-doey__hero-content {    padding: 15px;  }  .page-poppy-playtime-rule34-doey__access-link-button {    font-size: 0.9em;    padding: 10px 15px;  }  .page-poppy-playtime-rule34-doey__faq-question {    padding: 12px 15px;  }  .page-poppy-playtime-rule34-doey__faq-answer {    padding: 0 15px;  }  .page-poppy-playtime-rule34-doey__faq-item.active .page-poppy-playtime-rule34-doey__faq-answer {    padding: 10px 15px !important;  }}