.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  line-height: 1.6;
  font-family: 'Arial', sans-serif; /* Placeholder font */
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-section {
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #0A0A0A; /* Background */
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  color: #F2C14E; /* Main color for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #FFF6D6; /* Text Main - white */
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__btn-primary:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Min size requirement */
  min-height: 200px; /* Min size requirement */
}

/* Content Area */
.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__content-area {
  background-color: #0A0A0A; /* Background */
  padding: 60px 0;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Main color */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat p {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.page-blog-cap-nhat-khuyen-mai-thabet-moi-nhat__sub-section-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Main color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: left; /* Align with content */
}