.page-blog-how-to-access-168bet {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-access-168bet__hero-section {
  padding-top: 10px; /* Small top padding as per rules */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  background-color: #F4F7FB;
}

.page-blog-how-to-access-168bet__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-how-to-access-168bet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure image meets minimum size */
  border-radius: 8px;
}

.page-blog-how-to-access-168bet__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
}

.page-blog-how-to-access-168bet__main-title {
  color: #1F2D3D;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 100%;
}

.page-blog-how-to-access-168bet__description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #1F2D3D;
}

.page-blog-how-to-access-168bet__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
  min-width: 200px; /* Ensure button is not too small */
  text-align: center;
}

.page-blog-how-to-access-168bet__cta-button:hover {
  opacity: 0.9;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-access-168bet__content-section {
  padding: 20px 0;
}

.page-blog-how-to-access-168bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-access-168bet__section-title {
  color: #1F2D3D;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-access-168bet__subsection-title {
  color: #1F2D3D;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-access-168bet__paragraph {
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-how-to-access-168bet__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 30px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-access-168bet__code-snippet {
  background-color: #E0EFFF;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  color: #2F6BFF;
}

.page-blog-how-to-access-168bet__button {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
  font-size: 0.95em;
  min-width: 150px;
  text-align: center;
}

.page-blog-how-to-access-168bet__button:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.3);
}

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

.page-blog-how-to-access-168bet__risk-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-how-to-access-168bet__risk-item:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-access-168bet__risk-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-access-168bet__risk-title {
  color: #1F2D3D;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-blog-how-to-access-168bet__risk-description {
  color: #1F2D3D;
  font-size: 0.95em;
}

.page-blog-how-to-access-168bet__security-tips-list,
.page-blog-how-to-access-168bet__action-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-access-168bet__security-tips-list li,
.page-blog-how-to-access-168bet__action-list li {
  background-color: #FFFFFF;
  border-left: 4px solid #2F6BFF;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  color: #1F2D3D;
}

.page-blog-how-to-access-168bet__inline-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-access-168bet__inline-link:hover {
  text-decoration: underline;
}

.page-blog-how-to-access-168bet__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-access-168bet__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-blog-how-to-access-168bet__faq-question {
  color: #2F6BFF;
  font-size: 1.15em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-access-168bet__faq-answer {
  color: #1F2D3D;
  font-size: 1em;
}

.page-blog-how-to-access-168bet__bottom-cta {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF;
}

.page-blog-how-to-access-168bet__cta-text {
  font-size: 1.5em;
  color: #1F2D3D;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-blog-how-to-access-168bet__cta-button--large {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 35px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-access-168bet__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-access-168bet__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-access-168bet__description {
    font-size: 1em;
  }

  .page-blog-how-to-access-168bet__section-title {
    font-size: 1.7em;
  }

  .page-blog-how-to-access-168bet__subsection-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-access-168bet__risk-list {
    grid-template-columns: 1fr;
  }

  /* Force content images to be responsive and not overflow */
  .page-blog-how-to-access-168bet__content-image,
  .page-blog-how-to-access-168bet__risk-image,
  .page-blog-how-to-access-168bet__hero-image {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px; /* Still enforce minimum size */
    min-height: 200px;
  }

  .page-blog-how-to-access-168bet__cta-text {
    font-size: 1.2em;
  }

  .page-blog-how-to-access-168bet__cta-button--large {
    font-size: 1em;
    padding: 12px 28px;
  }
}