/* style/blog-how-to-start-playing-slots-on-nohu-52-win.css */

/* Base styles for the page content, considering dark body background */
.page-blog-how-to-start-playing-slots-on-nohu-52-win {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Main text color for dark background */
  background-color: #08160F; /* Ensure this matches shared body bg if applicable, but this is for content area blocks */
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom before footer */
}

/* Hero Section */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image above text */
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom for separation */
  background-color: #0A4B2C; /* Deep Green as a slightly different dark background for hero */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-image {
  width: 100%;
  max-width: 1200px; /* Ensure image doesn't stretch too wide */
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__main-title {
  color: #F2C14E; /* Gold for main title */
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__subtitle {
  color: #A7D9B8; /* Secondary text color */
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  width: 100%; /* Ensure container takes full width for responsive padding */
  max-width: 600px; /* Limit button group width */
  margin: 0 auto;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-primary,
.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons are responsive */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* White text for green button */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Green text */
  border: 2px solid #2AD16F;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
}

/* Content Area */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__section-title {
  color: #F2C14E; /* Gold for section titles */
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__section-intro p {
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Step-by-step Cards */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-by-step {
  padding: 40px 0;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-card {
  background-color: #11271B; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main for card content */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-title {
  color: #F2C14E; /* Gold for step titles */
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 20px;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-image {
  width: 100%;
  max-width: 600px; /* Limit image width */
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #2E7A4E; /* Border color */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-card p {
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 25px;
  max-width: 800px;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-card .page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-primary,
.page-blog-how-to-start-playing-slots-on-nohu-52-win__step-card .page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-secondary {
  margin-top: 15px;
}


/* Tips Section */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-section {
  padding: 40px 0;
  text-align: center;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: left;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-list li {
  background-color: #11271B; /* Card BG color */
  border-left: 5px solid #2AD16F; /* Green accent */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-list li strong {
  color: #F2C14E; /* Gold for strong text */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
  border: 1px solid #2E7A4E;
  min-width: 200px;
  min-height: 200px;
}


/* Responsible Gaming Section */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__responsible-gaming {
  padding: 40px 0;
  text-align: center;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__responsible-gaming p {
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-section {
  padding: 40px 0;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-item {
  background-color: #11271B; /* Card BG color */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden; /* Ensure content doesn't overflow when collapsed */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green for question background */
  color: #F2FFF6; /* Main text color */
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 1px solid #1E3A2A; /* Divider color */
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-question::marker {
  display: none;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold for toggle icon */
}

/* Style for open details */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-item[open] .page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-answer {
  padding: 20px;
  background-color: #11271B; /* Card BG color */
  color: #A7D9B8; /* Secondary text color */
  font-size: 0.95rem;
}


/* Conclusion Section */
.page-blog-how-to-start-playing-slots-on-nohu-52-win__conclusion-section {
  padding: 40px 0;
  text-align: center;
}

.page-blog-how-to-start-playing-slots-on-nohu-52-win__conclusion-section p {
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-section,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__content-area,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__step-by-step,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-section,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__responsible-gaming,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__faq-section,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__conclusion-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Images */
  .page-blog-how-to-start-playing-slots-on-nohu-52-win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Image containers */
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-section,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__step-card,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__tips-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Buttons */
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-primary,
  .page-blog-how-to-start-playing-slots-on-nohu-52-win__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-start-playing-slots-on-nohu-52-win__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-start-playing-slots-on-nohu-52-win__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-how-to-start-playing-slots-on-nohu-52-win__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }
}