/* style/blog-how-to-find-nbet88-new-link.css */
.page-blog-how-to-find-nbet88-new-link {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark (#121212), so text is light */
  line-height: 1.6;
}

.page-blog-how-to-find-nbet88-new-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom padding */
  background-color: #1a1a1a; /* Dark background for hero section */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-find-nbet88-new-link__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height of the image wrapper */
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.page-blog-how-to-find-nbet88-new-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-blog-how-to-find-nbet88-new-link__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -100px; /* Pull content up over the image slightly for better visual flow */
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text */
  padding: 30px;
  border-radius: 8px;
}

.page-blog-how-to-find-nbet88-new-link__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-how-to-find-nbet88-new-link__hero-description {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-how-to-find-nbet88-new-link__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-how-to-find-nbet88-new-link__btn-primary,
.page-blog-how-to-find-nbet88-new-link__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-how-to-find-nbet88-new-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-find-nbet88-new-link__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-how-to-find-nbet88-new-link__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-find-nbet88-new-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-find-nbet88-new-link__content-area,
.page-blog-how-to-find-nbet88-new-link__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #121212; /* Dark background from body */
  color: #ffffff; /* Light text for dark background */
}

.page-blog-how-to-find-nbet88-new-link__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.page-blog-how-to-find-nbet88-new-link__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-how-to-find-nbet88-new-link__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #e0e0e0;
}

.page-blog-how-to-find-nbet88-new-link__highlight {
  color: #26A9E0;
  font-weight: 600;
}

.page-blog-how-to-find-nbet88-new-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-find-nbet88-new-link__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-find-nbet88-new-link__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-find-nbet88-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-find-nbet88-new-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-find-nbet88-new-link__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-how-to-find-nbet88-new-link__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-find-nbet88-new-link__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Ensure correct display for details/summary */
details.page-blog-how-to-find-nbet88-new-link__faq-item[open] > summary.page-blog-how-to-find-nbet88-new-link__faq-question {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Conclusion Section specific styles */
.page-blog-how-to-find-nbet88-new-link__conclusion-section {
  text-align: center;
  background-color: #1a1a1a;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-find-nbet88-new-link__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-how-to-find-nbet88-new-link__hero-content {
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-find-nbet88-new-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-find-nbet88-new-link__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-find-nbet88-new-link__hero-content {
    margin-top: -60px; /* Adjust for smaller screens */
    padding: 20px;
  }

  .page-blog-how-to-find-nbet88-new-link__main-title {
    font-size: 2.2rem !important;
  }

  .page-blog-how-to-find-nbet88-new-link__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-find-nbet88-new-link__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-find-nbet88-new-link__btn-primary,
  .page-blog-how-to-find-nbet88-new-link__btn-secondary {
    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-how-to-find-nbet88-new-link__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-find-nbet88-new-link__sub-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-find-nbet88-new-link__content-area,
  .page-blog-how-to-find-nbet88-new-link__conclusion-section {
    padding: 40px 15px;
  }

  /* Images responsive */
  .page-blog-how-to-find-nbet88-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-find-nbet88-new-link__hero-image-wrapper,
  .page-blog-how-to-find-nbet88-new-link__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-find-nbet88-new-link__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-find-nbet88-new-link__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-how-to-find-nbet88-new-link__faq-answer {
    padding: 0 15px 15px;
  }
}