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

/* Custom Colors */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-card-bg: #11271B;
  --page-background: #08160F;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green-color: #0A4B2C;
}

/* Base styles for the page content */
.page-blog-new-slot-games-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-text-main); /* Default text color for dark background */
  background-color: var(--page-background); /* Default background color */
}

.page-blog-new-slot-games-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-new-slot-games-review__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: var(--page-text-main);
}

.page-blog-new-slot-games-review__sub-section-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--page-text-main);
}

.page-blog-new-slot-games-review__text-block {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  color: var(--page-text-secondary);
}

.page-blog-new-slot-games-review__btn-primary,
.page-blog-new-slot-games-review__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%; /* Ensure button adapts to container */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
}

.page-blog-new-slot-games-review__btn-primary {
  background: var(--page-button-gradient);
  color: var(--page-text-main);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-blog-new-slot-games-review__btn-secondary {
  background: transparent;
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-new-slot-games-review__btn-secondary:hover {
  background: var(--page-primary-color);
  color: #ffffff;
}

.page-blog-new-slot-games-review__btn-small {
  padding: 8px 18px;
  font-size: 0.9em;
}

/* Section Backgrounds for Contrast */
.page-blog-new-slot-games-review__dark-bg {
  background-color: var(--page-background);
  color: var(--page-text-main);
}

.page-blog-new-slot-games-review__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-new-slot-games-review__light-bg .page-blog-new-slot-games-review__section-title,
.page-blog-new-slot-games-review__light-bg .page-blog-new-slot-games-review__sub-section-title {
  color: #000000;
}

.page-blog-new-slot-games-review__light-bg .page-blog-new-slot-games-review__text-block,
.page-blog-new-slot-games-review__light-bg .page-blog-new-slot-games-review__subtitle {
  color: #555555;
}

.page-blog-new-slot-games-review__text-main {
  color: var(--page-text-main);
}

.page-blog-new-slot-games-review__text-secondary {
  color: var(--page-text-secondary);
}

/* Hero Section */
.page-blog-new-slot-games-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-new-slot-games-review__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page-blog-new-slot-games-review__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.page-blog-new-slot-games-review__main-title {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--page-gold-color);
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
}

.page-blog-new-slot-games-review__subtitle {
  font-size: 1.2em;
  color: var(--page-text-secondary);
  margin-bottom: 40px;
}

.page-blog-new-slot-games-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Intro Section */
.page-blog-new-slot-games-review__intro-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.page-blog-new-slot-games-review__feature-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #333333;
}

.page-blog-new-slot-games-review__feature-title {
  font-size: 1.5em;
  color: var(--page-primary-color);
  margin-bottom: 15px;
}

.page-blog-new-slot-games-review__feature-item p {
  color: #555555;
}

/* Video Section */
.page-blog-new-slot-games-review__video-section {
  padding: 80px 20px;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-new-slot-games-review__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* Max width for video container */
  margin: 40px auto;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-new-slot-games-review__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-blog-new-slot-games-review__video-tip {
  font-style: italic;
  color: var(--page-text-secondary);
  margin-top: 10px;
}

/* Games Review Section */
.page-blog-new-slot-games-review__games-review-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-blog-new-slot-games-review__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
  border: 1px solid var(--page-border-color);
}

.page-blog-new-slot-games-review__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-new-slot-games-review__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-new-slot-games-review__card-title {
  font-size: 1.6em;
  color: var(--page-primary-color);
  margin-bottom: 10px;
}

.page-blog-new-slot-games-review__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-new-slot-games-review__game-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.95em;
}

.page-blog-new-slot-games-review__game-features li {
  margin-bottom: 5px;
  color: #666666;
}

.page-blog-new-slot-games-review__provider-info {
  margin-top: 60px;
  padding: 40px;
  background-color: #f2f7f4;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  color: #333333;
}

.page-blog-new-slot-games-review__provider-info .page-blog-new-slot-games-review__text-block {
  color: #555555;
}

/* Guide Section */
.page-blog-new-slot-games-review__guide-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__guide-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.page-blog-new-slot-games-review__step-item {
  background-color: var(--page-card-bg);
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--page-border-color);
}

.page-blog-new-slot-games-review__step-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-new-slot-games-review__step-title {
  font-size: 1.8em;
  color: var(--page-gold-color);
  margin-bottom: 15px;
}

.page-blog-new-slot-games-review__step-item p {
  color: var(--page-text-secondary);
  margin-bottom: 20px;
}

