.page-blog-nohu-52-slot-winning-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f8f9fa; /* Assuming body background is light */
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-nohu-52-slot-winning-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-nohu-52-slot-winning-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px; /* Space below content */
  overflow: hidden;
  background-color: #f8f9fa;
}

.page-blog-nohu-52-slot-winning-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Limit height on desktop */
  margin-bottom: 30px;
}

.page-blog-nohu-52-slot-winning-tips__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-nohu-52-slot-winning-tips__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size */
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-nohu-52-slot-winning-tips__hero-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-nohu-52-slot-winning-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-nohu-52-slot-winning-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-nohu-52-slot-winning-tips__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-nohu-52-slot-winning-tips__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-nohu-52-slot-winning-tips__btn-secondary:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-blog-nohu-52-slot-winning-tips__introduction-section,
.page-blog-nohu-52-slot-winning-tips__registration-guide-section,
.page-blog-nohu-52-slot-winning-tips__winning-tips-section,
.page-blog-nohu-52-slot-winning-tips__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-nohu-52-slot-winning-tips__popular-slots-section,
.page-blog-nohu-52-slot-winning-tips__common-mistakes-section,
.page-blog-nohu-52-slot-winning-tips__conclusion-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-nohu-52-slot-winning-tips__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-nohu-52-slot-winning-tips__section-title--white {
  color: #ffffff;
}

.page-blog-nohu-52-slot-winning-tips__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-nohu-52-slot-winning-tips__sub-title--white {
  color: #ffffff;
}

.page-blog-nohu-52-slot-winning-tips__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-blog-nohu-52-slot-winning-tips__text-block--white {
  color: #f0f0f0;
}

.page-blog-nohu-52-slot-winning-tips__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
}

.page-blog-nohu-52-slot-winning-tips__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-nohu-52-slot-winning-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #333333;
}

.page-blog-nohu-52-slot-winning-tips__list li {
  margin-bottom: 10px;
}

.page-blog-nohu-52-slot-winning-tips__faq-list {
  margin-top: 40px;
}

.page-blog-nohu-52-slot-winning-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-nohu-52-slot-winning-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f0f8ff;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-nohu-52-slot-winning-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-nohu-52-slot-winning-tips__faq-question::marker {
  display: none;
}

.page-blog-nohu-52-slot-winning-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-nohu-52-slot-winning-tips__faq-item[open] .page-blog-nohu-52-slot-winning-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-nohu-52-slot-winning-tips__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #555555;
  border-top: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.page-blog-nohu-52-slot-winning-tips__faq-answer p {
  margin-bottom: 0;
}

.page-blog-nohu-52-slot-winning-tips__button-group {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Links within content */
.page-blog-nohu-52-slot-winning-tips a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-nohu-52-slot-winning-tips a:hover {
  color: #1e87c0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-nohu-52-slot-winning-tips__hero-image {
    max-height: 400px;
  }
  .page-blog-nohu-52-slot-winning-tips__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }
  .page-blog-nohu-52-slot-winning-tips__section-title {
    font-size: 1.8em;
  }
  .page-blog-nohu-52-slot-winning-tips__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-nohu-52-slot-winning-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-nohu-52-slot-winning-tips__hero-image {
    max-height: 300px;
  }
  .page-blog-nohu-52-slot-winning-tips__hero-content {
    padding: 0 15px;
  }
  .page-blog-nohu-52-slot-winning-tips__main-title {
    font-size: clamp(1.6em, 6vw, 2.2em);
    margin-bottom: 15px;
  }
  .page-blog-nohu-52-slot-winning-tips__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-nohu-52-slot-winning-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
  }
  .page-blog-nohu-52-slot-winning-tips__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-nohu-52-slot-winning-tips__introduction-section,
  .page-blog-nohu-52-slot-winning-tips__registration-guide-section,
  .page-blog-nohu-52-slot-winning-tips__winning-tips-section,
  .page-blog-nohu-52-slot-winning-tips__faq-section,
  .page-blog-nohu-52-slot-winning-tips__popular-slots-section,
  .page-blog-nohu-52-slot-winning-tips__common-mistakes-section,
  .page-blog-nohu-52-slot-winning-tips__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-nohu-52-slot-winning-tips__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-nohu-52-slot-winning-tips__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-blog-nohu-52-slot-winning-tips__sub-title {
    font-size: 1.2em;
    margin-top: 25px;
  }
  .page-blog-nohu-52-slot-winning-tips__text-block,
  .page-blog-nohu-52-slot-winning-tips__list,
  .page-blog-nohu-52-slot-winning-tips__faq-answer {
    font-size: 0.95em;
  }
  .page-blog-nohu-52-slot-winning-tips__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-blog-nohu-52-slot-winning-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-nohu-52-slot-winning-tips__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}