.page-blog-32win11-the-thao-latest-gameplay-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg-color, #08160F); /* Page background color */
}

/* Hero Section */
.page-blog-32win11-the-thao-latest-gameplay-analysis__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding as per instructions */
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__hero-content {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--card-bg, #11271B); /* Card BG for content on hero */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-top: -80px; /* Overlap with image slightly for visual effect */
  position: relative;
  z-index: 1;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__intro-text {
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-primary,
.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-secondary {
  background-color: transparent;
  color: var(--gold, #F2C14E);
  border: 2px solid var(--gold, #F2C14E);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__btn-secondary:hover {
  background-color: var(--gold, #F2C14E);
  color: #11271B;
  transform: translateY(-2px);
}

/* Content Area */
.page-blog-32win11-the-thao-latest-gameplay-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--bg-color, #08160F); /* Ensure content area uses page background */
  color: var(--text-main, #F2FFF6);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__container {
  max-width: 900px; /* Inner container for content readability */
  margin: 0 auto;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--glow, #57E38D);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid var(--divider, #1E3A2A);
  padding-bottom: 10px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--gold, #F2C14E);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__paragraph {
  margin-bottom: 20px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__list,
.page-blog-32win11-the-thao-latest-gameplay-analysis__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__ordered-list {
  list-style-type: decimal;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px; /* Minimum image height */
}

/* FAQ Section */
.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-question:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-qtext {
  flex-grow: 1;
  font-size: 1.1rem;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-answer {
  padding: 0 20px 15px;
  font-size: 0.95rem;
  color: var(--text-secondary, #A7D9B8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-item[open] .page-blog-32win11-the-thao-latest-gameplay-analysis__faq-answer {
  max-height: 500px; /* Sufficiently large for content */
  padding: 0 20px 20px;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__faq-item[open] .page-blog-32win11-the-thao-latest-gameplay-analysis__faq-toggle {
  content: '−';
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-32win11-the-thao-latest-gameplay-analysis__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__main-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__intro-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-32win11-the-thao-latest-gameplay-analysis__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
    border-radius: 0; /* Remove border-radius on mobile for full width */
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__intro-text {
    font-size: 0.95rem;
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__btn-primary,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__content-area,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__container {
    padding: 20px 15px;
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__paragraph,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__list-item {
    font-size: 0.9rem;
  }

  /* Image responsive rules */
  .page-blog-32win11-the-thao-latest-gameplay-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-32win11-the-thao-latest-gameplay-analysis__section,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__card,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__container,
  .page-blog-32win11-the-thao-latest-gameplay-analysis__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__hero-section {
    padding-left: 0;
    padding-right: 0; /* Hero image can be full width */
  }

  .page-blog-32win11-the-thao-latest-gameplay-analysis__hero-image {
    padding-left: 0;
    padding-right: 0;
  }

  /* FAQ responsive */
  .page-blog-32win11-the-thao-latest-gameplay-analysis__faq-question {
    padding: 12px 15px;
    font-size: 1rem;
  }
  .page-blog-32win11-the-thao-latest-gameplay-analysis__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Ensure minimum image size for content images */
.page-blog-32win11-the-thao-latest-gameplay-analysis__content-image {
  min-width: 200px;
  min-height: 200px;
}

/* Contrast fix if needed */
.page-blog-32win11-the-thao-latest-gameplay-analysis__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-32win11-the-thao-latest-gameplay-analysis__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}

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