.page-blog-winmax-vn-platform-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Assuming body background is light */
}

.page-blog-winmax-vn-platform-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-winmax-vn-platform-review__section {
  padding: 40px 0;
}

.page-blog-winmax-vn-platform-review__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__section-title,
.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__text-block,
.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__promotion-title,
.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__promotion-description,
.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__faq-qtext,
.page-blog-winmax-vn-platform-review__dark-section .page-blog-winmax-vn-platform-review__faq-answer p {
  color: #ffffff;
}

.page-blog-winmax-vn-platform-review__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-winmax-vn-platform-review__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* HERO Section */
.page-blog-winmax-vn-platform-review__hero-section {
  padding-top: 10px; /* Consistent with common fragment, small top padding */
  padding-bottom: 40px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-winmax-vn-platform-review__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-winmax-vn-platform-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-winmax-vn-platform-review__hero-content-wrapper {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-winmax-vn-platform-review__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: #26A9E0;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-winmax-vn-platform-review__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-winmax-vn-platform-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-winmax-vn-platform-review__cta-buttons--center {
  margin-top: 30px;
  justify-content: center;
}

.page-blog-winmax-vn-platform-review__btn-primary,
.page-blog-winmax-vn-platform-review__btn-secondary,
.page-blog-winmax-vn-platform-review__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-winmax-vn-platform-review__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-winmax-vn-platform-review__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-blog-winmax-vn-platform-review__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-winmax-vn-platform-review__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-winmax-vn-platform-review__btn-link {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-blog-winmax-vn-platform-review__btn-link:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Games Section */
.page-blog-winmax-vn-platform-review__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__game-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-winmax-vn-platform-review__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-winmax-vn-platform-review__game-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin: 15px 10px 10px;
  font-weight: bold;
}

.page-blog-winmax-vn-platform-review__game-description {
  font-size: 0.95em;
  color: #555555;
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: justify;
}

/* Promotion Section */
.page-blog-winmax-vn-platform-review__promotion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__promotion-card {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-winmax-vn-platform-review__promotion-title {
  font-size: 1.6em;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-winmax-vn-platform-review__promotion-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-blog-winmax-vn-platform-review__promotion-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-top: 30px;
  object-fit: cover;
}

/* Payment Section */
.page-blog-winmax-vn-platform-review__payment-methods {
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__payment-subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Support Section */
.page-blog-winmax-vn-platform-review__support-content {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__support-image {
  width: 50%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-winmax-vn-platform-review__support-text {
  width: 50%;
}

.page-blog-winmax-vn-platform-review__support-subtitle {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Mobile Section */
.page-blog-winmax-vn-platform-review__mobile-content {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  flex-direction: row-reverse; /* Image on right */
}

.page-blog-winmax-vn-platform-review__mobile-image {
  width: 40%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

.page-blog-winmax-vn-platform-review__mobile-text {
  width: 60%;
}

.page-blog-winmax-vn-platform-review__mobile-subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Pros and Cons Section */
.page-blog-winmax-vn-platform-review__pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__pros-card,
.page-blog-winmax-vn-platform-review__cons-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.page-blog-winmax-vn-platform-review__pros-title,
.page-blog-winmax-vn-platform-review__cons-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-winmax-vn-platform-review__pros-list,
.page-blog-winmax-vn-platform-review__cons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-winmax-vn-platform-review__pros-list li,
.page-blog-winmax-vn-platform-review__cons-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-winmax-vn-platform-review__pros-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
}

.page-blog-winmax-vn-platform-review__cons-list li::before {
  content: '❌';
  position: absolute;
  left: 0;
}

/* FAQ Section */
.page-blog-winmax-vn-platform-review__faq-list {
  margin-top: 30px;
}

.page-blog-winmax-vn-platform-review__faq-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-winmax-vn-platform-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  list-style: none; /* For details/summary */
}

.page-blog-winmax-vn-platform-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-winmax-vn-platform-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-winmax-vn-platform-review__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #f0f0f0;
}

/* Conclusion Section */
.page-blog-winmax-vn-platform-review__conclusion-section .page-blog-winmax-vn-platform-review__text-block {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Global image settings */
.page-blog-winmax-vn-platform-review img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Default for most images */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-winmax-vn-platform-review__section-title {
    font-size: 2em;
  }
  .page-blog-winmax-vn-platform-review__hero-title {
    font-size: clamp(1.8em, 4.5vw, 2.8em);
  }
  .page-blog-winmax-vn-platform-review__games-grid,
  .page-blog-winmax-vn-platform-review__promotion-grid,
  .page-blog-winmax-vn-platform-review__pros-cons-grid {
    gap: 20px;
  }
  .page-blog-winmax-vn-platform-review__support-content,
  .page-blog-winmax-vn-platform-review__mobile-content {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-winmax-vn-platform-review__support-image,
  .page-blog-winmax-vn-platform-review__support-text,
  .page-blog-winmax-vn-platform-review__mobile-image,
  .page-blog-winmax-vn-platform-review__mobile-text {
    width: 100%;
  }
  .page-blog-winmax-vn-platform-review__mobile-image {
    order: -1; /* Image above text on smaller screens */
  }
  .page-blog-winmax-vn-platform-review__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-winmax-vn-platform-review__btn-primary,
  .page-blog-winmax-vn-platform-review__btn-secondary {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-blog-winmax-vn-platform-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-winmax-vn-platform-review__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  /* HERO 主图区域 */
  .page-blog-winmax-vn-platform-review__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }
  .page-blog-winmax-vn-platform-review__hero-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
  }
  .page-blog-winmax-vn-platform-review__hero-description {
    font-size: 1em;
  }
  /* 通用图片与容器 */
  .page-blog-winmax-vn-platform-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-winmax-vn-platform-review__hero-image-wrapper,
  .page-blog-winmax-vn-platform-review__section,
  .page-blog-winmax-vn-platform-review__card,
  .page-blog-winmax-vn-platform-review__container,
  .page-blog-winmax-vn-platform-review__cta-buttons,
  .page-blog-winmax-vn-platform-review__button-group,
  .page-blog-winmax-vn-platform-review__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Ensure no horizontal scroll */
  }
  /* 按钮与按钮容器 */
  .page-blog-winmax-vn-platform-review__cta-button,
  .page-blog-winmax-vn-platform-review__btn-primary,
  .page-blog-winmax-vn-platform-review__btn-secondary,
  .page-blog-winmax-vn-platform-review a[class*="button"],
  .page-blog-winmax-vn-platform-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;
    padding-right: 15px;
  }
  .page-blog-winmax-vn-platform-review__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  /* 产品展示图区域 */
  .page-blog-winmax-vn-platform-review__games-grid {
    grid-template-columns: 1fr !important;
  }
  .page-blog-winmax-vn-platform-review__game-image {
    height: 250px;
  }
  /* Other content modules */
  .page-blog-winmax-vn-platform-review__promotion-grid {
    grid-template-columns: 1fr !important;
  }
  .page-blog-winmax-vn-platform-review__support-content,
  .page-blog-winmax-vn-platform-review__mobile-content {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .page-blog-winmax-vn-platform-review__mobile-image {
    order: -1;
  }
  .page-blog-winmax-vn-platform-review__pros-cons-grid {
    grid-template-columns: 1fr !important;
  }
  .page-blog-winmax-vn-platform-review__faq-item {
    padding: 0;
  }
  .page-blog-winmax-vn-platform-review__faq-question {
    padding: 15px;
    font-size: 1.1em;
  }
  .page-blog-winmax-vn-platform-review__faq-answer {
    padding: 0 15px 15px;
    font-size: 1em;
  }
}