/* Promotions Section */
.page-blog-new-slot-games-review__promotions-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-blog-new-slot-games-review__promo-card {
  background-color: var(--page-card-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--page-border-color);
}

.page-blog-new-slot-games-review__promo-card .page-blog-new-slot-games-review__card-title {
  color: var(--page-gold-color);
  font-size: 1.6em;
}

.page-blog-new-slot-games-review__promo-card .page-blog-new-slot-games-review__card-description {
  color: var(--page-text-secondary);
  flex-grow: 1;
  margin-bottom: 25px;
}

/* Security Section */
.page-blog-new-slot-games-review__security-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__security-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.page-blog-new-slot-games-review__security-features .page-blog-new-slot-games-review__feature-item {
  background-color: var(--page-card-bg);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: var(--page-text-main);
  border: 1px solid var(--page-border-color);
}

.page-blog-new-slot-games-review__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-new-slot-games-review__security-features .page-blog-new-slot-games-review__feature-title {
  color: var(--page-gold-color);
}

.page-blog-new-slot-games-review__security-features .page-blog-new-slot-games-review__feature-item p {
  color: var(--page-text-secondary);
}

.page-blog-new-slot-games-review__cta-footer {
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-new-slot-games-review__faq-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__faq-list {
  max-width: 800px;
  margin: 50px auto 0 auto;
  text-align: left;
}

.page-blog-new-slot-games-review__faq-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.page-blog-new-slot-games-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--page-primary-color);
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-blog-new-slot-games-review__faq-question:hover {
  background-color: #f0f0f0;
}

.page-blog-new-slot-games-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--page-primary-color);
}

.page-blog-new-slot-games-review__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #555555;
}

.page-blog-new-slot-games-review__faq-answer p {
  margin-bottom: 10px;
  text-align: left;
}

/* Style for details element */
.page-blog-new-slot-games-review__faq-item[open] .page-blog-new-slot-games-review__faq-question {
  background-color: #f0f0f0;
}

.page-blog-new-slot-games-review__faq-item[open] .page-blog-new-slot-games-review__faq-toggle {
  content: '−'; /* Change to minus sign when open */
}

.page-blog-new-slot-games-review__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-new-slot-games-review__faq-question::marker {
  display: none; /* Hide default marker */
}

/* Conclusion Section */
.page-blog-new-slot-games-review__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-new-slot-games-review__conclusion-section .page-blog-new-slot-games-review__cta-buttons {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-new-slot-games-review__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-new-slot-games-review__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-new-slot-games-review {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-new-slot-games-review__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-new-slot-games-review__hero-section,
  .page-blog-new-slot-games-review__intro-section,
  .page-blog-new-slot-games-review__video-section,
  .page-blog-new-slot-games-review__games-review-section,
  .page-blog-new-slot-games-review__guide-section,
  .page-blog-new-slot-games-review__promotions-section,
  .page-blog-new-slot-games-review__security-section,
  .page-blog-new-slot-games-review__faq-section,
  .page-blog-new-slot-games-review__conclusion-section {
    padding: 40px 0 !important;
    padding-top: 10px !important; /* body handles header offset, small decorative padding */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-new-slot-games-review__hero-content {
    padding: 0 15px;
  }

  .page-blog-new-slot-games-review__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-new-slot-games-review__section-title {
    font-size: 1.8em;
  }

  .page-blog-new-slot-games-review__subtitle,
  .page-blog-new-slot-games-review__text-block {
    font-size: 1em;
  }

  .page-blog-new-slot-games-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-new-slot-games-review__btn-primary,
  .page-blog-new-slot-games-review__btn-secondary,
  .page-blog-new-slot-games-review a[class*="button"],
  .page-blog-new-slot-games-review a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-new-slot-games-review__feature-item,
  .page-blog-new-slot-games-review__step-item,
  .page-blog-new-slot-games-review__promo-card {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  /* Image responsive rules */
  .page-blog-new-slot-games-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Video responsive rules */
  .page-blog-new-slot-games-review video,
  .page-blog-new-slot-games-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-new-slot-games-review__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-blog-new-slot-games-review__game-cards,
  .page-blog-new-slot-games-review__guide-steps,
  .page-blog-new-slot-games-review__promo-cards,
  .page-blog-new-slot-games-review__security-features {
    grid-template-columns: 1fr;
  }

  .page-blog-new-slot-games-review__card {
    flex-direction: column;
  }

  .page-blog-new-slot-games-review__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-new-slot-games-review__faq-answer {
    padding: 0 20px 15px 20px;
  }
}