/* style/blog-ebet-no-hu-slots-guide.css */
.page-blog-ebet-no-hu-slots-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page content */
  background-color: var(--bg, #08160F); /* Page background color */
}

.page-blog-ebet-no-hu-slots-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-ebet-no-hu-slots-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding for the first section */
  text-align: center;
  background-color: var(--bg, #08160F);
  overflow: hidden;
}

.page-blog-ebet-no-hu-slots-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-blog-ebet-no-hu-slots-guide__hero-content {
  position: relative;
  max-width: 800px;
  padding: 40px 20px;
  background-color: var(--card-bg, #11271B);
  border-radius: 8px;
  margin-top: -80px; /* Overlap slightly with the image for design */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-blog-ebet-no-hu-slots-guide__hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-ebet-no-hu-slots-guide__hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-ebet-no-hu-slots-guide__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-blog-ebet-no-hu-slots-guide__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-ebet-no-hu-slots-guide__text-block {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
}

.page-blog-ebet-no-hu-slots-guide__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-ebet-no-hu-slots-guide__image-block {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
  max-width: 800px; /* Constrain block images */
}

.page-blog-ebet-no-hu-slots-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-ebet-no-hu-slots-guide__list-item {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-ebet-no-hu-slots-guide__list-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: var(--main-color, #11A84E);
}

.page-blog-ebet-no-hu-slots-guide__cta-button,
.page-blog-ebet-no-hu-slots-guide__btn-primary,
.page-blog-ebet-no-hu-slots-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-ebet-no-hu-slots-guide__cta-button {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  font-size: 1.1rem;
}

.page-blog-ebet-no-hu-slots-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-ebet-no-hu-slots-guide__cta-button--small {
  font-size: 1rem;
  padding: 10px 20px;
  margin-top: 20px;
}

.page-blog-ebet-no-hu-slots-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%; /* Ensure container takes full width for responsiveness */
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-ebet-no-hu-slots-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-ebet-no-hu-slots-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-ebet-no-hu-slots-guide__btn-secondary {
  background: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-ebet-no-hu-slots-guide__btn-secondary:hover {
  background-color: var(--border-color, #2E7A4E);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-ebet-no-hu-slots-guide__introduction-section,
.page-blog-ebet-no-hu-slots-guide__what-is-slot-section,
.page-blog-ebet-no-hu-slots-guide__how-to-play-section,
.page-blog-ebet-no-hu-slots-guide__tips-section,
.page-blog-ebet-no-hu-slots-guide__understanding-section,
.page-blog-ebet-no-hu-slots-guide__promotions-section,
.page-blog-ebet-no-hu-slots-guide__responsible-gaming-section,
.page-blog-ebet-no-hu-slots-guide__faq-section,
.page-blog-ebet-no-hu-slots-guide__call-to-action-section {
  padding: 60px 0;
  background-color: var(--bg, #08160F);
}

.page-blog-ebet-no-hu-slots-guide__faq-list {
  margin-top: 40px;
  background-color: var(--card-bg, #11271B);
  border-radius: 8px;
  padding: 20px;
}

.page-blog-ebet-no-hu-slots-guide__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--divider, #1E3A2A);
  padding-bottom: 15px;
}

.page-blog-ebet-no-hu-slots-guide__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-ebet-no-hu-slots-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  font-size: 1.1rem;
  padding: 10px 0;
  list-style: none; /* For details summary */
}

.page-blog-ebet-no-hu-slots-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-ebet-no-hu-slots-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--gold, #F2C14E);
  transition: transform 0.3s ease;
}

.page-blog-ebet-no-hu-slots-guide__faq-item[open] .page-blog-ebet-no-hu-slots-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-ebet-no-hu-slots-guide__faq-answer {
  color: var(--text-secondary, #A7D9B8);
  font-size: 1rem;
  padding: 10px 0 5px 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-blog-ebet-no-hu-slots-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-ebet-no-hu-slots-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-ebet-no-hu-slots-guide__hero-content {
    margin-top: -50px;
    padding: 30px 15px;
  }

  .page-blog-ebet-no-hu-slots-guide__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-ebet-no-hu-slots-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-ebet-no-hu-slots-guide__section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
    padding-top: 20px;
  }

  .page-blog-ebet-no-hu-slots-guide__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    margin-top: 20px;
  }

  /* Images responsiveness */
  .page-blog-ebet-no-hu-slots-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-ebet-no-hu-slots-guide__image-full-width,
  .page-blog-ebet-no-hu-slots-guide__image-block {
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons responsiveness */
  .page-blog-ebet-no-hu-slots-guide__cta-button,
  .page-blog-ebet-no-hu-slots-guide__btn-primary,
  .page-blog-ebet-no-hu-slots-guide__btn-secondary,
  .page-blog-ebet-no-hu-slots-guide a[class*="button"],
  .page-blog-ebet-no-hu-slots-guide a[class*="btn"] {
    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-ebet-no-hu-slots-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-ebet-no-hu-slots-guide__introduction-section,
  .page-blog-ebet-no-hu-slots-guide__what-is-slot-section,
  .page-blog-ebet-no-hu-slots-guide__how-to-play-section,
  .page-blog-ebet-no-hu-slots-guide__tips-section,
  .page-blog-ebet-no-hu-slots-guide__understanding-section,
  .page-blog-ebet-no-hu-slots-guide__promotions-section,
  .page-blog-ebet-no-hu-slots-guide__responsible-gaming-section,
  .page-blog-ebet-no-hu-slots-guide__faq-section,
  .page-blog-ebet-no-hu-slots-guide__call-to-action-section {
    padding: 30px 0;
  }

  .page-blog-ebet-no-hu-slots-guide__faq-list {
    padding: 15px;
  }
  
  .page-blog-ebet-no-hu-slots-guide__hero-section {
    padding-top: 10px !important; /* body handles header offset */
  }
}