.page-blog-how-to-download-sic88-app {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark background */
  background-color: #08160F; /* Main background color */
}

.page-blog-how-to-download-sic88-app__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 */
  overflow: hidden;
  background-color: #08160F;
}

.page-blog-how-to-download-sic88-app__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-how-to-download-sic88-app__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-how-to-download-sic88-app__hero-content {
  max-width: 900px;
  z-index: 1;
  color: #F2FFF6;
}

.page-blog-how-to-download-sic88-app__main-title {
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-download-sic88-app__description {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-how-to-download-sic88-app__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-how-to-download-sic88-app__btn-primary,
.page-blog-how-to-download-sic88-app__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-download-sic88-app__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-download-sic88-app__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-download-sic88-app__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-how-to-download-sic88-app__btn-secondary:hover {
  background-color: #2AD16F;
  color: #F2FFF6;
}

.page-blog-how-to-download-sic88-app__section {
  padding: 80px 20px;
}

.page-blog-how-to-download-sic88-app__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-how-to-download-sic88-app__light-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-blog-how-to-download-sic88-app__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-how-to-download-sic88-app__section-title {
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-download-sic88-app__text-block {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #A7D9B8;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-download-sic88-app__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-download-sic88-app__feature-item {
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background-color: #11271B;
  border: 1px solid #2E7A4E;
}

.page-blog-how-to-download-sic88-app__feature-title {
  color: #2AD16F;
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-download-sic88-app__feature-item p {
  color: #A7D9B8;
}

.page-blog-how-to-download-sic88-app__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 50px 0;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-how-to-download-sic88-app__image-center {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 50px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-how-to-download-sic88-app__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-how-to-download-sic88-app__step-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-download-sic88-app__step-title {
  color: #2AD16F;
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-download-sic88-app__step-item p {
  color: #A7D9B8;
}

.page-blog-how-to-download-sic88-app__checklist,
.page-blog-how-to-download-sic88-app__troubleshoot-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-how-to-download-sic88-app__checklist-item,
.page-blog-how-to-download-sic88-app__troubleshoot-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-download-sic88-app__checklist-title,
.page-blog-how-to-download-sic88-app__troubleshoot-title {
  color: #F2C14E;
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-download-sic88-app__checklist-item p,
.page-blog-how-to-download-sic88-app__troubleshoot-item p {
  color: #A7D9B8;
}

.page-blog-how-to-download-sic88-app__faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-how-to-download-sic88-app__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-blog-how-to-download-sic88-app__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #1E3A2A; /* Divider color for FAQ header */
  color: #F2FFF6;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-download-sic88-app__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-download-sic88-app__faq-question:hover {
  background-color: #0A4B2C;
}

.page-blog-how-to-download-sic88-app__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-download-sic88-app__faq-item[open] .page-blog-how-to-download-sic88-app__faq-toggle {
  content: '−';
}

.page-blog-how-to-download-sic88-app__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8;
  border-top: 1px solid #2E7A4E;
}

.page-blog-how-to-download-sic88-app__cta-buttons--centered {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-download-sic88-app__main-title {
    font-size: 2.8em;
  }
  .page-blog-how-to-download-sic88-app__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-download-sic88-app {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-download-sic88-app__main-title {
    font-size: 2.2em;
  }
  .page-blog-how-to-download-sic88-app__description {
    font-size: 1em;
  }
  .page-blog-how-to-download-sic88-app__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-download-sic88-app__section {
    padding: 50px 15px;
  }
  .page-blog-how-to-download-sic88-app__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-download-sic88-app__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-download-sic88-app__btn-primary,
  .page-blog-how-to-download-sic88-app__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-download-sic88-app__hero-image,
  .page-blog-how-to-download-sic88-app__image-full-width,
  .page-blog-how-to-download-sic88-app__image-center {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-download-sic88-app__hero-image-wrapper,
  .page-blog-how-to-download-sic88-app__container,
  .page-blog-how-to-download-sic88-app__feature-item,
  .page-blog-how-to-download-sic88-app__step-item,
  .page-blog-how-to-download-sic88-app__checklist-item,
  .page-blog-how-to-download-sic88-app__troubleshoot-item,
  .page-blog-how-to-download-sic88-app__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .page-blog-how-to-download-sic88-app__features-grid,
  .page-blog-how-to-download-sic88-app__checklist,
  .page-blog-how-to-download-sic88-app__troubleshoot-list {
    grid-template-columns: 1fr;
  }
  .page-blog-how-to-download-sic88-app__faq-question {
    padding: 15px 20px;
  }
  .page-blog-how-to-download-sic88-app__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-download-sic88-app__main-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-download-sic88-app__section-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-download-sic88-app__feature-title,
  .page-blog-how-to-download-sic88-app__step-title,
  .page-blog-how-to-download-sic88-app__checklist-title,
  .page-blog-how-to-download-sic88-app__troubleshoot-title {
    font-size: 1.2em;
  }
}