/* Base styles for the specific page */
.page-blog-uu-dai-moi-nhat-007-win {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light background (default body is white) */
  background: #FFFFFF;
}

.page-blog-uu-dai-moi-nhat-007-win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.page-blog-uu-dai-moi-nhat-007-win__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #26A9E0; /* Primary brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-uu-dai-moi-nhat-007-win__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}