/* Base styles for the page */
.page-blog-huong-dan-dang-ky-s6s666 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main from custom palette */
  background-color: #B71C1C; /* Body background from shared.css, dark type */
  padding-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-s6s666__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-s6s666__section {
  padding: 40px 0;
  margin-bottom: 20px;
  background-color: #B71C1C; /* Consistent with body background */
  border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-s6s666__section:nth-of-type(even) {
  background-color: #7A0E0E; /* Deep Red for alternating sections */
}

.page-blog-huong-dan-dang-ky-s6s666__section-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  text-align: center;
  color: #FFCC66; /* Glow color */
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(255, 204, 102, 0.5);
}

.page-blog-huong-dan-dang-ky-s6s666__sub-title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  color: #F4D34D; /* Gold color */
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-huong-dan-dang-ky-s6s666__text-block {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-huong-dan-dang-ky-s6s666__text-block strong {
  color: #F4D34D; /* Gold */
}