.page-blog-how-to-choose-iwni-game {
  font-family: 'Roboto', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-how-to-choose-iwni-game__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background-color: #F4F7FB;
  overflow: hidden;
}

.page-blog-how-to-choose-iwni-game__hero-image-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-iwni-game__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-iwni-game__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-choose-iwni-game__main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.page-blog-how-to-choose-iwni-game__description {
  font-size: 18px;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}

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

.page-blog-how-to-choose-iwni-game__btn-primary,
.page-blog-how-to-choose-iwni-game__btn-secondary,
.page-blog-how-to-choose-iwni-game__btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-iwni-game__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-how-to-choose-iwni-game__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-choose-iwni-game__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-choose-iwni-game__btn-secondary:hover {
  background: #f0f5ff;
  color: #1a4fcc;
  border-color: #1a4fcc;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-iwni-game__btn-tertiary {
  background: #f0f5ff;
  color: #2F6BFF;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
}

.page-blog-how-to-choose-iwni-game__btn-tertiary:hover {
  background: #e0eaff;
  color: #1a4fcc;
}

.page-blog-how-to-choose-iwni-game__section {
  padding: 80px 0;
  background-color: #F4F7FB;
}

.page-blog-how-to-choose-iwni-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-iwni-game__section-title {
  font-size: 38px;
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-how-to-choose-iwni-game__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #1F2D3D; /* Text Main */
}

.page-blog-how-to-choose-iwni-game__article-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-iwni-game__article-body p {
  margin-bottom: 20px;
}

.page-blog-how-to-choose-iwni-game__article-body a {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-how-to-choose-iwni-game__article-body a:hover {
  color: #1a4fcc;
}

.page-blog-how-to-choose-iwni-game__article-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-how-to-choose-iwni-game__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-iwni-game__game-card {
  background: #ffffff; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-how-to-choose-iwni-game__game-card a {
  text-decoration: none;
  color: inherit;
}

.page-blog-how-to-choose-iwni-game__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-iwni-game__game-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-how-to-choose-iwni-game__game-card p {
  font-size: 15px;
  color: #1F2D3D;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-how-to-choose-iwni-game__ordered-list,
.page-blog-how-to-choose-iwni-game__unordered-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 900px;
}

.page-blog-how-to-choose-iwni-game__ordered-list li,
.page-blog-how-to-choose-iwni-game__unordered-list li {
  background: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-choose-iwni-game__list-title {
  font-size: 22px;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-iwni-game__list-title + p {
  font-size: 16px;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
}

.page-blog-how-to-choose-iwni-game__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-how-to-choose-iwni-game__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

details.page-blog-how-to-choose-iwni-game__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page-blog-how-to-choose-iwni-game__faq-item summary.page-blog-how-to-choose-iwni-game__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;
}

details.page-blog-how-to-choose-iwni-game__faq-item summary.page-blog-how-to-choose-iwni-game__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-choose-iwni-game__faq-item summary.page-blog-how-to-choose-iwni-game__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-how-to-choose-iwni-game__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}

.page-blog-how-to-choose-iwni-game__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-how-to-choose-iwni-game__faq-item .page-blog-how-to-choose-iwni-game__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

.page-blog-how-to-choose-iwni-game__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-iwni-game__main-title {
    font-size: 42px;
  }

  .page-blog-how-to-choose-iwni-game__section-title {
    font-size: 32px;
  }

  .page-blog-how-to-choose-iwni-game__game-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .page-blog-how-to-choose-iwni-game__game-card-image {
    height: 180px;
  }
}

@media (max-width: 849px) {
  .page-blog-how-to-choose-iwni-game__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    height: auto !important;
    max-height: 400px;
  }
  .page-blog-how-to-choose-iwni-game__hero-image-wrapper {
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-iwni-game {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-iwni-game__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .page-blog-how-to-choose-iwni-game__hero-image-wrapper {
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-iwni-game__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 300px;
  }

  .page-blog-how-to-choose-iwni-game__main-title {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-iwni-game__description {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-blog-how-to-choose-iwni-game__cta-buttons {
    flex-direction: column !important;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-iwni-game__btn-primary,
  .page-blog-how-to-choose-iwni-game__btn-secondary,
  .page-blog-how-to-choose-iwni-game__btn-tertiary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 15px;
  }

  .page-blog-how-to-choose-iwni-game__section {
    padding: 60px 0;
  }

  .page-blog-how-to-choose-iwni-game__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-iwni-game__section-title {
    font-size: clamp(24px, 7vw, 30px);
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-iwni-game__article-body {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-iwni-game__article-body h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-iwni-game__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px;
  }

  .page-blog-how-to-choose-iwni-game__game-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-how-to-choose-iwni-game__game-card {
    padding: 20px;
  }

  .page-blog-how-to-choose-iwni-game__game-card-image {
    height: 160px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-iwni-game__game-card-title {
    font-size: 18px;
  }

  .page-blog-how-to-choose-iwni-game__game-card p {
    font-size: 14px;
  }

  .page-blog-how-to-choose-iwni-game__ordered-list,
  .page-blog-how-to-choose-iwni-game__unordered-list {
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-iwni-game__ordered-list li,
  .page-blog-how-to-choose-iwni-game__unordered-list li {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-iwni-game__list-title {
    font-size: 19px;
  }

  .page-blog-how-to-choose-iwni-game__list-title + p {
    font-size: 15px;
  }

  .page-blog-how-to-choose-iwni-game__faq-list {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  details.page-blog-how-to-choose-iwni-game__faq-item summary.page-blog-how-to-choose-iwni-game__faq-question {
    padding: 15px;
  }

  .page-blog-how-to-choose-iwni-game__faq-qtext {
    font-size: 15px;
  }

  .page-blog-how-to-choose-iwni-game__faq-toggle {
    font-size: 20px;
    margin-left: 10px;
    width: 24px;
  }

  details.page-blog-how-to-choose-iwni-game__faq-item .page-blog-how-to-choose-iwni-game__faq-answer {
    padding: 0 15px 15px;
  }
}