.page-poppy-playtime-rule-33 {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #1a1a2e;
  line-height: 1.6;
}
.page-poppy-playtime-rule-33__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__container {
    padding: 15px;
  }
}
.page-poppy-playtime-rule-33__section-title {
  font-size: 2.5em;
  color: #e94560;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
}
.page-poppy-playtime-rule-33__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__text-content {
    font-size: 1em;
    text-align: left;
  }
}
.page-poppy-playtime-rule-33__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Assuming body handles var(--header-offset) */
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__hero-section {
    height: 400px;
  }
}
.page-poppy-playtime-rule-33__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.page-poppy-playtime-rule-33__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-poppy-playtime-rule-33__hero-content {
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}
.page-poppy-playtime-rule-33__hero-title {
  font-size: 3.5em;
  color: #f0f0f0;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__hero-title {
    font-size: 2.2em;
  }
}
.page-poppy-playtime-rule-33__hero-subtitle {
  font-size: 1.5em;
  color: #a0a0a0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__hero-subtitle {
    font-size: 1.1em;
  }
}
.page-poppy-playtime-rule-33__cta-button {
  display: inline-block;
  background-color: #e94560;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}
.page-poppy-playtime-rule-33__cta-button:hover {
  background-color: #ff6a81;
}
.page-poppy-playtime-rule-33__introduction-section {
  padding: 60px 0;
  background-color: #16213e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__introduction-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__quick-access-section {
  padding: 60px 0;
  background-color: #1a1a2e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__quick-access-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.page-poppy-playtime-rule-33__access-button {
  display: block;
  background-color: #0f3460;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.page-poppy-playtime-rule-33__access-button:hover {
  background-color: #1a4d8c;
  transform: translateY(-5px);
}
.page-poppy-playtime-rule-33__games-section {
  padding: 60px 0;
  background-color: #16213e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__games-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-poppy-playtime-rule-33__game-card {
  background-color: #0f3460;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.page-poppy-playtime-rule-33__game-card:hover {
  transform: translateY(-10px);
}
.page-poppy-playtime-rule-33__game-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  border-bottom: 3px solid #e94560;
}
.page-poppy-playtime-rule-33__game-card h3 {
  font-size: 1.8em;
  color: #e94560;
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__game-card p {
  font-size: 1em;
  color: #a0a0a0;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__game-providers {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__game-providers img {
  height: 40px; /* gamelogo type does not have width/height in placeholder */
  max-width: 80px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.8);
}
.page-poppy-playtime-rule-33__promotions-section {
  padding: 60px 0;
  background-color: #1a1a2e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__promotions-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-poppy-playtime-rule-33__promo-card {
  background-color: #0f3460;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}
.page-poppy-playtime-rule-33__promo-card:hover {
  transform: translateY(-10px);
}
.page-poppy-playtime-rule-33__promo-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  border-bottom: 3px solid #e94560;
}
.page-poppy-playtime-rule-33__promo-card h3 {
  font-size: 1.8em;
  color: #e94560;
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__promo-card p {
  font-size: 1em;
  color: #a0a0a0;
  margin-bottom: 20px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__promo-button {
  display: inline-block;
  background-color: #e94560;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.page-poppy-playtime-rule-33__promo-button:hover {
  background-color: #ff6a81;
}
.page-poppy-playtime-rule-33__security-section {
  padding: 60px 0;
  background-color: #16213e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__security-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__security-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.page-poppy-playtime-rule-33__security-item {
  background-color: #0f3460;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__security-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.page-poppy-playtime-rule-33__security-icon {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 5px;
}
.page-poppy-playtime-rule-33__security-item h3 {
  font-size: 1.8em;
  color: #e94560;
  margin-bottom: 15px;
}
.page-poppy-playtime-rule-33__security-item p {
  font-size: 1em;
  color: #a0a0a0;
}
.page-poppy-playtime-rule-33__faq-section {
  padding: 60px 0;
  background-color: #1a1a2e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__faq-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-poppy-playtime-rule-33__faq-item {
  background-color: #0f3460;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.page-poppy-playtime-rule-33__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  user-select: none;
  background-color: #0f3460;
  color: #f0f0f0;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.page-poppy-playtime-rule-33__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  pointer-events: none;
  color: #e94560;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-poppy-playtime-rule-33__faq-question h3 {
    font-size: 1em;
  }
}
.page-poppy-playtime-rule-33__faq-question:hover {
  background-color: #1a4d8c;
}
.page-poppy-playtime-rule-33__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  pointer-events: none;
  transition: transform 0.3s ease;
  color: #f0f0f0;
}
.page-poppy-playtime-rule-33__faq-item.active .page-poppy-playtime-rule-33__faq-toggle {
  transform: rotate(45deg);
}
.page-poppy-playtime-rule-33__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  color: #a0a0a0;
}
.page-poppy-playtime-rule-33__faq-item.active .page-poppy-playtime-rule-33__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__faq-item.active .page-poppy-playtime-rule-33__faq-answer {
    padding: 15px !important;
  }
}
.page-poppy-playtime-rule-33__blog-section {
  padding: 60px 0;
  background-color: #16213e;
}
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__blog-section {
    padding: 40px 0;
  }
}
.page-poppy-playtime-rule-33__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-poppy-playtime-rule-33__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-poppy-playtime-rule-33__blog-card:hover {
  transform: translateY(-10px);
}
.page-poppy-playtime-rule-33__blog-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  border-bottom: 3px solid #e94560;
}
.page-poppy-playtime-rule-33__blog-card h3 {
  font-size: 1.5em;
  color: #e94560;
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__blog-card p {
  font-size: 0.95em;
  color: #a0a0a0;
  margin-bottom: 20px;
  padding: 0 15px;
}
.page-poppy-playtime-rule-33__blog-button {
  display: inline-block;
  background-color: #e94560;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.page-poppy-playtime-rule-33__blog-button:hover {
  background-color: #ff6a81;
}
/* Mobile responsiveness for list items, ensuring box-sizing and width */
@media (max-width: 768px) {
  .page-poppy-playtime-rule-33__faq-list, .page-poppy-playtime-rule-33__blog-grid, .page-poppy-playtime-rule-33__promo-grid, .page-poppy-playtime-rule-33__game-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-poppy-playtime-rule-33__faq-item, .page-poppy-playtime-rule-33__blog-card, .page-poppy-playtime-rule-33__promo-card, .page-poppy-playtime-rule-33__game-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-poppy-playtime-rule-33__faq-question h3, .page-poppy-playtime-rule-33__faq-answer p, .page-poppy-playtime-rule-33__blog-card h3, .page-poppy-playtime-rule-33__blog-card p, .page-poppy-playtime-rule-33__promo-card h3, .page-poppy-playtime-rule-33__promo-card p, .page-poppy-playtime-rule-33__game-card h3, .page-poppy-playtime-rule-33__game-card p {
    word-break: break-word !important;
  }
  .page-poppy-playtime-rule-33__hero-image, .page-poppy-playtime-rule-33__game-image, .page-poppy-playtime-rule-33__promo-image, .page-poppy-playtime-rule-33__security-icon, .page-poppy-playtime-rule-33__blog-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}