/* Base styles for the page */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background: #F4F7FB; /* Background */
}

/* Container for content sections */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__hero-image {
  width: 100%;
  height: 500px; /* Desktop height */
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__hero-content {
  text-align: center;
  padding: 40px 20px;
  background: #FFFFFF; /* Card BG */
  border-radius: 10px;
  max-width: 900px;
  margin: -100px auto 0 auto; /* Overlap with hero image slightly for visual effect */
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__main-title {
  font-size: 42px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__description {
  font-size: 18px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Allow text to break words */
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-secondary {
  background: #FFFFFF; /* Card BG */
  color: #2F6BFF; /* Main color */
  border: 2px solid #2F6BFF; /* Main color as border */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-secondary:hover {
  background: #E0EFFF; /* Lighter blue for hover */
  color: #2F6BFF;
}

/* General Section Styles */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__content-section {
  padding: 40px 0;
  margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__section-title {
  font-size: 36px;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 2px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__sub-title {
  font-size: 24px;
  color: #2F6BFF; /* Main color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__article-body p {
  margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__article-body strong {
  color: #000000; /* Custom Color_1776249996415 */
}

/* Promotion Card Grid */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__card {
  background: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__card-title {
  font-size: 22px;
  color: #2F6BFF; /* Main color */
  padding: 15px 20px 0;
  margin: 0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__card-description {
  font-size: 15px;
  color: #1F2D3D; /* Text Main */
  padding: 10px 20px 15px;
  flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-text {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #F4F7FB; /* Background color */
  color: #2F6BFF; /* Main color */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-top: 1px solid #D6E2FF; /* Border */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__btn-text:hover {
  background: #2F6BFF; /* Main color */
  color: #ffffff;
}

/* Steps Grid */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__step-card {
  background: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__step-card:hover {
  transform: translateY(-5px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6FA3FF 0%, #2F6BFF 100%); /* Auxiliary to Main gradient */
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__step-title {
  font-size: 22px;
  color: #2F6BFF; /* Main color */
  margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__step-description {
  font-size: 16px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
}

/* Article Figure (image with caption) */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__article-figure {
  margin: 40px auto;
  max-width: 900px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__figure-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto; /* Center image within figure */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__figure-caption {
  font-style: italic;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* List styles */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-79bet__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}