.page-blog-safe-betting-with-90ok-link {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-safe-betting-with-90ok-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-safe-betting-with-90ok-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background: #0A4B2C; /* Deep Green */
}

.page-blog-safe-betting-with-90ok-link__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-safe-betting-with-90ok-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-safe-betting-with-90ok-link__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly for visual effect, but content is below image in DOM */
  position: relative; /* Ensure z-index works if needed */
  z-index: 1;
}

.page-blog-safe-betting-with-90ok-link__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-safe-betting-with-90ok-link__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-safe-betting-with-90ok-link__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-safe-betting-with-90ok-link__paragraph {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-safe-betting-with-90ok-link__paragraph strong {
  color: #F2FFF6;
}

.page-blog-safe-betting-with-90ok-link__cta-button,
.page-blog-safe-betting-with-90ok-link__btn-primary,
.page-blog-safe-betting-with-90ok-link__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-safe-betting-with-90ok-link__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main for buttons */
  border: none;
}

.page-blog-safe-betting-with-90ok-link__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-safe-betting-with-90ok-link__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D;
}

.page-blog-safe-betting-with-90ok-link__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  color: #F2FFF6;
  border-color: #F2FFF6;
}

.page-blog-safe-betting-with-90ok-link__card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-safe-betting-with-90ok-link__card-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-safe-betting-with-90ok-link__card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
}

.page-blog-safe-betting-with-90ok-link__intro-section,
.page-blog-safe-betting-with-90ok-link__identify-safe-link,
.page-blog-safe-betting-with-90ok-link__security-tips,
.page-blog-safe-betting-with-90ok-link__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-safe-betting-with-90ok-link__what-is-90ok,
.page-blog-safe-betting-with-90ok-link__safe-betting-steps,
.page-blog-safe-betting-with-90ok-link__benefits,
.page-blog-safe-betting-with-90ok-link__cta-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-safe-betting-with-90ok-link__content-grid,
.page-blog-safe-betting-with-90ok-link__steps-grid,
.page-blog-safe-betting-with-90ok-link__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-safe-betting-with-90ok-link__feature-list,
.page-blog-safe-betting-with-90ok-link__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-safe-betting-with-90ok-link__feature-title,
.page-blog-safe-betting-with-90ok-link__step-title,
.page-blog-safe-betting-with-90ok-link__tip-title,
.page-blog-safe-betting-with-90ok-link__benefit-title {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-safe-betting-with-90ok-link__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-safe-betting-with-90ok-link__faq-item {
  cursor: pointer;
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 12px;
  padding: 20px 30px;
  background-color: #11271B; /* Card B G */
}

.page-blog-safe-betting-with-90ok-link__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
}

.page-blog-safe-betting-with-90ok-link__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-safe-betting-with-90ok-link__faq-toggle {
  font-size: 1.5rem;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-safe-betting-with-90ok-link__faq-answer {
  padding-top: 15px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-with-90ok-link__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-safe-betting-with-90ok-link__hero-content {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .page-blog-safe-betting-with-90ok-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-safe-betting-with-90ok-link__container,
  .page-blog-safe-betting-with-90ok-link__hero-section,
  .page-blog-safe-betting-with-90ok-link__intro-section,
  .page-blog-safe-betting-with-90ok-link__what-is-90ok,
  .page-blog-safe-betting-with-90ok-link__identify-safe-link,
  .page-blog-safe-betting-with-90ok-link__safe-betting-steps,
  .page-blog-safe-betting-with-90ok-link__security-tips,
  .page-blog-safe-betting-with-90ok-link__benefits,
  .page-blog-safe-betting-with-90ok-link__faq-section,
  .page-blog-safe-betting-with-90ok-link__cta-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-safe-betting-with-90ok-link__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-blog-safe-betting-with-90ok-link__hero-content {
    margin-top: 0; /* Remove negative margin on mobile */
    padding: 20px 15px;
  }

  .page-blog-safe-betting-with-90ok-link__hero-title {
    font-size: 2rem;
  }

  .page-blog-safe-betting-with-90ok-link__hero-description {
    font-size: 1rem;
  }

  .page-blog-safe-betting-with-90ok-link__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-safe-betting-with-90ok-link__card {
    padding: 25px;
  }

  .page-blog-safe-betting-with-90ok-link__card-title {
    font-size: 1.3rem;
  }

  .page-blog-safe-betting-with-90ok-link__feature-title,
  .page-blog-safe-betting-with-90ok-link__step-title,
  .page-blog-safe-betting-with-90ok-link__tip-title,
  .page-blog-safe-betting-with-90ok-link__benefit-title {
    font-size: 1.2rem;
  }

  .page-blog-safe-betting-with-90ok-link__cta-button,
  .page-blog-safe-betting-with-90ok-link__btn-primary,
  .page-blog-safe-betting-with-90ok-link__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-safe-betting-with-90ok-link__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-safe-betting-with-90ok-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-safe-betting-with-90ok-link video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-safe-betting-with-90ok-link__video-container,
  .page-blog-safe-betting-with-90ok-link__video-section,
  .page-blog-safe-betting-with-90ok-link__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-safe-betting-with-90ok-link__content-grid,
  .page-blog-safe-betting-with-90ok-link__steps-grid,
  .page-blog-safe-betting-with-90ok-link__benefits-grid,
  .page-blog-safe-betting-with-90ok-link__feature-list,
  .page-blog-safe-betting-with-90ok-link__tip-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Color Contrast Fixes (if needed, based on analysis) */
.page-blog-safe-betting-with-90ok-link__dark-bg {
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-with-90ok-link__card {
  background: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-with-90ok-link p,
.page-blog-safe-betting-with-90ok-link li {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-with-90ok-link__faq-answer p {
  color: #A7D9B8; /* Text Secondary */
}