/* style/blog-cac-loai-khuyen-mai-hap-dan-tai-zo88.css */

/* Base styles for the page content */
.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main color for dark background #0A0A0A */
  background-color: transparent; /* Body background handled by shared.css var(--main-bg) */
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */
  padding-bottom: 60px;
  background-color: #0A0A0A; /* Background color matching body for consistency */
  overflow: hidden; /* Prevent content overflow */
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #FFF6D6;
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* H1 font size with clamp */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow color for title */
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5); /* Subtle glow */
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  width: 100%; /* Ensure container fills width for button responsiveness */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-cac-loai-khuyen-mai-hap-dan-tai-zo88__cta-buttons--center {
  justify-content: center;
}