.page-blog-how-to-choose-safe-betting-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Body Background */
}

.page-blog-how-to-choose-safe-betting-platform a {
  color: #FFA53A;
  text-decoration: none;
}

.page-blog-how-to-choose-safe-betting-platform a:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-safe-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* HERO Section */
.page-blog-how-to-choose-safe-betting-platform__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Fixed header spacing */
  padding-bottom: 50px;
  background: linear-gradient(180deg, #17191F 0%, #0D0E12 100%);
  position: relative;
  overflow: hidden;
}

.page-blog-how-to-choose-safe-betting-platform__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for desktop hero */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-safe-betting-platform__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover; /* Cover for desktop to fill space */
  display: block;
}

.page-blog-how-to-choose-safe-betting-platform__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
  color: #FFF3E6; /* Ensure text is light on dark background */
}

.page-blog-how-to-choose-safe-betting-platform__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFF3E6;
  line-height: 1.2;
}

.page-blog-how-to-choose-safe-betting-platform__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-safe-betting-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-safe-betting-platform__btn-primary,
.page-blog-how-to-choose-safe-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-safe-betting-platform__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-choose-safe-betting-platform__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-safe-betting-platform__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FFA53A;
  border: 2px solid #A84F0C; /* Border */
}