.page-blog-win55-games-features-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-win55-games-features-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-win55-games-features-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F; /* Background */
  overflow: hidden;
}

.page-blog-win55-games-features-review__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-win55-games-features-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-win55-games-features-review__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-win55-games-features-review__hero-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__hero-cta {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

/* General Section Styles */
.page-blog-win55-games-features-review__section-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-win55-games-features-review__section-title--white {
  color: #F2FFF6; /* Text Main */
}

.page-blog-win55-games-features-review__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__text-block--white {
  color: #A7D9B8; /* Text Secondary */
}

/* Light Background Sections */
.page-blog-win55-games-features-review__light-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  padding: 60px 0;
}

.page-blog-win55-games-features-review__light-bg .page-blog-win55-games-features-review__section-title {
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__light-bg .page-blog-win55-games-features-review__text-block {
  color: #A7D9B8; /* Text Secondary */
}

/* Dark Background Sections */
.page-blog-win55-games-features-review__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  padding: 60px 0;
}

.page-blog-win55-games-features-review__dark-bg .page-blog-win55-games-features-review__section-title {
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__dark-bg .page-blog-win55-games-features-review__text-block {
  color: #A7D9B8; /* Text Secondary */
}

/* Buttons */
.page-blog-win55-games-features-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
  cursor: pointer;
}

.page-blog-win55-games-features-review__btn-primary:hover {
  opacity: 0.9;
}

.page-blog-win55-games-features-review__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Button top gradient color */
  border: 2px solid #2E7A4E; /* Border */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-win55-games-features-review__btn-secondary:hover {
  background-color: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

/* Video Section */
.page-blog-win55-games-features-review__video-section {
  text-align: center;
}

.page-blog-win55-games-features-review__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px auto;
  background-color: #11271B;
  border-radius: 10px;
}

.page-blog-win55-games-features-review__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-blog-win55-games-features-review__video-cta {
  margin-top: 20px;
}

/* Games Section */
.page-blog-win55-games-features-review__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-win55-games-features-review__game-category {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-win55-games-features-review__category-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__game-description {
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-win55-games-features-review__category-cta {
  display: inline-block;
  margin-top: auto; /* Push to bottom */
}

/* Features Section */
.page-blog-win55-games-features-review__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-win55-games-features-review__feature-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__feature-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-win55-games-features-review__feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__feature-title--white {
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__feature-description {
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-win55-games-features-review__feature-description--white {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__feature-cta {
  display: inline-block;
  margin-top: auto;
}

/* Bonus Guide Section */
.page-blog-win55-games-features-review__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-win55-games-features-review__step-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__step-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2AD16F; /* Button top gradient color */
  margin-bottom: 15px;
}

.page-blog-win55-games-features-review__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-win55-games-features-review__step-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__bonus-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-win55-games-features-review__bonus-cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/* FAQ Section */
.page-blog-win55-games-features-review__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-win55-games-features-review__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-win55-games-features-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #1E3A2A; /* Divider */
  border-bottom: 1px solid #2E7A4E; /* Border */
  list-style: none;
  user-select: none; /* Prevents text selection */
}

.page-blog-win55-games-features-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-win55-games-features-review__faq-qtext--white {
  color: #F2FFF6; /* Text Main */
}

.page-blog-win55-games-features-review__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F; /* Button top gradient color */
  transition: transform 0.3s ease;
}

.page-blog-win55-games-features-review__faq-toggle--white {
  color: #2AD16F; /* Button top gradient color */
}

.page-blog-win55-games-features-review__faq-item[open] .page-blog-win55-games-features-review__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-win55-games-features-review__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__faq-answer--white {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-win55-games-features-review__faq-answer a {
  color: #2AD16F; /* Button top gradient color */
  text-decoration: none;
}

.page-blog-win55-games-features-review__faq-answer a:hover {
  text-decoration: underline;
}

/* Conclusion Section */
.page-blog-win55-games-features-review__conclusion-section {
  text-align: center;
}

.page-blog-win55-games-features-review__final-cta {
  display: inline-block;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-win55-games-features-review__hero-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }
  .page-blog-win55-games-features-review__section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
}

@media (max-width: 768px) {
  .page-blog-win55-games-features-review__container {
    padding: 0 15px !important;
  }

  .page-blog-win55-games-features-review__hero-section {
    padding: 40px 0 !important;
    padding-top: 10px !important;
  }

  .page-blog-win55-games-features-review__hero-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem) !important;
    margin-bottom: 15px !important;
  }

  .page-blog-win55-games-features-review__hero-description {
    font-size: 1rem !important;
    margin-bottom: 25px !important;
  }

  .page-blog-win55-games-features-review__hero-cta {
    padding: 12px 25px !important;
    font-size: 1rem !important;
  }

  .page-blog-win55-games-features-review__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem) !important;
    margin-bottom: 25px !important;
  }

  .page-blog-win55-games-features-review__text-block {
    font-size: 0.95rem !important;
  }

  /* Images */
  .page-blog-win55-games-features-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-win55-games-features-review__game-image,
  .page-blog-win55-games-features-review__feature-icon,
  .page-blog-win55-games-features-review__bonus-image {
    height: auto !important; /* Ensure images scale down */
    min-height: 200px !important; /* Minimum size requirement */
  }

  /* Image containers */
  .page-blog-win55-games-features-review__hero-image-wrapper,
  .page-blog-win55-games-features-review__games-grid,
  .page-blog-win55-games-features-review__features-list,
  .page-blog-win55-games-features-review__steps-grid,
  .page-blog-win55-games-features-review__faq-list,
  .page-blog-win55-games-features-review__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Videos */
  .page-blog-win55-games-features-review video,
  .page-blog-win55-games-features-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  /* Video containers */
  .page-blog-win55-games-features-review__video-section,
  .page-blog-win55-games-features-review__video-container,
  .page-blog-win55-games-features-review__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-win55-games-features-review__video-section {
    padding-top: 10px !important;
  }

  /* Buttons */
  .page-blog-win55-games-features-review__hero-cta,
  .page-blog-win55-games-features-review__intro-cta,
  .page-blog-win55-games-features-review__video-cta,
  .page-blog-win55-games-features-review__category-cta,
  .page-blog-win55-games-features-review__feature-cta,
  .page-blog-win55-games-features-review__bonus-cta,
  .page-blog-win55-games-features-review__final-cta,
  .page-blog-win55-games-features-review__btn-primary,
  .page-blog-win55-games-features-review__btn-secondary,
  .page-blog-win55-games-features-review a[class*="button"],
  .page-blog-win55-games-features-review 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 !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-blog-win55-games-features-review__hero-cta,
  .page-blog-win55-games-features-review__intro-cta,
  .page-blog-win55-games-features-review__video-cta,
  .page-blog-win55-games-features-review__bonus-cta,
  .page-blog-win55-games-features-review__final-cta {
    width: fit-content !important;
    max-width: 90% !important;
  }

  /* Button groups/containers */
  .page-blog-win55-games-features-review__cta-buttons,
  .page-blog-win55-games-features-review__button-group,
  .page-blog-win55-games-features-review__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-win55-games-features-review__games-grid,
  .page-blog-win55-games-features-review__features-list,
  .page-blog-win55-games-features-review__steps-grid {
    grid-template-columns: 1fr !important;
  }

  .page-blog-win55-games-features-review__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }

  .page-blog-win55-games-features-review__faq-answer {
    font-size: 0.9rem !important;
    padding: 12px 20px 15px 20px !important;
  }
}