.page-blog-168bet-safe-access {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-blog-168bet-safe-access__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-168bet-safe-access__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px 0; /* Small top padding, more bottom padding */
  background-color: #2F6BFF; /* Main color as hero background */
  color: #FFFFFF;
  position: relative;
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-168bet-safe-access__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height to maintain aspect ratio */
  overflow: hidden;
}

.page-blog-168bet-safe-access__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-168bet-safe-access__hero-content {
  max-width: 800px;
  margin-top: 40px; /* Space between image and text */
  padding: 0 20px;
}

.page-blog-168bet-safe-access__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-blog-168bet-safe-access__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0E7FF;
}

.page-blog-168bet-safe-access__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-168bet-safe-access__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-168bet-safe-access__cta-button--secondary {
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
}

.page-blog-168bet-safe-access__cta-button--secondary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
}

.page-blog-168bet-safe-access__content-section {
  padding: 60px 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-168bet-safe-access__content-section:last-of-type {
  margin-bottom: 0;
}

.page-blog-168bet-safe-access__section-title {
  font-size: 2.2em;
  color: #1F2D3D;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-168bet-safe-access__paragraph {
  font-size: 1.05em;
  line-height: 1.7;
  color: #1F2D3D;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-168bet-safe-access__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-168bet-safe-access__image-content {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Ensure minimum display size */
  min-height: 200px; /* Ensure minimum display size */
}

.page-blog-168bet-safe-access__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-168bet-safe-access__ordered-list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-168bet-safe-access__list-item {
  font-size: 1.05em;
  line-height: 1.8;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-blog-168bet-safe-access__inline-link {
  color: #2F6BFF;
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-168bet-safe-access__inline-link:hover {
  color: #6FA3FF;
}

.page-blog-168bet-safe-access__button-group {
  text-align: center;
  margin-top: 40px;
}

.page-blog-168bet-safe-access__faq-item {
  background-color: #F4F7FB;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-blog-168bet-safe-access__faq-question {
  font-size: 1.2em;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-168bet-safe-access__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-168bet-safe-access__hero-content {
    margin-top: 20px;
  }

  .page-blog-168bet-safe-access__main-title {
    font-size: 2em; /* Smaller font size for mobile H1 */
  }

  .page-blog-168bet-safe-access__hero-description {
    font-size: 1em;
  }

  .page-blog-168bet-safe-access__section-title {
    font-size: 1.8em;
  }

  .page-blog-168bet-safe-access__paragraph,
  .page-blog-168bet-safe-access__list-item,
  .page-blog-168bet-safe-access__faq-question,
  .page-blog-168bet-safe-access__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-168bet-safe-access__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  /* Mobile content area images must be responsive */
  .page-blog-168bet-safe-access__content-section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-blog-168bet-safe-access__main-title {
    font-size: 1.6em;
  }

  .page-blog-168bet-safe-access__section-title {
    font-size: 1.5em;
  }

  .page-blog-168bet-safe-access__hero-section {
    padding: 10px 0 20px 0;
  }

  .page-blog-168bet-safe-access__hero-content {
    margin-top: 15px;
  }
}