.page-blog-best-poki-jogos-de-2-games {
  font-family: 'Roboto', sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Body Background */
  line-height: 1.6;
}

.page-blog-best-poki-jogos-de-2-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-best-poki-jogos-de-2-games__section {
  padding: 60px 0;
}

.page-blog-best-poki-jogos-de-2-games__section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #F2C14E; /* Primary Color */
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-best-poki-jogos-de-2-games__main-title {
  text-align: center;
  font-weight: 700;
  color: #F2C14E;
  line-height: 1.2;
  max-width: 900px;
  margin: 20px auto 15px auto;
  font-size: clamp(28px, 4vw, 48px);
}

.page-blog-best-poki-jogos-de-2-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(180deg, #0A0A0A 0%, #111111 100%);
}

.page-blog-best-poki-jogos-de-2-games__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-best-poki-jogos-de-2-games__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-best-poki-jogos-de-2-games__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-best-poki-jogos-de-2-games__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-best-poki-jogos-de-2-games__hero-description {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFF6D6;
}

.page-blog-best-poki-jogos-de-2-games__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-best-poki-jogos-de-2-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-best-poki-jogos-de-2-games__cta-button--small {
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 15px;
}

.page-blog-best-poki-jogos-de-2-games__introduction p,
.page-blog-best-poki-jogos-de-2-games__conclusion p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-best-poki-jogos-de-2-games__game-category {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-best-poki-jogos-de-2-games__category-title {
  font-size: 28px;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-best-poki-jogos-de-2-games__game-category p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-best-poki-jogos-de-2-games__game-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-best-poki-jogos-de-2-games__game-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #FFF6D6;
}

.page-blog-best-poki-jogos-de-2-games__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin-top: 25px;
  object-fit: cover;
  border: 1px solid #3A2A12;
}

