/* style/blog-mm999-casino-new-slot-games-review.css */

/* Base styles for the page content, applying dark background and light text */
.page-blog-mm999-casino-new-slot-games-review {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

/* Ensure all links and headings use appropriate colors for contrast */
.page-blog-mm999-casino-new-slot-games-review a {
  color: #57E38D; /* Glow for links */
  text-decoration: none;
}

.page-blog-mm999-casino-new-slot-games-review a:hover {
  text-decoration: underline;
}

.page-blog-mm999-casino-new-slot-games-review h1,
.page-blog-mm999-casino-new-slot-games-review h2,
.page-blog-mm999-casino-new-slot-games-review h3 {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-mm999-casino-new-slot-games-review h1 {
  font-size: clamp(2em, 4vw, 3.2em); /* H1 font size constraint */
  font-weight: bold;
}

.page-blog-mm999-casino-new-slot-games-review h2 {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2E7A4E; /* Border */
}

.page-blog-mm999-casino-new-slot-games-review h3 {
  font-size: clamp(1.5em, 2.5vw, 2em);
}

.page-blog-mm999-casino-new-slot-games-review p {
  margin-bottom: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mm999-casino-new-slot-games-review strong {
  color: #F2FFF6; /* Text Main for emphasis */
}

/* Hero Section */
.page-blog-mm999-casino-new-slot-games-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding as per rule */
  overflow: hidden; /* Ensure no overflow */
}

.page-blog-mm999-casino-new-slot-games-review__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px; /* Space between image and content */
}

.page-blog-mm999-casino-new-slot-games-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-mm999-casino-new-slot-games-review__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-mm999-casino-new-slot-games-review__main-title {
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 15px;
}

.page-blog-mm999-casino-new-slot-games-review__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-mm999-casino-new-slot-games-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-mm999-casino-new-slot-games-review__btn-primary,
.page-blog-mm999-casino-new-slot-games-review__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 180px; /* Ensure buttons are not too small */
}

.page-blog-mm999-casino-new-slot-games-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-mm999-casino-new-slot-games-review__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-mm999-casino-new-slot-games-review__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F; /* Button color for border */
}

.page-blog-mm999-casino-new-slot-games-review__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

/* Content Area */
.page-blog-mm999-casino-new-slot-games-review__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Ensure content area also uses dark background */
  color: #A7D9B8; /* Secondary text color for paragraphs */
}

.page-blog-mm999-casino-new-slot-games-review__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-mm999-casino-new-slot-games-review__section-title {
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-mm999-casino-new-slot-games-review__list,
.page-blog-mm999-casino-new-slot-games-review__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mm999-casino-new-slot-games-review__list li,
.page-blog-mm999-casino-new-slot-games-review__ordered-list li {
  margin-bottom: 0.5em;
  color: #A7D9B8; /* Text Secondary */
}

/* Grid for criteria cards */
.page-blog-mm999-casino-new-slot-games-review__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-mm999-casino-new-slot-games-review__card {
  background-color: #11271B; /* Card B G */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #A7D9B8; /* Text Secondary */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-mm999-casino-new-slot-games-review__card-title {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-size: 1.25em;
}

.page-blog-mm999-casino-new-slot-games-review__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 800px; /* Limit content image width */
  min-width: 200px; /* Min size requirement */
}

/* Blog Cards for reviews */
.page-blog-mm999-casino-new-slot-games-review__blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px; /* Min size requirement */
  min-height: 200px; /* Min size requirement */
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-title a:hover {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-meta {
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-link {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
  transition: opacity 0.3s ease;
}

.page-blog-mm999-casino-new-slot-games-review__blog-card-link:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* CTA Section */
.page-blog-mm999-casino-new-slot-games-review__cta-section,
.page-blog-mm999-casino-new-slot-games-review__final-cta {
  text-align: center;
  padding: 40px 20px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-blog-mm999-casino-new-slot-games-review__cta-section p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #F2FFF6; /* Text Main */
}

/* FAQ Section */
.page-blog-mm999-casino-new-slot-games-review__faq-section {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-mm999-casino-new-slot-games-review__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-mm999-casino-new-slot-games-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  position: relative;
  list-style: none; /* For details/summary */
}

.page-blog-mm999-casino-new-slot-games-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-mm999-casino-new-slot-games-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #57E38D; /* Glow */
}

.page-blog-mm999-casino-new-slot-games-review__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-mm999-casino-new-slot-games-review__faq-answer p {
  margin-bottom: 0;
}


/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-mm999-casino-new-slot-games-review__hero-content {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  /* General mobile text sizes */
  .page-blog-mm999-casino-new-slot-games-review {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 10px !important; /* body already has padding-top */
  }

  .page-blog-mm999-casino-new-slot-games-review h1 {
    font-size: clamp(2em, 8vw, 2.5em); /* Adjust for smaller screens */
  }

  .page-blog-mm999-casino-new-slot-games-review h2 {
    font-size: clamp(1.6em, 6vw, 2em);
    margin-top: 30px;
  }

  .page-blog-mm999-casino-new-slot-games-review h3 {
    font-size: clamp(1.3em, 5vw, 1.6em);
  }

  /* Images responsive */
  .page-blog-mm999-casino-new-slot-games-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Image containers responsive */
  .page-blog-mm999-casino-new-slot-games-review__hero-image-wrapper,
  .page-blog-mm999-casino-new-slot-games-review__content-area,
  .page-blog-mm999-casino-new-slot-games-review__grid-container,
  .page-blog-mm999-casino-new-slot-games-review__blog-cards,
  .page-blog-mm999-casino-new-slot-games-review__cta-section,
  .page-blog-mm999-casino-new-slot-games-review__final-cta,
  .page-blog-mm999-casino-new-slot-games-review__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-blog-mm999-casino-new-slot-games-review__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px !important;
    padding: 0 15px !important; /* Add padding to button container */
  }

  .page-blog-mm999-casino-new-slot-games-review__btn-primary,
  .page-blog-mm999-casino-new-slot-games-review__btn-secondary,
  .page-blog-mm999-casino-new-slot-games-review__blog-card-link {
    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; /* Ensure padding for full width buttons */
    padding-right: 15px !important;
  }

  .page-blog-mm999-casino-new-slot-games-review__blog-card {
    flex-direction: column !important; /* Stack image and content */
  }

  .page-blog-mm999-casino-new-slot-games-review__blog-card-image {
    height: auto !important; /* Allow image height to adjust */
  }
}