.page-blog-hello88-casino-latest-promotions-analysis {
  padding-top: 10px;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-hello88-casino-latest-promotions-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  padding: 40px 20px;
  border-radius: 8px;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hello88-casino-latest-promotions-analysis__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px; /* Ensure min size */
}

.page-blog-hello88-casino-latest-promotions-analysis__hero-content {
  max-width: 900px;
  color: #FFFFFF;
}

.page-blog-hello88-casino-latest-promotions-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  /* Using clamp for responsive font size, avoiding fixed large values */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-hello88-casino-latest-promotions-analysis__intro-text {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-hello88-casino-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Ensuring button is not too small */
}

.page-blog-hello88-casino-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hello88-casino-latest-promotions-analysis__content-section {
  padding: 40px 0;
}

.page-blog-hello88-casino-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-hello88-casino-latest-promotions-analysis__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1F2D3D;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-hello88-casino-latest-promotions-analysis__paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-hello88-casino-latest-promotions-analysis__paragraph a {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-hello88-casino-latest-promotions-analysis__paragraph a:hover {
  color: #6FA3FF;
}

.page-blog-hello88-casino-latest-promotions-analysis__promo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-hello88-casino-latest-promotions-analysis__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-hello88-casino-latest-promotions-analysis__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.page-blog-hello88-casino-latest-promotions-analysis__promo-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
  min-height: 200px; /* Ensure min size */
}

.page-blog-hello88-casino-latest-promotions-analysis__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-hello88-casino-latest-promotions-analysis__card-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-blog-hello88-casino-latest-promotions-analysis__card-button {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: background 0.3s ease;
  min-width: 150px; /* Ensuring button is not too small */
}

.page-blog-hello88-casino-latest-promotions-analysis__card-button:hover {
  opacity: 0.9;
}

.page-blog-hello88-casino-latest-promotions-analysis__tips-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.page-blog-hello88-casino-latest-promotions-analysis__list-item {
  background-color: #FFFFFF;
  border-left: 5px solid #2F6BFF;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-blog-hello88-casino-latest-promotions-analysis__list-item strong {
  color: #000000;
}

.page-blog-hello88-casino-latest-promotions-analysis__date-info {
  font-size: 0.9rem;
  color: #1F2D3D;
  text-align: right;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-blog-hello88-casino-latest-promotions-analysis__hero-section {
    padding: 30px 15px;
  }

  .page-blog-hello88-casino-latest-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-hello88-casino-latest-promotions-analysis__intro-text {
    font-size: 1rem;
  }

  .page-blog-hello88-casino-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-blog-hello88-casino-latest-promotions-analysis__promo-card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-hello88-casino-latest-promotions-analysis__container {
    padding: 0 15px;
  }

  /* Mobile content area image overflow prevention */
  .page-blog-hello88-casino-latest-promotions-analysis img {
    max-width: 100%;
    height: auto;
  }
  .page-blog-hello88-casino-latest-promotions-analysis__promo-image {
    height: auto; /* Allow auto height for mobile */
  }
}