.page-blog-slot-machine-secrets-uwin-casino-high-payout-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6);
  background-color: var(--background, #08160F);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--background, #08160F);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-content {
  max-width: 90%;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  margin-top: -80px; /* Overlap slightly for visual effect, but content is below image */
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__main-title {
  color: var(--gold, #F2C14E);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-description {
  color: var(--text-secondary, #A7D9B8);
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__content-section {
  padding: 60px 20px;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__dark-bg {
  background-color: var(--card-bg, #11271B);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__section-title {
  font-size: 2.5em;
  color: var(--gold, #F2C14E);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__subsection-title {
  font-size: 1.8em;
  color: var(--glow, #57E38D);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__list-item {
  margin-bottom: 10px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__list-item strong {
  color: var(--gold, #F2C14E);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border, #2E7A4E);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-title {
  font-size: 1.5em;
  color: var(--gold, #F2C14E);
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-description {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
  padding: 0 15px 20px;
  text-align: center;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-section {
  padding: 60px 20px;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-list {
  margin-top: 30px;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  background-color: var(--deep-green, #0A4B2C);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-question:hover {
  background-color: var(--main-color, #11A84E);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--gold, #F2C14E);
  margin-left: 15px;
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-item[open] .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-toggle {
  content: '−';
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  background-color: var(--card-bg, #11271B);
}

.page-blog-slot-machine-secrets-uwin-casino-high-payout-games__conclusion-section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  border-top: 1px solid var(--divider, #1E3A2A);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-content {
    padding: 30px 15px;
    margin-top: -60px;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__main-title {
    font-size: 1.8em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-description {
    font-size: 1em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__section-title {
    font-size: 2em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__subsection-title {
    font-size: 1.5em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__cta-button,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__btn-primary {
    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-slot-machine-secrets-uwin-casino-high-payout-games__game-showcase {
    grid-template-columns: 1fr;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-image {
    height: 200px;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-title {
    font-size: 1.3em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__container,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-section,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__content-section,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-section,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__conclusion-section {
    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 */
  }

  /* Specific adjustments for sections that might have images or buttons */
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-content,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-showcase,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Ensure content area images are not smaller than 200px */
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__content-image,
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-image {
    min-width: 200px !important;
    min-height: 200px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__hero-content {
    max-width: 80%;
  }
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__main-title {
    font-size: 2.5em;
  }
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__section-title {
    font-size: 2.2em;
  }
  .page-blog-slot-machine-secrets-uwin-casino-high-payout-games__game-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}