/* style/blog-how-to-download-and-install-97win-app.css */

:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-bg-color: #08160F;
  --page-card-bg: #11271B;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green: #0A4B2C;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-how-to-download-and-install-97win-app {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--page-text-main); /* Default text color for the page content */
  background-color: var(--page-bg-color); /* Page background from custom colors */
}

/* Ensure H1 doesn't have fixed large font-size */
.page-blog-how-to-download-and-install-97win-app__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--page-text-main);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Use clamp for H1 font size */
}

.page-blog-how-to-download-and-install-97win-app__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--page-text-main);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-how-to-download-and-install-97win-app__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--page-gold-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-blog-how-to-download-and-install-97win-app__highlight-text {
  color: var(--page-gold-color);
  font-weight: bold;
}

.page-blog-how-to-download-and-install-97win-app__link-text {
  color: var(--page-gold-color);
  text-decoration: underline;
}

/* Sections */
.page-blog-how-to-download-and-install-97win-app__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--page-deep-green);
  overflow: hidden;
}

.page-blog-how-to-download-and-install-97win-app__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page-blog-how-to-download-and-install-97win-app__hero-image {
  width: 100%;
  height: auto;
  max-width: 1200px; /* Actual display size, not generation size */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-how-to-download-and-install-97win-app__hero-content {
  max-width: 800px;
  text-align: center;
  color: var(--page-text-main);
}

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

.page-blog-how-to-download-and-install-97win-app__content-area,
.page-blog-how-to-download-and-install-97win-app__download-guide,
.page-blog-how-to-download-and-install-97win-app__troubleshooting-section,
.page-blog-how-to-download-and-install-97win-app__games-section,
.page-blog-how-to-download-and-install-97win-app__promotions-section,
.page-blog-how-to-download-and-install-97win-app__faq-section,
.page-blog-how-to-download-and-install-97win-app__cta-final {
  padding: 60px 20px;
}

.page-blog-how-to-download-and-install-97win-app__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-how-to-download-and-install-97win-app__dark-bg {
  background-color: var(--page-deep-green);
  color: var(--page-text-main);
}

.page-blog-how-to-download-and-install-97win-app__light-bg {
  background-color: var(--page-bg-color);
  color: var(--page-text-secondary);
}

/* Images */
.page-blog-how-to-download-and-install-97win-app__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Lists */
.page-blog-how-to-download-and-install-97win-app__step-list,
.page-blog-how-to-download-and-install-97win-app__bullet-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-blog-how-to-download-and-install-97win-app__step-item,
.page-blog-how-to-download-and-install-97win-app__list-item {
  background-color: var(--page-card-bg);
  border-left: 4px solid var(--page-primary-color);
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1rem;
  color: var(--page-text-secondary);
  position: relative;
  padding-left: 40px;
}

.page-blog-how-to-download-and-install-97win-app__step-item strong {
  color: var(--page-text-main);
}

.page-blog-how-to-download-and-install-97win-app__step-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 10px;
  top: 15px;
  background-color: var(--page-primary-color);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}

.page-blog-how-to-download-and-install-97win-app__step-list {
  counter-reset: step-counter;
}

.page-blog-how-to-download-and-install-97win-app__bullet-list .page-blog-how-to-download-and-install-97win-app__list-item::before {
  content: '•';
  position: absolute;
  left: 15px;
  top: 15px;
  color: var(--page-primary-color);
  font-size: 1.5rem;
  line-height: 1;
}

/* CTA Buttons */
.page-blog-how-to-download-and-install-97win-app__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-blog-how-to-download-and-install-97win-app__cta-buttons--center {
  text-align: center;
}

.page-blog-how-to-download-and-install-97win-app__btn-primary,
.page-blog-how-to-download-and-install-97win-app__btn-secondary {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}