/* style/blog-89bet1-no-hu-game-tips.css */
.page-blog-89bet1-no-hu-game-tips {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f9fa; /* Body background from shared.css */
}

.page-blog-89bet1-no-hu-game-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F; /* Dark background for hero content */
  color: #F2FFF6;
}

.page-blog-89bet1-no-hu-game-tips__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-blog-89bet1-no-hu-game-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Limit height for hero image */
}

.page-blog-89bet1-no-hu-game-tips__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  margin-top: 20px; /* Space between image and text */
}

.page-blog-89bet1-no-hu-game-tips__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold color for title */
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-89bet1-no-hu-game-tips__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  line-height: 1.6;
  color: #A7D9B8;
}

.page-blog-89bet1-no-hu-game-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-89bet1-no-hu-game-tips__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-89bet1-no-hu-game-tips__cta-button--secondary {
  background: #11A84E;
  border: 2px solid #2AD16F;
}

.page-blog-89bet1-no-hu-game-tips__section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333333;
}

.page-blog-89bet1-no-hu-game-tips__intro-section, 
.page-blog-89bet1-no-hu-game-tips__tips-section, 
.page-blog-89bet1-no-hu-game-tips__faq-section,
.page-blog-89bet1-no-hu-game-tips__conclusion-section {
  background-color: #ffffff; /* White background for content sections */
}

.page-blog-89bet1-no-hu-game-tips__promotions-section {
  background-color: #0A4B2C; /* Deep Green background for promotions */
  color: #F2FFF6;
}

.page-blog-89bet1-no-hu-game-tips__promotions-section .page-blog-89bet1-no-hu-game-tips__section-title,
.page-blog-89bet1-no-hu-game-tips__promotions-section .page-blog-89bet1-no-hu-game-tips__text-block {
  color: #F2FFF6;
}

.page-blog-89bet1-no-hu-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-89bet1-no-hu-game-tips__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #11A84E; /* Main brand color for titles */
}

.page-blog-89bet1-no-hu-game-tips__promotions-section .page-blog-89bet1-no-hu-game-tips__section-title {
  color: #F2C14E; /* Gold for promotions title */
}

.page-blog-89bet1-no-hu-game-tips__text-block {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-blog-89bet1-no-hu-game-tips__promotions-section .page-blog-89bet1-no-hu-game-tips__text-block {
  color: #A7D9B8;
}

.page-blog-89bet1-no-hu-game-tips__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-89bet1-no-hu-game-tips__tip-item {
  background-color: #F2FFF6; /* Lightest green background for tip cards */
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-89bet1-no-hu-game-tips__tip-title {
  font-size: 1.5rem;
  color: #0A4B2C; /* Deep Green for tip titles */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-89bet1-no-hu-game-tips__faq-list {
  margin-top: 30px;
}

.page-blog-89bet1-no-hu-game-tips__faq-item {
  background-color: #F2FFF6;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-89bet1-no-hu-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0A4B2C;
  cursor: pointer;
  background-color: #E6F3EB;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-89bet1-no-hu-game-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-89bet1-no-hu-game-tips__faq-question:hover {
  background-color: #D9EDDF;
}

.page-blog-89bet1-no-hu-game-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-89bet1-no-hu-game-tips__faq-item[open] .page-blog-89bet1-no-hu-game-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-89bet1-no-hu-game-tips__faq-answer {
  padding: 20px 25px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333333;
  border-top: 1px solid #2E7A4E;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-89bet1-no-hu-game-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-89bet1-no-hu-game-tips__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-blog-89bet1-no-hu-game-tips__hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-89bet1-no-hu-game-tips__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-89bet1-no-hu-game-tips__cta-button {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-89bet1-no-hu-game-tips__section {
    padding: 40px 15px;
  }

  .page-blog-89bet1-no-hu-game-tips__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-89bet1-no-hu-game-tips__section-title {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-89bet1-no-hu-game-tips__text-block {
    font-size: 1rem;
  }

  .page-blog-89bet1-no-hu-game-tips__tip-title {
    font-size: 1.3rem;
  }

  .page-blog-89bet1-no-hu-game-tips__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-89bet1-no-hu-game-tips__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-blog-89bet1-no-hu-game-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* Ensure images in any container are responsive */
.page-blog-89bet1-no-hu-game-tips__section img,
.page-blog-89bet1-no-hu-game-tips__tip-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Contrast fix for specific elements if needed */
.page-blog-89bet1-no-hu-game-tips__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-89bet1-no-hu-game-tips__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}