/* style/blog-win66-no-hu-latest-promotions-analysis.css */
.page-blog-win66-no-hu-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #f4f4f4; /* Shared body background */
}

.page-blog-win66-no-hu-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #08160F; /* Dark background for hero section */
  padding-top: 10px; /* Small top padding */
}

.page-blog-win66-no-hu-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Limit hero image height */
}

.page-blog-win66-no-hu-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #F2FFF6; /* Light text for dark hero background */
}

.page-blog-win66-no-hu-latest-promotions-analysis__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold color for main title */
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-win66-no-hu-latest-promotions-analysis__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-win66-no-hu-latest-promotions-analysis__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-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-win66-no-hu-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-win66-no-hu-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f4f4f4; /* Match body background */
  color: #333333; /* Dark text for light background */
}

.page-blog-win66-no-hu-latest-promotions-analysis__section-wrapper {
  margin-bottom: 50px;
  padding: 20px 0;
}

.page-blog-win66-no-hu-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #11A84E; /* Primary color */
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.page-blog-win66-no-hu-latest-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #22C768;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  color: #0A4B2C; /* Deep Green */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-win66-no-hu-latest-promotions-analysis__text-block {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-win66-no-hu-latest-promotions-analysis__text-block a,
.page-blog-win66-no-hu-latest-promotions-analysis__list-item a {
  color: #11A84E;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-win66-no-hu-latest-promotions-analysis__text-block a:hover,
.page-blog-win66-no-hu-latest-promotions-analysis__list-item a:hover {
  color: #22C768;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card {
  background-color: #ffffff; /* White background for cards */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card-title {
  font-size: 1.5rem;
  color: #0A4B2C;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 20px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}

.page-blog-win66-no-hu-latest-promotions-analysis__ordered-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}

.page-blog-win66-no-hu-latest-promotions-analysis__list-item {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__list-item::before {
  content: '✔';
  color: #11A84E;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-win66-no-hu-latest-promotions-analysis__ordered-list .page-blog-win66-no-hu-latest-promotions-analysis__list-item::before {
  content: none;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-win66-no-hu-latest-promotions-analysis__card-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-win66-no-hu-latest-promotions-analysis__dark-section {
  background-color: #08160F; /* Deep background for conclusion */
  color: #F2FFF6; /* Light text for dark background */
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__dark-section .page-blog-win66-no-hu-latest-promotions-analysis__section-title {
  color: #F2C14E; /* Gold color for title in dark section */
}

.page-blog-win66-no-hu-latest-promotions-analysis__dark-section .page-blog-win66-no-hu-latest-promotions-analysis__section-title::after {
  background-color: #57E38D;
}

.page-blog-win66-no-hu-latest-promotions-analysis__dark-section .page-blog-win66-no-hu-latest-promotions-analysis__text-block {
  color: #A7D9B8;
}

.page-blog-win66-no-hu-latest-promotions-analysis__dark-section .page-blog-win66-no-hu-latest-promotions-analysis__text-block a {
  color: #57E38D;
}

.page-blog-win66-no-hu-latest-promotions-analysis__cta-button--bottom {
  margin-top: 30px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-list {
  margin-top: 30px;
  border-top: 1px solid #E1E1E1;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  border-top: none;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #E1E1E1;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0A4B2C;
  cursor: pointer;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E1E1E1;
  transition: background-color 0.3s ease;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-question:hover {
  background-color: #EBF7EE;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #11A84E;
  transition: transform 0.3s ease;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-item[open] .page-blog-win66-no-hu-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  background-color: #ffffff;
  border-top: 1px solid #E1E1E1;
}

.page-blog-win66-no-hu-latest-promotions-analysis__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-win66-no-hu-latest-promotions-analysis__content-area,
  .page-blog-win66-no-hu-latest-promotions-analysis__section-wrapper,
  .page-blog-win66-no-hu-latest-promotions-analysis__card,
  .page-blog-win66-no-hu-latest-promotions-analysis__hero-section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__hero-content {
    padding: 15px;
    margin: 15px auto 30px auto;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__hero-image,
  .page-blog-win66-no-hu-latest-promotions-analysis__card-image,
  .page-blog-win66-no-hu-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__cta-button,
  .page-blog-win66-no-hu-latest-promotions-analysis__card-button,
  .page-blog-win66-no-hu-latest-promotions-analysis a[class*="button"],
  .page-blog-win66-no-hu-latest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__text-block,
  .page-blog-win66-no-hu-latest-promotions-analysis__list-item,
  .page-blog-win66-no-hu-latest-promotions-analysis__card-text {
    font-size: 1rem;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-win66-no-hu-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }
}