.page-blog-how-to-download-and-install-lg777-app {
  background-color: var(--background-color, #08160F);
  color: var(--text-main, #F2FFF6);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-download-and-install-lg777-app__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* body handles header-offset, this is for internal spacing */
  background-color: var(--deep-green, #0A4B2C);
  overflow: hidden;
}

.page-blog-how-to-download-and-install-lg777-app__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-download-and-install-lg777-app__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-how-to-download-and-install-lg777-app__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  z-index: 1;
  margin-top: -120px; /* Pull content up over the image slightly */
  position: relative;
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-download-and-install-lg777-app__main-title {
  color: var(--text-main, #F2FFF6);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-how-to-download-and-install-lg777-app__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-download-and-install-lg777-app__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-how-to-download-and-install-lg777-app__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-download-and-install-lg777-app__cta-button--small {
  padding: 12px 25px;
  font-size: 0.95rem;
}

.page-blog-how-to-download-and-install-lg777-app__cta-button--large {
  padding: 18px 35px;
  font-size: 1.15rem;
}

.page-blog-how-to-download-and-install-lg777-app__content-section {
  padding: 60px 0;
  background-color: var(--background-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-download-and-install-lg777-app__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-download-and-install-lg777-app__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-download-and-install-lg777-app__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--glow, #57E38D);
  border-radius: 2px;
}

.page-blog-how-to-download-and-install-lg777-app__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--text-main, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-how-to-download-and-install-lg777-app__text-block {
  margin-bottom: 20px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-download-and-install-lg777-app__guide-item {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-how-to-download-and-install-lg777-app__step-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-download-and-install-lg777-app__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-download-and-install-lg777-app__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-download-and-install-lg777-app__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-how-to-download-and-install-lg777-app__issue-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-download-and-install-lg777-app__feature-list {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.page-blog-how-to-download-and-install-lg777-app__feature-list .page-blog-how-to-download-and-install-lg777-app__list-item {
  background-color: var(--card-bg, #11271B);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--divider, #1E3A2A);
  transition: transform 0.3s ease;
}

.page-blog-how-to-download-and-install-lg777-app__feature-list .page-blog-how-to-download-and-install-lg777-app__list-item:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-download-and-install-lg777-app__tip-list {
  list-style-type: none;
  padding: 0;
}

.page-blog-how-to-download-and-install-lg777-app__tip-list .page-blog-how-to-download-and-install-lg777-app__list-item {
  background-color: var(--card-bg, #11271B);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-left: 5px solid var(--glow, #57E38D);
}

.page-blog-how-to-download-and-install-lg777-app__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-download-and-install-lg777-app__faq-item {
  background-color: var(--card-bg, #11271B);
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--divider, #1E3A2A);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-download-and-install-lg777-app__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  font-size: 1.1rem;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-download-and-install-lg777-app__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow, #57E38D);
}

.page-blog-how-to-download-and-install-lg777-app__faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-download-and-install-lg777-app {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-download-and-install-lg777-app__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-how-to-download-and-install-lg777-app__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding: 15px;
  }

  .page-blog-how-to-download-and-install-lg777-app__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-how-to-download-and-install-lg777-app__hero-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .page-blog-how-to-download-and-install-lg777-app__cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .page-blog-how-to-download-and-install-lg777-app__section-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-download-and-install-lg777-app__sub-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-download-and-install-lg777-app__text-block {
    font-size: 0.9rem;
  }

  .page-blog-how-to-download-and-install-lg777-app__guide-item,
  .page-blog-how-to-download-and-install-lg777-app__feature-list .page-blog-how-to-download-and-install-lg777-app__list-item,
  .page-blog-how-to-download-and-install-lg777-app__tip-list .page-blog-how-to-download-and-install-lg777-app__list-item,
  .page-blog-how-to-download-and-install-lg777-app__faq-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-download-and-install-lg777-app__list-item {
    font-size: 0.9rem;
  }

  .page-blog-how-to-download-and-install-lg777-app__feature-list {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-download-and-install-lg777-app__faq-question {
    font-size: 1rem;
    padding: 15px 18px;
  }

  .page-blog-how-to-download-and-install-lg777-app__faq-answer {
    font-size: 0.85rem;
    padding: 0 18px 15px 18px;
  }

  /* Mobile image adaptation */
  .page-blog-how-to-download-and-install-lg777-app img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-download-and-install-lg777-app__hero-image-wrapper,
  .page-blog-how-to-download-and-install-lg777-app__container,
  .page-blog-how-to-download-and-install-lg777-app__content-section,
  .page-blog-how-to-download-and-install-lg777-app__guide-item,
  .page-blog-how-to-download-and-install-lg777-app__card,
  .page-blog-how-to-download-and-install-lg777-app__cta-button,
  .page-blog-how-to-download-and-install-lg777-app__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-download-and-install-lg777-app__cta-button,
  .page-blog-how-to-download-and-install-lg777-app a[class*="button"],
  .page-blog-how-to-download-and-install-lg777-app a[class*="btn"] {
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-download-and-install-lg777-app__cta-buttons {
    flex-direction: column !important;
    gap: 10px;
  }

  .page-blog-how-to-download-and-install-lg777-app__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}