.page-blog-how-to-choose-high-payout-slot-games {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-high-payout-slot-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-choose-high-payout-slot-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-how-to-choose-high-payout-slot-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.3; /* Subtle overlay */
}

.page-blog-how-to-choose-high-payout-slot-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(17, 39, 27, 0.7); /* Card BG with transparency */
  border-radius: 10px;
}

.page-blog-how-to-choose-high-payout-slot-games__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-how-to-choose-high-payout-slot-games__hero-description {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-high-payout-slot-games__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-high-payout-slot-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-high-payout-slot-games__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Ensure consistency with body background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-high-payout-slot-games__section-title {
  font-size: 2.2em;
  color: #2AD16F; /* A lighter shade of main brand color */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-blog-how-to-choose-high-payout-slot-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-how-to-choose-high-payout-slot-games__sub-title {
  font-size: 1.6em;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-high-payout-slot-games__paragraph {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-choose-high-payout-slot-games__list {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-high-payout-slot-games__list-item {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 10px;
}

.page-blog-how-to-choose-high-payout-slot-games__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-high-payout-slot-games__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-blog-how-to-choose-high-payout-slot-games__image-inline {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-how-to-choose-high-payout-slot-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-high-payout-slot-games__game-card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-high-payout-slot-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-high-payout-slot-games__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-high-payout-slot-games__game-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-how-to-choose-high-payout-slot-games__game-info {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-high-payout-slot-games__game-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-high-payout-slot-games__game-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-choose-high-payout-slot-games__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-section {
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-high-payout-slot-games__faq-section .page-blog-how-to-choose-high-payout-slot-games__section-title {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-high-payout-slot-games__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-item {
  margin-bottom: 15px;
  border: 1px solid #1E3A2A; /* Divider */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-item summary:hover {
  background-color: #13994A;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-answer {
  padding: 15px 25px;
  background-color: #11271B; /* Card B G */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  line-height: 1.8;
}

.page-blog-how-to-choose-high-payout-slot-games__faq-answer p {
  margin: 0;
  color: #A7D9B8; /* Text Secondary */
}

/* --- Responsive Styles --- */

/* All images responsive by default */
.page-blog-how-to-choose-high-payout-slot-games img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* All image containers responsive by default */
.page-blog-how-to-choose-high-payout-slot-games__image-container,
.page-blog-how-to-choose-high-payout-slot-games__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* All buttons responsive by default */
.page-blog-how-to-choose-high-payout-slot-games__cta-button,
.page-blog-how-to-choose-high-payout-slot-games__game-button {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

/* All button containers responsive by default */
.page-blog-how-to-choose-high-payout-slot-games__cta-bottom {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-high-payout-slot-games {
    font-size: 15px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__hero-content {
    padding: 20px 15px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-choose-high-payout-slot-games__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-high-payout-slot-games__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-how-to-choose-high-payout-slot-games__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__paragraph,
  .page-blog-how-to-choose-high-payout-slot-games__list-item {
    font-size: 1em;
  }

  .page-blog-how-to-choose-high-payout-slot-games__game-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__game-card {
    padding: 15px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__game-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-high-payout-slot-games__faq-section {
    padding: 25px 15px;
  }

  .page-blog-how-to-choose-high-payout-slot-games__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-high-payout-slot-games__faq-answer {
    padding: 10px 20px;
  }

  /* Mobile specific image adaptation */
  .page-blog-how-to-choose-high-payout-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-choose-high-payout-slot-games__image-container,
  .page-blog-how-to-choose-high-payout-slot-games__hero-image-wrapper,
  .page-blog-how-to-choose-high-payout-slot-games__game-list,
  .page-blog-how-to-choose-high-payout-slot-games__game-card,
  .page-blog-how-to-choose-high-payout-slot-games__cta-bottom,
  .page-blog-how-to-choose-high-payout-slot-games__faq-section,
  .page-blog-how-to-choose-high-payout-slot-games__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile specific button adaptation */
  .page-blog-how-to-choose-high-payout-slot-games__cta-button,
  .page-blog-how-to-choose-high-payout-slot-games__game-button {
    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;
  }
}