/* General Styling */.page-poppy-playtime-for-androld {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f9fa;  padding-top: var(--header-offset, 122px); /* Fallback for body padding */} .page-poppy-playtime-for-androld * {  box-sizing: border-box;}/* Section Styling */.page-poppy-playtime-for-androld__hero-section,.page-poppy-playtime-for-androld__intro-section,.page-poppy-playtime-for-androld__quick-access-section,.page-poppy-playtime-for-androld__games-section,.page-poppy-playtime-for-androld__promo-section,.page-poppy-playtime-for-androld__security-section,.page-poppy-playtime-for-androld__faq-section,.page-poppy-playtime-for-androld__blog-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-poppy-playtime-for-androld__hero-section {  position: relative;  overflow: hidden;  display: flex;  align-items: center;  justify-content: center;  min-height: 500px;  color: #fff;  padding-top: 10px; /* Minimal padding-top for hero as body handles main offset */}.page-poppy-playtime-for-androld__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 */  max-width: 100%; /* Mobile responsive */}.page-poppy-playtime-for-androld__hero-content {  position: relative;  z-index: 2;  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 10px;}.page-poppy-playtime-for-androld__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #fff;  line-height: 1.2;}.page-poppy-playtime-for-androld__hero-subtitle {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-poppy-playtime-for-androld__hero-cta,.page-poppy-playtime-for-androld__intro-cta,.page-poppy-playtime-for-androld__quick-access-button,.page-poppy-playtime-for-androld__game-cta,.page-poppy-playtime-for-androld__promo-cta,.page-poppy-playtime-for-androld__security-cta,.page-poppy-playtime-for-androld__blog-read-more {  display: inline-block;  background-color: #ffcc00; /* Jiliasia brand color */  color: #1a1a1a;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-poppy-playtime-for-androld__hero-cta:hover,.page-poppy-playtime-for-androld__intro-cta:hover,.page-poppy-playtime-for-androld__quick-access-button:hover,.page-poppy-playtime-for-androld__game-cta:hover,.page-poppy-playtime-for-androld__promo-cta:hover,.page-poppy-playtime-for-androld__security-cta:hover,.page-poppy-playtime-for-androld__blog-read-more:hover {  background-color: #e6b800;}/* Partner/Supplier Logo Section */.page-poppy-playtime-for-androld__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 40px auto;  box-sizing: border-box;  background-color: #fff;  padding: 20px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);}.page-poppy-playtime-for-androld__providers-title {  width: 100%;  text-align: center;  margin-bottom: 20px;  font-size: 1.8em;  color: #1a1a1a;}.page-poppy-playtime-for-androld__logo-row {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;}.page-poppy-playtime-for-androld__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-for-androld__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Introduction Section */.page-poppy-playtime-for-androld__intro-section {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);  margin-top: 20px;}.page-poppy-playtime-for-androld__intro-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 20px;}.page-poppy-playtime-for-androld__intro-text {  font-size: 1.1em;  color: #555;  margin-bottom: 15px;  text-align: left;}.page-poppy-playtime-for-androld__intro-cta {  margin-top: 20px;}/* Quick Access Section */.page-poppy-playtime-for-androld__quick-access-section {  background-color: #f0f0f0;  border-radius: 8px;  margin-top: 20px;}.page-poppy-playtime-for-androld__quick-access-title {  color: #1a1a1a;  font-size: 1.8em;  margin-bottom: 30px;}.page-poppy-playtime-for-androld__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  justify-content: center;}.page-poppy-playtime-for-androld__quick-access-button {  background-color: #28a745;  color: #fff;  padding: 15px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  font-size: 1.1em;}.page-poppy-playtime-for-androld__quick-access-button:hover {  background-color: #218838;}/* Game Categories Section */.page-poppy-playtime-for-androld__games-section {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);  margin-top: 20px;}.page-poppy-playtime-for-androld__games-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 30px;}.page-poppy-playtime-for-androld__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-poppy-playtime-for-androld__game-card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0,0,0,0.1);  text-align: left;  display: flex;  flex-direction: column;  height: 100%;}.page-poppy-playtime-for-androld__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */}.page-poppy-playtime-for-androld__game-name {  font-size: 1.5em;  color: #1a1a1a;  padding: 15px 15px 5px;}.page-poppy-playtime-for-androld__game-description {  font-size: 0.95em;  color: #666;  padding: 0 15px 15px;  flex-grow: 1;}.page-poppy-playtime-for-androld__game-cta {  background-color: #007bff;  color: #fff;  display: block;  text-align: center;  padding: 10px 15px;  border-radius: 0 0 8px 8px;  margin-top: auto; /* Push to bottom */}.page-poppy-playtime-for-androld__game-cta:hover {  background-color: #0056b3;}/* Promotions Section */.page-poppy-playtime-for-androld__promo-section {  background-color: #f0f0f0;  border-radius: 8px;  margin-top: 20px;}.page-poppy-playtime-for-androld__promo-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 30px;}.page-poppy-playtime-for-androld__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-poppy-playtime-for-androld__promo-card {  background-color: #fff;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0,0,0,0.1);  text-align: left;  display: flex;  flex-direction: column;  height: 100%;}.page-poppy-playtime-for-androld__promo-image {  width: 100%;  height: 180px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */}.page-poppy-playtime-for-androld__promo-name {  font-size: 1.4em;  color: #1a1a1a;  padding: 15px 15px 5px;}.page-poppy-playtime-for-androld__promo-description {  font-size: 0.95em;  color: #666;  padding: 0 15px 15px;  flex-grow: 1;}.page-poppy-playtime-for-androld__promo-cta {  background-color: #ffcc00;  color: #1a1a1a;  display: block;  text-align: center;  padding: 10px 15px;  border-radius: 0 0 8px 8px;  margin-top: auto;}.page-poppy-playtime-for-androld__promo-cta:hover {  background-color: #e6b800;}/* Security Section */.page-poppy-playtime-for-androld__security-section {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);  margin-top: 20px;}.page-poppy-playtime-for-androld__security-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 30px;}.page-poppy-playtime-for-androld__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-poppy-playtime-for-androld__security-item {  text-align: center;  padding: 20px;  background-color: #f9f9f9;  border-radius: 8px;  box-shadow: 0 1px 5px rgba(0,0,0,0.05);}.page-poppy-playtime-for-androld__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%; /* Mobile responsive */}.page-poppy-playtime-for-androld__security-name {  font-size: 1.3em;  color: #1a1a1a;  margin-bottom: 10px;}.page-poppy-playtime-for-androld__security-description {  font-size: 0.95em;  color: #666;}.page-poppy-playtime-for-androld__security-cta {  margin-top: 30px;  background-color: #6c757d;}.page-poppy-playtime-for-androld__security-cta:hover {  background-color: #5a6268;}/* FAQ Section */.page-poppy-playtime-for-androld__faq-section {  background-color: #f0f0f0;  border-radius: 8px;  margin-top: 20px;  text-align: left;}.page-poppy-playtime-for-androld__faq-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 30px;  text-align: center;}.page-poppy-playtime-for-androld__faq-list {  max-width: 800px;  margin: 0 auto;}.page-poppy-playtime-for-androld__faq-item {  background-color: #fff;  margin-bottom: 10px;  border-radius: 8px;  box-shadow: 0 1px 5px rgba(0,0,0,0.05);  overflow: hidden;}.page-poppy-playtime-for-androld__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #fefefe;  border-bottom: 1px solid #eee;  transition: background-color 0.3s ease;  user-select: none;}.page-poppy-playtime-for-androld__faq-question:hover {  background-color: #f5f5f5;}.page-poppy-playtime-for-androld__faq-question-text {  font-size: 1.1em;  color: #1a1a1a;  margin: 0;  pointer-events: none; /* Prevent text from blocking click */}.page-poppy-playtime-for-androld__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #ffcc00;  pointer-events: none; /* Prevent icon from blocking click */  transition: transform 0.3s ease;}.page-poppy-playtime-for-androld__faq-item.active .page-poppy-playtime-for-androld__faq-toggle {  transform: rotate(45deg); /* Changes + to X or - */  color: #1a1a1a;}.page-poppy-playtime-for-androld__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  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;  font-size: 0.95em;  text-align: left;}.page-poppy-playtime-for-androld__faq-item.active .page-poppy-playtime-for-androld__faq-answer {  max-height: 2000px !important;  padding: 20px 20px !important;  opacity: 1;}.page-poppy-playtime-for-androld__faq-answer p {  margin: 0;}/* Blog Section */.page-poppy-playtime-for-androld__blog-section {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);  margin-top: 20px;}.page-poppy-playtime-for-androld__blog-title {  color: #1a1a1a;  font-size: 2em;  margin-bottom: 30px;}.page-poppy-playtime-for-androld__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-poppy-playtime-for-androld__blog-card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0,0,0,0.1);  text-align: left;  display: flex;  flex-direction: column;  height: 100%;}.page-poppy-playtime-for-androld__blog-image {  width: 100%;  height: 180px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */}.page-poppy-playtime-for-androld__blog-content {  padding: 15px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-poppy-playtime-for-androld__blog-post-title {  font-size: 1.3em;  color: #1a1a1a;  margin-bottom: 10px;}.page-poppy-playtime-for-androld__blog-excerpt {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;  flex-grow: 1;}.page-poppy-playtime-for-androld__blog-read-more {  background-color: #17a2b8;  color: #fff;  display: inline-block;  text-align: center;  padding: 8px 15px;  border-radius: 5px;  margin-top: auto;}.page-poppy-playtime-for-androld__blog-read-more:hover {  background-color: #138496;}/* Responsive Design */@media (max-width: 768px) {  .page-poppy-playtime-for-androld {    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */  }  .page-poppy-playtime-for-androld__hero-section,  .page-poppy-playtime-for-androld__intro-section,  .page-poppy-playtime-for-androld__quick-access-section,  .page-poppy-playtime-for-androld__games-section,  .page-poppy-playtime-for-androld__promo-section,  .page-poppy-playtime-for-androld__security-section,  .page-poppy-playtime-for-androld__faq-section,  .page-poppy-playtime-for-androld__blog-section {    padding: 30px 15px;  }  .page-poppy-playtime-for-androld__hero-title {    font-size: 2em;  }  .page-poppy-playtime-for-androld__hero-subtitle {    font-size: 1em;  }  .page-poppy-playtime-for-androld__hero-cta {    padding: 10px 20px;    font-size: 0.9em;  }  .page-poppy-playtime-for-androld__providers-title,  .page-poppy-playtime-for-androld__intro-title,  .page-poppy-playtime-for-androld__quick-access-title,  .page-poppy-playtime-for-androld__games-title,  .page-poppy-playtime-for-androld__promo-title,  .page-poppy-playtime-for-androld__security-title,  .page-poppy-playtime-for-androld__faq-title,  .page-poppy-playtime-for-androld__blog-title {    font-size: 1.5em;  }  /* Partner Logo Section Mobile */  .page-poppy-playtime-for-androld__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 15px;  }  .page-poppy-playtime-for-androld__payment-logo,  .page-poppy-playtime-for-androld__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-poppy-playtime-for-androld__intro-text {    font-size: 1em;  }  .page-poppy-playtime-for-androld__quick-access-grid {    grid-template-columns: 1fr;  }  .page-poppy-playtime-for-androld__quick-access-button {    font-size: 1em;    padding: 12px 15px;  }  .page-poppy-playtime-for-androld__game-categories,  .page-poppy-playtime-for-androld__promo-grid,  .page-poppy-playtime-for-androld__security-grid,  .page-poppy-playtime-for-androld__blog-grid {    grid-template-columns: 1fr;  }  .page-poppy-playtime-for-androld__game-name,  .page-poppy-playtime-for-androld__promo-name,  .page-poppy-playtime-for-androld__security-name,  .page-poppy-playtime-for-androld__blog-post-title {    font-size: 1.2em;  }  .page-poppy-playtime-for-androld__game-description,  .page-poppy-playtime-for-androld__promo-description,  .page-poppy-playtime-for-androld__security-description,  .page-poppy-playtime-for-androld__blog-excerpt {    font-size: 0.9em;  }  /* List item responsive requirements - General for all lists */  .page-poppy-playtime-for-androld ul,  .page-poppy-playtime-for-androld ol {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-for-androld li {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding-left: 10px !important; /* Adjust padding for smaller screens */    padding-right: 10px !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* Images responsive requirements */  .page-poppy-playtime-for-androld img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-for-androld__game-image,  .page-poppy-playtime-for-androld__promo-image,  .page-poppy-playtime-for-androld__security-icon,  .page-poppy-playtime-for-androld__blog-image {    height: auto !important; /* Override fixed height for responsiveness */    min-height: 150px; /* Ensure images are not too small */  }  /* FAQ Mobile adjustments */  .page-poppy-playtime-for-androld__faq-question {    padding: 12px 15px;  }  .page-poppy-playtime-for-androld__faq-question-text {    font-size: 1em;  }  .page-poppy-playtime-for-androld__faq-answer {    padding: 0 15px;  }  .page-poppy-playtime-for-androld__faq-item.active .page-poppy-playtime-for-androld__faq-answer {    padding: 15px 15px !important;  }}