.page-blog-how-to-download-f169-apk {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-how-to-download-f169-apk__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-download-f169-apk__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-download-f169-apk__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2F6BFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-download-f169-apk__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 2px;
}

.page-blog-how-to-download-f169-apk__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #1F2D3D;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-how-to-download-f169-apk__description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-download-f169-apk__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-how-to-download-f169-apk__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%232F6BFF"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-blog-how-to-download-f169-apk__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin: 20px 0;
}

.page-blog-how-to-download-f169-apk__ordered-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.page-blog-how-to-download-f169-apk__image-inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-download-f169-apk__image-full-width {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-blog-how-to-download-f169-apk__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px;
  background-color: #F4F7FB; /* Match body background */
  margin-bottom: 0; /* No margin-bottom for hero */
  border-radius: 0;
  box-shadow: none;
}

.page-blog-how-to-download-f169-apk__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-how-to-download-f169-apk__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-download-f169-apk__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-download-f169-apk__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-how-to-download-f169-apk__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Use clamp for H1 */
  font-weight: 800;
  color: #1F2D3D;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-download-f169-apk__description {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons */
.page-blog-how-to-download-f169-apk__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(47, 107, 255, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-download-f169-apk__cta-button:hover {
  background: linear-gradient(180deg, #6FA3FF 0%, #4A8BFF 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-how-to-download-f169-apk__cta-button--wide {
  min-width: 280px;
}

.page-blog-how-to-download-f169-apk__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(47, 107, 255, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-download-f169-apk__btn-primary:hover {
  background: linear-gradient(180deg, #6FA3FF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-download-f169-apk__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #2F6BFF;
  text-decoration: none;
  border: 2px solid #2F6BFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-download-f169-apk__btn-secondary:hover {
  background-color: #2F6BFF;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(47, 107, 255, 0.2);
}

.page-blog-how-to-download-f169-apk__btn-text {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.page-blog-how-to-download-f169-apk__btn-text:hover {
  color: #6FA3FF;
  text-decoration: underline;
}

/* Step-by-step cards for download guide */
.page-blog-how-to-download-f169-apk__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-download-f169-apk__step-card {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-download-f169-apk__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-download-f169-apk__step-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-how-to-download-f169-apk__step-card .page-blog-how-to-download-f169-apk__card-title {
  font-size: 20px;
  color: #2F6BFF;
  margin-bottom: 15px;
}

/* Game Grid */
.page-blog-how-to-download-f169-apk__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-how-to-download-f169-apk__game-card {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-download-f169-apk__game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-download-f169-apk__game-card .page-blog-how-to-download-f169-apk__card-title {
  font-size: 22px;
  color: #2F6BFF;
  margin-bottom: 15px;
}

/* Promotions Grid */
.page-blog-how-to-download-f169-apk__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-how-to-download-f169-apk__promo-card {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-download-f169-apk__promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-download-f169-apk__promo-card .page-blog-how-to-download-f169-apk__card-title {
  font-size: 20px;
  color: #2F6BFF;
  margin-bottom: 15px;
}

/* Contact List */
.page-blog-how-to-download-f169-apk__contact-list {
  margin-top: 30px;
}

.page-blog-how-to-download-f169-apk__contact-list li {
  font-size: 18px;
  margin-bottom: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%232F6BFF"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>'); /* Example icon */
  background-size: 24px;
  padding-left: 35px;
}

/* FAQ Section */
details.page-blog-how-to-download-f169-apk__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
details.page-blog-how-to-download-f169-apk__faq-item summary.page-blog-how-to-download-f169-apk__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #1F2D3D;
  font-weight: 600;
}
details.page-blog-how-to-download-f169-apk__faq-item summary.page-blog-how-to-download-f169-apk__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-how-to-download-f169-apk__faq-item summary.page-blog-how-to-download-f169-apk__faq-question:hover {
  background: #F4F7FB;
}
.page-blog-how-to-download-f169-apk__faq-qtext {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}
.page-blog-how-to-download-f169-apk__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-how-to-download-f169-apk__faq-item .page-blog-how-to-download-f169-apk__faq-answer {
  padding: 0 25px 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-download-f169-apk__section-title {
    font-size: 28px;
  }
  .page-blog-how-to-download-f169-apk__sub-title {
    font-size: 22px;
  }
  .page-blog-how-to-download-f169-apk__description,
  .page-blog-how-to-download-f169-apk__list li,
  .page-blog-how-to-download-f169-apk__ordered-list li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-download-f169-apk__container {
    padding: 0 15px;
  }
  .page-blog-how-to-download-f169-apk__section {
    padding: 40px 0;
  }
  .page-blog-how-to-download-f169-apk__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page-blog-how-to-download-f169-apk__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  /* Hero Section */
  .page-blog-how-to-download-f169-apk__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-download-f169-apk__hero-image img {
    border-radius: 4px;
  }
  .page-blog-how-to-download-f169-apk__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }
  .page-blog-how-to-download-f169-apk__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-blog-how-to-download-f169-apk__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General Buttons & Images */
  .page-blog-how-to-download-f169-apk__btn-primary,
  .page-blog-how-to-download-f169-apk__btn-secondary,
  .page-blog-how-to-download-f169-apk a[class*="button"],
  .page-blog-how-to-download-f169-apk a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-download-f169-apk__step-by-step,
  .page-blog-how-to-download-f169-apk__game-grid,
  .page-blog-how-to-download-f169-apk__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-download-f169-apk__step-card,
  .page-blog-how-to-download-f169-apk__game-card,
  .page-blog-how-to-download-f169-apk__promo-card {
    padding: 20px;
  }
  .page-blog-how-to-download-f169-apk__card-title {
    font-size: 18px;
  }
  
  /* Images in content */
  .page-blog-how-to-download-f169-apk img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-download-f169-apk__image-inline,
  .page-blog-how-to-download-f169-apk__image-full-width {
    margin: 20px auto;
  }

  /* FAQ */
  details.page-blog-how-to-download-f169-apk__faq-item summary.page-blog-how-to-download-f169-apk__faq-question {
    padding: 15px;
  }
  .page-blog-how-to-download-f169-apk__faq-qtext {
    font-size: 16px;
  }
  .page-blog-how-to-download-f169-apk__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-blog-how-to-download-f169-apk__faq-item .page-blog-how-to-download-f169-apk__faq-answer {
    padding: 0 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-download-f169-apk__section-title {
    font-size: 22px;
  }
  .page-blog-how-to-download-f169-apk__main-title {
    font-size: clamp(20px, 8vw, 30px);
  }
  .page-blog-how-to-download-f169-apk__description {
    font-size: 15px;
  }
  .page-blog-how-to-download-f169-apk__cta-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}