/* style/blog-how-to-choose-win55-best-games.css */
.page-blog-how-to-choose-win55-best-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-win55-best-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F; /* Ensure dark background */
  overflow: hidden;
}

.page-blog-how-to-choose-win55-best-games__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-choose-win55-best-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-win55-best-games__hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-how-to-choose-win55-best-games__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-choose-win55-best-games__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-win55-best-games__content-area,
.page-blog-how-to-choose-win55-best-games__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #08160F; /* Ensure dark background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-win55-best-games__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2FFF6;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-choose-win55-best-games__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-choose-win55-best-games__text-block p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-win55-best-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  max-width: 1000px;
}

.page-blog-how-to-choose-win55-best-games__btn-primary,
.page-blog-how-to-choose-win55-best-games__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-win55-best-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main for buttons */
  border: none;
  margin: 10px;
}

.page-blog-how-to-choose-win55-best-games__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-win55-best-games__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for border */
  border: 2px solid #2AD16F; /* Border color */
  margin: 10px;
}

.page-blog-how-to-choose-win55-best-games__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-win55-best-games__cta-section {
  background-color: #11271B; /* Card BG */
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-win55-best-games__cta-title {
  font-size: clamp(1.6em, 3vw, 2.2em);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-choose-win55-best-games__cta-description {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-win55-best-games__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-choose-win55-best-games__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-win55-best-games__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-win55-best-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  list-style: none;
  user-select: none;
}

.page-blog-how-to-choose-win55-best-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-win55-best-games__faq-toggle {
  font-size: 1.5em;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-win55-best-games__faq-item[open] .page-blog-how-to-choose-win55-best-games__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-win55-best-games__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-how-to-choose-win55-best-games__conclusion-text {
  font-size: 1.1em;
  color: #A7D9B8;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-win55-best-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-win55-best-games__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-choose-win55-best-games__hero-content,
  .page-blog-how-to-choose-win55-best-games__content-area,
  .page-blog-how-to-choose-win55-best-games__cta-section,
  .page-blog-how-to-choose-win55-best-games__conclusion-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-win55-best-games__hero-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-win55-best-games__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-win55-best-games__section-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-choose-win55-best-games__sub-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-win55-best-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-win55-best-games__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .page-blog-how-to-choose-win55-best-games__btn-primary,
  .page-blog-how-to-choose-win55-best-games__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-choose-win55-best-games__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-win55-best-games__faq-answer {
    padding: 0 20px 15px;
  }
}