/* style/blog-chien-thuat-game-bai-debet-2.css */

/* Base styles for the page content */
.page-blog-chien-thuat-game-bai-debet-2 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light background */
  background-color: #FFFFFF; /* Default body background is white */
}

.page-blog-chien-thuat-game-bai-debet-2__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* HERO Section */
.page-blog-chien-thuat-game-bai-debet-2__hero-section {
  background-color: #f8f8f8; /* Light background for the hero section */
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
}

.page-blog-chien-thuat-game-bai-debet-2__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-game-bai-debet-2__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333; /* Ensure text is dark on light background */
}

.page-blog-chien-thuat-game-bai-debet-2__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439; /* Primary brand color for H1 */
  max-width: 600px; /* Prevent H1 from being too wide */
}

.page-blog-chien-thuat-game-bai-debet-2__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-chien-thuat-game-bai-debet-2__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-chien-thuat-game-bai-debet-2__btn-primary,
.page-blog-chien-thuat-game-bai-debet-2__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Ensure long words break */
  text-align: center;
  box-sizing: border-box;
}

.page-blog-chien-thuat-game-bai-debet-2__btn-primary {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
}

.page-blog-chien-thuat-game-bai-debet-2__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-chien-thuat-game-bai-debet-2__btn-secondary {
  background-color: #FFFFFF;
  color: #017439; /* Primary brand color for text */
  border: 2px solid #017439;
}

.page-blog-chien-thuat-game-bai-debet-2__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-chien-thuat-game-bai-debet-2__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-game-bai-debet-2__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Content Area */
.page-blog-chien-thuat-game-bai-debet-2__content-area {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-blog-chien-thuat-game-bai-debet-2__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #017439; /* Primary brand color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-chien-thuat-game-bai-debet-2__content-area p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-chien-thuat-game-bai-debet-2__content-area a {
  color: #017439; /* Primary brand color for links */
  text-decoration: underline;
}

.page-blog-chien-thuat-game-bai-debet-2__content-area a:hover {
  color: #005a2e; /* Darker shade on hover */
}

.page-blog-chien-thuat-game-bai-debet-2__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
}

.page-blog-chien-thuat-game-bai-debet-2__list li {
  margin-bottom: 8px;
  color: #333333;
}