/* style/blog-huong-dan-ca-cuoc-789alo.css */
.page-blog-huong-dan-ca-cuoc-789alo {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background is white */
}

.page-blog-huong-dan-ca-cuoc-789alo__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-huong-dan-ca-cuoc-789alo__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0; /* Brand primary color for titles */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-ca-cuoc-789alo__section-title--light {
  color: #FFFFFF;
}

.page-blog-huong-dan-ca-cuoc-789alo__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-ca-cuoc-789alo__section-description--light {
  color: #f0f0f0;
}

/* Buttons */
.page-blog-huong-dan-ca-cuoc-789alo__btn-primary,
.page-blog-huong-dan-ca-cuoc-789alo__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-huong-dan-ca-cuoc-789alo__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-789alo__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-huong-dan-ca-cuoc-789alo__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}