/* style/blog-how-to-access-hbbet.css */
.page-blog-how-to-access-hbbet {
  color: #ffffff; /* Body background is dark (#0a0a0a), so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-access-hbbet__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0a0a0a;
  overflow: hidden;
}

.page-blog-how-to-access-hbbet__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
}

.page-blog-how-to-access-hbbet__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.6;
}

.page-blog-how-to-access-hbbet__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  color: #ffffff;
}

.page-blog-how-to-access-hbbet__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #26A9E0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-blog-how-to-access-hbbet__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-access-hbbet__content-section {
  background-color: #0a0a0a; /* Dark background from body */
  padding: 40px 0;
}

.page-blog-how-to-access-hbbet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-access-hbbet__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-how-to-access-hbbet__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-how-to-access-hbbet__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-access-hbbet__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-how-to-access-hbbet__image-content {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-hbbet__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-access-hbbet__ordered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-access-hbbet__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-access-hbbet__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-access-hbbet__step-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-how-to-access-hbbet__step-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-access-hbbet__step-description {
  font-size: 0.95rem;
  color: #f0f0f0;
}

.page-blog-how-to-access-hbbet__link-inline {
  color: #EA7C07;
  text-decoration: underline;
}

.page-blog-how-to-access-hbbet__link-inline:hover {
  color: #ff9800;
}

.page-blog-how-to-access-hbbet__btn-primary,
.page-blog-how-to-access-hbbet__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-access-hbbet__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-blog-how-to-access-hbbet__btn-primary:hover {
  background: #1a8cc4;
  border-color: #1a8cc4;
}

.page-blog-how-to-access-hbbet__btn-secondary {
  background: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-access-hbbet__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-access-hbbet__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-how-to-access-hbbet__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-access-hbbet__game-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-how-to-access-hbbet__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-how-to-access-hbbet__game-title {
  font-size: 1.2rem;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-how-to-access-hbbet__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-how-to-access-hbbet__game-title a:hover {
  text-decoration: underline;
}

.page-blog-how-to-access-hbbet__game-description {
  font-size: 0.9rem;
  color: #f0f0f0;
}

.page-blog-how-to-access-hbbet__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-access-hbbet__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-how-to-access-hbbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-access-hbbet__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

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

.page-blog-how-to-access-hbbet__faq-item[open] .page-blog-how-to-access-hbbet__faq-toggle {
  content: '−';
}

.page-blog-how-to-access-hbbet__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-access-hbbet__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-access-hbbet__main-title {
    font-size: 2rem;
  }

  .page-blog-how-to-access-hbbet__description {
    font-size: 1rem;
  }

  .page-blog-how-to-access-hbbet__container {
    padding: 0 15px;
  }

  .page-blog-how-to-access-hbbet__section-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-access-hbbet__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-access-hbbet__text-block,
  .page-blog-how-to-access-hbbet__list-item,
  .page-blog-how-to-access-hbbet__step-description,
  .page-blog-how-to-access-hbbet__game-description,
  .page-blog-how-to-access-hbbet__faq-answer {
    font-size: 15px;
  }

  .page-blog-how-to-access-hbbet__btn-primary,
  .page-blog-how-to-access-hbbet__btn-secondary {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px 20px;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-blog-how-to-access-hbbet__cta-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-access-hbbet__game-showcase {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-access-hbbet__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  /* Mobile image and video responsive */
  .page-blog-how-to-access-hbbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-access-hbbet__section,
  .page-blog-how-to-access-hbbet__card,
  .page-blog-how-to-access-hbbet__container,
  .page-blog-how-to-access-hbbet__step-card,
  .page-blog-how-to-access-hbbet__game-card,
  .page-blog-how-to-access-hbbet__faq-item {
    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-access-hbbet__hero-image-wrapper {
    overflow: hidden !important;
  }
  .page-blog-how-to-access-hbbet__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}