.page-blog-best-poki-jogos-de-2-games__strategy-card,
.page-blog-best-poki-jogos-de-2-games__bonus-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-best-poki-jogos-de-2-games__card-title {
  font-size: 24px;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-best-poki-jogos-de-2-games__strategy-card p,
.page-blog-best-poki-jogos-de-2-games__bonus-card p {
  font-size: 16px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-best-poki-jogos-de-2-games__checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-best-poki-jogos-de-2-games__checklist li {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  padding: 18px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-best-poki-jogos-de-2-games__checklist li::before {
  content: '✔';
  color: #FFD36B; /* Auxiliary Color */
  font-weight: bold;
  margin-right: 15px;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.page-blog-best-poki-jogos-de-2-games__checklist a {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-best-poki-jogos-de-2-games__safety-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-best-poki-jogos-de-2-games__safety-list li {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  padding: 18px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-best-poki-jogos-de-2-games__safety-list li::before {
  content: '🔒';
  margin-right: 15px;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

/* FAQ styles */
details.page-blog-best-poki-jogos-de-2-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #111111; /* Card BG */
}
details.page-blog-best-poki-jogos-de-2-games__faq-item summary.page-blog-best-poki-jogos-de-2-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF6D6;
}
details.page-blog-best-poki-jogos-de-2-games__faq-item summary.page-blog-best-poki-jogos-de-2-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-best-poki-jogos-de-2-games__faq-item summary.page-blog-best-poki-jogos-de-2-games__faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}
.page-blog-best-poki-jogos-de-2-games__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6;
}
.page-blog-best-poki-jogos-de-2-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD36B; /* Auxiliary Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-best-poki-jogos-de-2-games__faq-item .page-blog-best-poki-jogos-de-2-games__faq-answer {
  padding: 0 20px 20px;
  background: rgba(0, 0, 0, 0.1); /* Slightly lighter than card BG for contrast */
  border-radius: 0 0 5px 5px;
  color: #FFF6D6;
  font-size: 16px;
  text-align: justify;
}
details.page-blog-best-poki-jogos-de-2-games__faq-item .page-blog-best-poki-jogos-de-2-games__faq-answer p {
  margin-bottom: 10px;
  color: #FFF6D6;
}
details.page-blog-best-poki-jogos-de-2-games__faq-item .page-blog-best-poki-jogos-de-2-games__faq-answer a {
  color: #FFD36B;
  text-decoration: underline;
}

/* General text styles for better readability */
.page-blog-best-poki-jogos-de-2-games h1, .page-blog-best-poki-jogos-de-2-games h2, .page-blog-best-poki-jogos-de-2-games h3, .page-blog-best-poki-jogos-de-2-games h4, .page-blog-best-poki-jogos-de-2-games h5, .page-blog-best-poki-jogos-de-2-games h6 {
  color: #F2C14E; /* Primary Color for headings */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-best-poki-jogos-de-2-games p {
  margin-bottom: 15px;
  color: #FFF6D6;
}

.page-blog-best-poki-jogos-de-2-games strong {
  color: #FFD36B;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-best-poki-jogos-de-2-games__main-title {
    font-size: clamp(26px, 5vw, 42px);
  }
  .page-blog-best-poki-jogos-de-2-games__section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .page-blog-best-poki-jogos-de-2-games {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-best-poki-jogos-de-2-games__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-best-poki-jogos-de-2-games__hero-image img {
    border-radius: 8px;
  }
  .page-blog-best-poki-jogos-de-2-games__main-title {
    font-size: clamp(24px, 6vw, 36px);
  }
  .page-blog-best-poki-jogos-de-2-games__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-blog-best-poki-jogos-de-2-games__cta-button {
    padding: 12px 30px;
    font-size: 18px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-best-poki-jogos-de-2-games__cta-button--small {
    font-size: 15px;
    padding: 10px 25px;
  }
  .page-blog-best-poki-jogos-de-2-games__section {
    padding: 40px 0;
  }
  .page-blog-best-poki-jogos-de-2-games__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-blog-best-poki-jogos-de-2-games__container {
    padding: 0 15px;
  }
  .page-blog-best-poki-jogos-de-2-games__game-category,
  .page-blog-best-poki-jogos-de-2-games__strategy-card,
  .page-blog-best-poki-jogos-de-2-games__bonus-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-blog-best-poki-jogos-de-2-games__category-title {
    font-size: 24px;
  }
  .page-blog-best-poki-jogos-de-2-games__card-title {
    font-size: 20px;
  }
  .page-blog-best-poki-jogos-de-2-games__game-category p,
  .page-blog-best-poki-jogos-de-2-games__game-list li,
  .page-blog-best-poki-jogos-de-2-games__strategy-card p,
  .page-blog-best-poki-jogos-de-2-games__bonus-card p,
  .page-blog-best-poki-jogos-de-2-games__checklist li,
  .page-blog-best-poki-jogos-de-2-games__safety-list li,
  details.page-blog-best-poki-jogos-de-2-games__faq-item .page-blog-best-poki-jogos-de-2-games__faq-answer p {
    font-size: 15px;
  }
  .page-blog-best-poki-jogos-de-2-games__checklist li,
  .page-blog-best-poki-jogos-de-2-games__safety-list li {
    padding: 15px 20px;
  }
  .page-blog-best-poki-jogos-de-2-games__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  details.page-blog-best-poki-jogos-de-2-games__faq-item summary.page-blog-best-poki-jogos-de-2-games__faq-question { padding: 15px; }
  .page-blog-best-poki-jogos-de-2-games__faq-qtext { font-size: 16px; }
  .page-blog-best-poki-jogos-de-2-games__faq-toggle { font-size: 20px; }
  details.page-blog-best-poki-jogos-de-2-games__faq-item .page-blog-best-poki-jogos-de-2-games__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-best-poki-jogos-de-2-games__cta-buttons,
  .page-blog-best-poki-jogos-de-2-games__button-group,
  .page-blog-best-poki-jogos-de-2-games__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-best-poki-jogos-de-2-games__section,
  .page-blog-best-poki-jogos-de-2-games__card,
  .page-blog-best-poki-jogos-de-2-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}