/* style/blog-latest-hbbet-link.css */
.page-blog-latest-hbbet-link {
  color: #ffffff; /* Body background is dark, so text is light */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-latest-hbbet-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-latest-hbbet-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: #0a0a0a; /* Ensure hero section has a background */
  overflow: hidden;
}

.page-blog-latest-hbbet-link__hero-image-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-latest-hbbet-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-latest-hbbet-link__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1; /* Ensure content is above image if there's any overlap */
}

.page-blog-latest-hbbet-link__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0; /* Brand color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-latest-hbbet-link__description {
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-latest-hbbet-link__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-latest-hbbet-link__btn-primary,
.page-blog-latest-hbbet-link__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-latest-hbbet-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-latest-hbbet-link__btn-primary:hover {
  background-color: #1a8cc7;
  border-color: #1a8cc7;
}

.page-blog-latest-hbbet-link__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-latest-hbbet-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-latest-hbbet-link__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.page-blog-latest-hbbet-link__intro-section,
.page-blog-latest-hbbet-link__advantages-section,
.page-blog-latest-hbbet-link__game-types-section,
.page-blog-latest-hbbet-link__access-guide-section,
.page-blog-latest-hbbet-link__promotions-section,
.page-blog-latest-hbbet-link__faq-section,
.page-blog-latest-hbbet-link__final-cta-section {
  padding: 40px 0;
  background-color: #0a0a0a; /* Consistent dark background */
}

.page-blog-latest-hbbet-link__intro-section p,
.page-blog-latest-hbbet-link__access-guide-section p,
.page-blog-latest-hbbet-link__promotions-section p,
.page-blog-latest-hbbet-link__final-cta-section p {
  font-size: 1.05rem;
  color: #f0f0f0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-latest-hbbet-link__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-latest-hbbet-link__advantage-card,
.page-blog-latest-hbbet-link__game-card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-blog-latest-hbbet-link__advantage-card:hover,
.page-blog-latest-hbbet-link__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-hbbet-link__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-latest-hbbet-link__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-latest-hbbet-link__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-latest-hbbet-link__card-title a:hover {
  text-decoration: underline;
}

.page-blog-latest-hbbet-link__advantage-card p,
.page-blog-latest-hbbet-link__game-card p {
  font-size: 1rem;
  color: #e0e0e0;
  text-align: justify;
}

.page-blog-latest-hbbet-link__guide-list,
.page-blog-latest-hbbet-link__promo-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-latest-hbbet-link__guide-list li,
.page-blog-latest-hbbet-link__promo-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05rem;
  color: #ffffff;
  text-align: justify;
  position: relative;
  padding-left: 40px;
}

.page-blog-latest-hbbet-link__guide-list li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  color: #26A9E0;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 15px;
}

.page-blog-latest-hbbet-link__promo-list li::before {
  content: "\2713"; /* Checkmark */
  color: #26A9E0;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 15px;
}

.page-blog-latest-hbbet-link__cta-full-width {
  text-align: center;
  margin-top: 40px;
}

.page-blog-latest-hbbet-link__faq-list {
  margin-top: 30px;
}

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

.page-blog-latest-hbbet-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-latest-hbbet-link__faq-item[open] .page-blog-latest-hbbet-link__faq-question {
  border-bottom: 1px solid transparent;
}

.page-blog-latest-hbbet-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-latest-hbbet-link__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-latest-hbbet-link__faq-item[open] .page-blog-latest-hbbet-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-latest-hbbet-link__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #e0e0e0;
  text-align: justify;
}

.page-blog-latest-hbbet-link__final-cta-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-latest-hbbet-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-latest-hbbet-link__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-latest-hbbet-link__hero-content {
    padding: 0 15px;
  }

  .page-blog-latest-hbbet-link__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-latest-hbbet-link__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-latest-hbbet-link__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-latest-hbbet-link__btn-primary,
  .page-blog-latest-hbbet-link__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-latest-hbbet-link__section-title {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .page-blog-latest-hbbet-link__container {
    padding: 0 15px;
  }

  .page-blog-latest-hbbet-link__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-latest-hbbet-link__card-image {
    height: 180px;
  }

  .page-blog-latest-hbbet-link__card-title {
    font-size: 1.3rem;
  }

  .page-blog-latest-hbbet-link__advantage-card p,
  .page-blog-latest-hbbet-link__game-card p {
    font-size: 0.95rem;
  }

  .page-blog-latest-hbbet-link__guide-list li,
  .page-blog-latest-hbbet-link__promo-list li {
    font-size: 0.95rem;
    padding: 12px 15px 12px 40px;
  }

  .page-blog-latest-hbbet-link__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-latest-hbbet-link__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px 20px;
  }

  /* Mobile image responsiveness */
  .page-blog-latest-hbbet-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-latest-hbbet-link__section,
  .page-blog-latest-hbbet-link__card,
  .page-blog-latest-hbbet-link__container,
  .page-blog-latest-hbbet-link__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-latest-hbbet-link__intro-section,
  .page-blog-latest-hbbet-link__advantages-section,
  .page-blog-latest-hbbet-link__game-types-section,
  .page-blog-latest-hbbet-link__access-guide-section,
  .page-blog-latest-hbbet-link__promotions-section,
  .page-blog-latest-hbbet-link__faq-section,
  .page-blog-latest-hbbet-link__final-cta-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}