/* style/blog-hh888vi-safe-betting-tips.css */
.page-blog-hh888vi-safe-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Body background is #0a0a0a (dark), so use light text */
  background-color: transparent; /* Rely on shared body background */
}

.page-blog-hh888vi-safe-betting-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, relying on body for --header-offset */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-hh888vi-safe-betting-tips__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height of the image wrapper */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-hh888vi-safe-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hh888vi-safe-betting-tips__hero-content {
  max-width: 900px;
  margin-top: 40px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
  color: #ffffff;
}

.page-blog-hh888vi-safe-betting-tips__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 100%;
}

.page-blog-hh888vi-safe-betting-tips__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hh888vi-safe-betting-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-hh888vi-safe-betting-tips__btn-primary,
.page-blog-hh888vi-safe-betting-tips__btn-secondary,
.page-blog-hh888vi-safe-betting-tips__text-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hh888vi-safe-betting-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hh888vi-safe-betting-tips__btn-primary:hover {
  background-color: #1e87b3;
  border-color: #1e87b3;
}

.page-blog-hh888vi-safe-betting-tips__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-hh888vi-safe-betting-tips__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-hh888vi-safe-betting-tips__text-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-hh888vi-safe-betting-tips__text-link:hover {
  color: #1e87b3;
}

.page-blog-hh888vi-safe-betting-tips__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #f0f0f0; /* Light text for dark body background */
}

.page-blog-hh888vi-safe-betting-tips__light-bg {
  background-color: transparent; /* Content area uses body background */
}

.page-blog-hh888vi-safe-betting-tips__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0; /* Brand color for titles */
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-hh888vi-safe-betting-tips__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-hh888vi-safe-betting-tips__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-blog-hh888vi-safe-betting-tips__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-hh888vi-safe-betting-tips__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-hh888vi-safe-betting-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hh888vi-safe-betting-tips__faq-section {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  padding: 60px 20px;
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: #f0f0f0;
}

.page-blog-hh888vi-safe-betting-tips__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.page-blog-hh888vi-safe-betting-tips__faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-blog-hh888vi-safe-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  padding: 10px 0;
  list-style: none; /* For details/summary */
}

.page-blog-hh888vi-safe-betting-tips__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-hh888vi-safe-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #ffffff;
}

.page-blog-hh888vi-safe-betting-tips__faq-answer {
  font-size: 1.05em;
  color: #f0f0f0;
  padding: 10px 0 5px;
}

.page-blog-hh888vi-safe-betting-tips__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-hh888vi-safe-betting-tips__faq-cta {
  margin-top: 15px;
  text-align: center;
}

.page-blog-hh888vi-safe-betting-tips__cta-buttons--bottom {
  margin-top: 50px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hh888vi-safe-betting-tips__hero-content,
  .page-blog-hh888vi-safe-betting-tips__content-area,
  .page-blog-hh888vi-safe-betting-tips__faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .page-blog-hh888vi-safe-betting-tips__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-hh888vi-safe-betting-tips__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-hh888vi-safe-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hh888vi-safe-betting-tips__btn-primary,
  .page-blog-hh888vi-safe-betting-tips__btn-secondary,
  .page-blog-hh888vi-safe-betting-tips a[class*="button"],
  .page-blog-hh888vi-safe-betting-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hh888vi-safe-betting-tips__cta-buttons,
  .page-blog-hh888vi-safe-betting-tips__button-group,
  .page-blog-hh888vi-safe-betting-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-hh888vi-safe-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hh888vi-safe-betting-tips__section,
  .page-blog-hh888vi-safe-betting-tips__card,
  .page-blog-hh888vi-safe-betting-tips__container,
  .page-blog-hh888vi-safe-betting-tips__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hh888vi-safe-betting-tips__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    padding-bottom: 40px;
  }

  .page-blog-hh888vi-safe-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-hh888vi-safe-betting-tips__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-hh888vi-safe-betting-tips__faq-question {
    font-size: 1.1em;
  }

  .page-blog-hh888vi-safe-betting-tips__faq-answer {
    font-size: 1em;
  }
}