:root {  --page-primary-color: #ffcc00; /* Gold/Yellow for casino feel */  --page-secondary-color: #333;  --page-text-color: #eee;  --page-dark-bg: #1a1a1a;  --page-light-bg: #2a2a2a;  --page-accent-color: #ff4500; /* Orange-red for highlights */  --page-border-radius: 8px;  --page-spacing-unit: 20px;}.page-player-poppy-playtime-no-grabpack {  font-family: 'Arial', sans-serif;  color: var(--page-text-color);  background-color: var(--page-dark-bg);  line-height: 1.6;  overflow-x: hidden; /* Prevent horizontal scroll */}.page-player-poppy-playtime-no-grabpack__container {  max-width: 1200px;  margin: 0 auto;  padding: var(--page-spacing-unit);  box-sizing: border-box;}.page-player-poppy-playtime-no-grabpack__hero-section {  position: relative;  width: 100%;  height: 60vh; /* Responsive height */  min-height: 400px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  background: url('[GALLERY:hero:1920x1080:poppy_playtime,horror_game,challenge,dark]') no-repeat center center/cover;  padding-top: 10px; /* Small decorative padding, assuming body has header offset */  box-sizing: border-box;}.page-player-poppy-playtime-no-grabpack__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.7);  z-index: 1;}.page-player-poppy-playtime-no-grabpack__hero-content {  position: relative;  z-index: 2;  max-width: 800px;  padding: var(--page-spacing-unit);}.page-player-poppy-playtime-no-grabpack__hero-title {  font-size: 3.5em;  color: var(--page-primary-color);  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  line-height: 1.2;}.page-player-poppy-playtime-no-grabpack__hero-subtitle {  font-size: 1.5em;  color: var(--page-text-color);  margin-bottom: 30px;}.page-player-poppy-playtime-no-grabpack__hero-button,.page-player-poppy-playtime-no-grabpack__cta-button {  display: inline-block;  background-color: var(--page-accent-color);  color: #fff;  padding: 15px 30px;  border-radius: var(--page-border-radius);  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-player-poppy-playtime-no-grabpack__hero-button:hover,.page-player-poppy-playtime-no-grabpack__cta-button:hover {  background-color: #e63900;  transform: translateY(-3px);}.page-player-poppy-playtime-no-grabpack__section-title {  font-size: 2.5em;  color: var(--page-primary-color);  text-align: center;  margin-bottom: 40px;  padding-top: var(--page-spacing-unit);}.page-player-poppy-playtime-no-grabpack__introduction-section,.page-player-poppy-playtime-no-grabpack__strategies-section,.page-player-poppy-playtime-no-grabpack__cta-section,.page-player-poppy-playtime-no-grabpack__faq-section {  padding: 60px 0;  background-color: var(--page-light-bg);  margin-bottom: 0; /* Ensure no extra margin */}.page-player-poppy-playtime-no-grabpack__introduction-section {  background-color: var(--page-dark-bg);}.page-player-poppy-playtime-no-grabpack__text-content {  font-size: 1.1em;  margin-bottom: 20px;  text-align: justify;}.page-player-poppy-playtime-no-grabpack__strategy-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: var(--page-spacing-unit);}.page-player-poppy-playtime-no-grabpack__strategy-card {  background-color: var(--page-dark-bg);  border-radius: var(--page-border-radius);  padding: var(--page-spacing-unit);  text-align: center;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;}.page-player-poppy-playtime-no-grabpack__strategy-card:hover {  transform: translateY(-5px);}.page-player-poppy-playtime-no-grabpack__strategy-image {  max-width: 100%;  height: auto;  border-radius: var(--page-border-radius);  margin-bottom: 15px;  max-height: 250px; /* Limit image height */  object-fit: cover;  box-sizing: border-box; /* Required for responsive images */}.page-player-poppy-playtime-no-grabpack__card-title {  font-size: 1.5em;  color: var(--page-primary-color);  margin-bottom: 10px;}.page-player-poppy-playtime-no-grabpack__card-text {  font-size: 1em;  color: var(--page-text-color);}.page-player-poppy-playtime-no-grabpack__cta-section {  text-align: center;  background-color: var(--page-accent-color);  color: #fff;}.page-player-poppy-playtime-no-grabpack__cta-title {  font-size: 2.8em;  margin-bottom: 20px;  color: #fff;}.page-player-poppy-playtime-no-grabpack__cta-description {  font-size: 1.2em;  margin-bottom: 30px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-player-poppy-playtime-no-grabpack__faq-list {  margin-top: 30px;}.page-player-poppy-playtime-no-grabpack__faq-item {  background-color: var(--page-dark-bg);  border-radius: var(--page-border-radius);  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);}.page-player-poppy-playtime-no-grabpack__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: var(--page-secondary-color);  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-player-poppy-playtime-no-grabpack__faq-question:hover {  background-color: #444;}.page-player-poppy-playtime-no-grabpack__faq-title {  font-size: 1.2em;  color: var(--page-primary-color);  margin: 0;  pointer-events: none; /* Allow click on parent div */}.page-player-poppy-playtime-no-grabpack__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--page-primary-color);  pointer-events: none; /* Allow click on parent div */  transition: transform 0.3s ease;}.page-player-poppy-playtime-no-grabpack__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px; /* Adjusted padding for collapsed state */  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-player-poppy-playtime-no-grabpack__faq-item.active .page-player-poppy-playtime-no-grabpack__faq-answer {  max-height: 2000px !important; /* Use !important as required */  padding: 20px 20px !important; /* Use !important as required */  opacity: 1;}.page-player-poppy-playtime-no-grabpack__faq-text {  font-size: 1em;  color: var(--page-text-color);  margin: 0;  text-align: justify;}/* Responsive adjustments */@media (max-width: 768px) {  .page-player-poppy-playtime-no-grabpack__hero-section {    height: 50vh;    min-height: 300px;  }  .page-player-poppy-playtime-no-grabpack__hero-title {    font-size: 2.5em;  }  .page-player-poppy-playtime-no-grabpack__hero-subtitle {    font-size: 1.2em;  }  .page-player-poppy-playtime-no-grabpack__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-player-poppy-playtime-no-grabpack__cta-title {    font-size: 2em;  }  .page-player-poppy-playtime-no-grabpack__cta-description {    font-size: 1em;  }  .page-player-poppy-playtime-no-grabpack__strategy-grid {    grid-template-columns: 1fr;  }  .page-player-poppy-playtime-no-grabpack__container {    padding: var(--page-spacing-unit) 15px; /* Adjust container padding */  }  /* List item responsiveness for strategy cards */  .page-player-poppy-playtime-no-grabpack__strategy-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 15px; /* Reduce padding for smaller screens */  }  .page-player-poppy-playtime-no-grabpack__strategy-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* FAQ list item responsiveness */  .page-player-poppy-playtime-no-grabpack__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-player-poppy-playtime-no-grabpack__faq-question {    padding: 12px 15px; /* Adjust padding */  }  .page-player-poppy-playtime-no-grabpack__faq-title {    font-size: 1.1em;  }  .page-player-poppy-playtime-no-grabpack__faq-answer {    padding: 0 15px; /* Adjust padding for collapsed state */  }  .page-player-poppy-playtime-no-grabpack__faq-item.active .page-player-poppy-playtime-no-grabpack__faq-answer {    padding: 15px 15px !important; /* Adjust padding for expanded state */  }  .page-player-poppy-playtime-no-grabpack__faq-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}@media (max-width: 480px) {  .page-player-poppy-playtime-no-grabpack__hero-title {    font-size: 2em;  }  .page-player-poppy-playtime-no-grabpack__hero-subtitle {    font-size: 1em;  }  .page-player-poppy-playtime-no-grabpack__hero-button,  .page-player-poppy-playtime-no-grabpack__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-player-poppy-playtime-no-grabpack__section-title {    font-size: 1.8em;  }  .page-player-poppy-playtime-no-grabpack__cta-title {    font-size: 1.8em;  }}