.page-blog-wstar77-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f4f7f6; /* Body background from shared.css */
}

.page-blog-wstar77-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-wstar77-promotions-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #08160F; /* Background color from custom palette */
  padding-bottom: 40px; /* Space below content */
  padding-top: 10px; /* Small top padding */
}

.page-blog-wstar77-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-wstar77-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-wstar77-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-wstar77-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  color: #F2FFF6; /* Text Main color */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-wstar77-promotions-analysis__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary color */
  margin-bottom: 30px;
}

.page-blog-wstar77-promotions-analysis__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-wstar77-promotions-analysis__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-wstar77-promotions-analysis__cta-button--small {
  padding: 12px 25px;
  font-size: 0.95rem;
}

.page-blog-wstar77-promotions-analysis__cta-button--final {
  margin-top: 40px;
}

/* Content Sections */
.page-blog-wstar77-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-wstar77-promotions-analysis__content-section.page-blog-wstar77-promotions-analysis__light-bg {
  background-color: #f4f7f6; /* Shared body background */
  color: #333333;
}

.page-blog-wstar77-promotions-analysis__section-title {
  font-size: 2.5rem;
  color: #11A84E; /* Primary color */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-wstar77-promotions-analysis__sub-title {
  font-size: 1.8rem;
  color: #22C768; /* Secondary color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-wstar77-promotions-analysis__text-block {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #333333; /* Dark text for light background */
}

.page-blog-wstar77-promotions-analysis__text-block a {
  color: #11A84E;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-wstar77-promotions-analysis__text-block a:hover {
  text-decoration: underline;
}

.page-blog-wstar77-promotions-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 800px; /* Example content image size */
}

/* Lists */
.page-blog-wstar77-promotions-analysis__list,
.page-blog-wstar77-promotions-analysis__ordered-list {
  list-style-type: disc;
  margin: 20px 0 20px 20px;
  padding: 0;
  color: #333333;
}

.page-blog-wstar77-promotions-analysis__ordered-list {
  list-style-type: decimal;
}

.page-blog-wstar77-promotions-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-wstar77-promotions-analysis__list-item strong {
  color: #11A84E;
}

/* FAQ Section */
.page-blog-wstar77-promotions-analysis__faq-list {
  margin-top: 40px;
  border-top: 1px solid #E0E0E0; /* Light border for light background */
}

.page-blog-wstar77-promotions-analysis__faq-item {
  background-color: #ffffff; /* White background for FAQ item */
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-wstar77-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #11A84E; /* Primary color */
  cursor: pointer;
  background-color: #f9f9f9; /* Slightly off-white for contrast */
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* Remove default summary marker */
}

.page-blog-wstar77-promotions-analysis__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-wstar77-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-wstar77-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #22C768; /* Secondary color */
  transition: transform 0.2s ease;
}

.page-blog-wstar77-promotions-analysis__faq-item[open] .page-blog-wstar77-promotions-analysis__faq-toggle {
  transform: rotate(45deg); /* Rotate for 'x' or 'minus' effect */
}

.page-blog-wstar77-promotions-analysis__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #333333;
  background-color: #ffffff;
}

.page-blog-wstar77-promotions-analysis__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-wstar77-promotions-analysis__section-title {
    font-size: 2.2rem;
  }
  .page-blog-wstar77-promotions-analysis__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-wstar77-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-wstar77-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    padding-bottom: 30px;
  }

  .page-blog-wstar77-promotions-analysis__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-wstar77-promotions-analysis__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-wstar77-promotions-analysis__cta-button {
    padding: 12px 20px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-blog-wstar77-promotions-analysis__content-section {
    padding: 40px 0;
  }

  .page-blog-wstar77-promotions-analysis__section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .page-blog-wstar77-promotions-analysis__sub-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-wstar77-promotions-analysis__text-block,
  .page-blog-wstar77-promotions-analysis__list-item,
  .page-blog-wstar77-promotions-analysis__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-wstar77-promotions-analysis__hero-image,
  .page-blog-wstar77-promotions-analysis__content-image,
  .page-blog-wstar77-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-wstar77-promotions-analysis__container,
  .page-blog-wstar77-promotions-analysis__hero-content,
  .page-blog-wstar77-promotions-analysis__faq-list,
  .page-blog-wstar77-promotions-analysis__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-wstar77-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-wstar77-promotions-analysis__faq-answer {
    padding: 10px 20px 15px;
  }
}