.page-blog-788win-platform-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default to Text Main if not set by shared */
  background-color: var(--background, #08160F); /* Default to Background if not set by shared */
}

.page-blog-788win-platform-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--background, #08160F);
}

.page-blog-788win-platform-review__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
  display: block;
}

.page-blog-788win-platform-review__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.page-blog-788win-platform-review__hero-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
}

.page-blog-788win-platform-review__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

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

.page-blog-788win-platform-review__btn-primary,
.page-blog-788win-platform-review__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-788win-platform-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-788win-platform-review__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-788win-platform-review__btn-secondary {
  background: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-blog-788win-platform-review__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-blog-788win-platform-review__section {
  padding: 60px 0;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

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

.page-blog-788win-platform-review__section-title {
  font-size: 2.2em;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-788win-platform-review__text-block {
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-788win-platform-review__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-788win-platform-review__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-788win-platform-review__card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: var(--text-main, #F2FFF6);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-788win-platform-review__card-title {
  font-size: 1.5em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-788win-platform-review__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-788win-platform-review__game-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: var(--text-secondary, #A7D9B8);
  border: 1px solid var(--border, #2E7A4E);
}

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

.page-blog-788win-platform-review__game-title {
  font-size: 1.3em;
  font-weight: bold;
  margin: 15px 10px 10px;
}

.page-blog-788win-platform-review__game-title a {
  color: var(--glow, #57E38D);
  text-decoration: none;
}

.page-blog-788win-platform-review__game-title a:hover {
  text-decoration: underline;
}

.page-blog-788win-platform-review__game-card p {
  padding: 0 15px 20px;
  font-size: 0.95em;
}

.page-blog-788win-platform-review__promotion-list,
.page-blog-788win-platform-review__list-unstyled {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-788win-platform-review__promotion-list li,
.page-blog-788win-platform-review__list-unstyled li {
  margin-bottom: 10px;
  color: var(--text-secondary, #A7D9B8);
  padding-left: 25px;
  position: relative;
}

.page-blog-788win-platform-review__promotion-list li strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-788win-platform-review__promotion-list li::before {
  content: '⚡'; /* Unicode lightning bolt */
  position: absolute;
  left: 0;
  color: var(--glow, #57E38D);
  font-size: 1.1em;
  top: 0;
}

.page-blog-788win-platform-review__list-unstyled li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--glow, #57E38D);
  font-size: 1.2em;
  top: -2px;
}

.page-blog-788win-platform-review__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-788win-platform-review__support-channels {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-788win-platform-review__support-channels li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-788win-platform-review__support-channels li strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-788win-platform-review__support-channels li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-blog-788win-platform-review__support-channels li:nth-child(1)::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2357E38D"%3E%3Cpath d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/%3E%3C/svg%3E'); }
.page-blog-788win-platform-review__support-channels li:nth-child(2)::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2357E38D"%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02L6.62 10.79z"/%3E%3C/svg%3E'); }
.page-blog-788win-platform-review__support-channels li:nth-child(3)::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2357E38D"%3E%3Cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c1.8 0 3.5-.49 5-.94l-1.5-1.5c-1.25.3-2.58.44-3.5.44-4.57 0-8.25-3.68-8.25-8.25S7.43 3.75 12 3.75s8.25 3.68 8.25 8.25c0 1.07-.16 2.08-.44 3.03l1.5 1.5c.45-1.5.7-3.1.7-4.78C22 6.48 17.52 2 12 2zm-1 10.5h2v-2h-2v2z"/%3E%3C/svg%3E'); }
.page-blog-788win-platform-review__support-channels li:nth-child(4)::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2357E38D"%3E%3Cpath d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3E%3C/svg%3E'); }

.page-blog-788win-platform-review__app-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-788win-platform-review__app-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-788win-platform-review__app-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-788win-platform-review__app-title {
  font-size: 1.4em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
}

.page-blog-788win-platform-review__app-card .page-blog-788win-platform-review__btn-primary {
  margin-top: 20px;
}

.page-blog-788win-platform-review__list-check,
.page-blog-788win-platform-review__list-cross {
  list-style: none;
  padding: 0;
}

.page-blog-788win-platform-review__list-check li,
.page-blog-788win-platform-review__list-cross li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-788win-platform-review__list-check li::before {
  content: '✅';
  position: absolute;
  left: 0;
  font-size: 1.1em;
}

.page-blog-788win-platform-review__list-cross li::before {
  content: '❌';
  position: absolute;
  left: 0;
  font-size: 1.1em;
}

.page-blog-788win-platform-review__faq-list {
  margin-top: 30px;
}

.page-blog-788win-platform-review__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-788win-platform-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  background-color: var(--card-bg, #11271B);
  transition: background-color 0.3s ease;
  list-style: none; /* For details summary */
}

.page-blog-788win-platform-review__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details summary */
}

.page-blog-788win-platform-review__faq-question:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-788win-platform-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--glow, #57E38D);
  transition: transform 0.3s ease;
}

.page-blog-788win-platform-review__faq-item[open] .page-blog-788win-platform-review__faq-toggle {
  transform: rotate(45deg); /* Rotate for minus sign */
}

.page-blog-788win-platform-review__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  line-height: 1.7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-788win-platform-review__hero-title {
    font-size: 2.5em;
  }
  .page-blog-788win-platform-review__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-788win-platform-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-788win-platform-review__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-788win-platform-review__hero-title {
    font-size: 2em;
  }
  .page-blog-788win-platform-review__hero-description {
    font-size: 1em;
  }
  .page-blog-788win-platform-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-788win-platform-review__btn-primary,
  .page-blog-788win-platform-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
  }
  .page-blog-788win-platform-review__section {
    padding: 40px 0;
  }
  .page-blog-788win-platform-review__container {
    padding: 0 15px;
  }
  .page-blog-788win-platform-review__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-blog-788win-platform-review__text-block {
    font-size: 0.95em;
  }
  .page-blog-788win-platform-review__grid,
  .page-blog-788win-platform-review__game-grid,
  .page-blog-788win-platform-review__app-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-788win-platform-review__card,
  .page-blog-788win-platform-review__game-card,
  .page-blog-788win-platform-review__app-card {
    padding: 20px;
  }
  .page-blog-788win-platform-review__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-788win-platform-review__faq-answer {
    padding: 0 20px 15px;
  }
  /* Mobile image responsiveness */
  .page-blog-788win-platform-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-788win-platform-review__section,
  .page-blog-788win-platform-review__card,
  .page-blog-788win-platform-review__container,
  .page-blog-788win-platform-review__game-card,
  .page-blog-788win-platform-review__app-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-788win-platform-review__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
  /* Ensure no horizontal scroll for any content */
  .page-blog-788win-platform-review main {
    overflow-x: hidden;
  }
}