.page-blog-huong-dan-dang-ky-mcw18 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

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

.page-blog-huong-dan-dang-ky-mcw18__hero-section {
  position: relative;
  padding-top: 10px; /* Small top margin, assuming shared.css handles body padding-top */
  padding-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-huong-dan-dang-ky-mcw18__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-mcw18__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-mcw18__hero-content {
  background: #111111; /* Card BG */
  color: #FFF6D6; /* Text Main */
  padding: 30px;
  border-radius: 8px;
  margin-top: -80px; /* Overlap image slightly */
  position: relative;
  z-index: 1;
  max-width: 800px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-huong-dan-dang-ky-mcw18__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow */
}

.page-blog-huong-dan-dang-ky-mcw18__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-mcw18__btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button */
  color: #111111;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-mcw18__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-huong-dan-dang-ky-mcw18__content-area {
  padding: 40px 0;
  background-color: #0A0A0A; /* Background */
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Main Color */
}

.page-blog-huong-dan-dang-ky-mcw18__section-title--light {
  color: #FFD36B; /* Glow */
}

.page-blog-huong-dan-dang-ky-mcw18__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__article-body h3 {
  font-size: 24px;
  color: #F2C14E; /* Main Color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-mcw18__article-body p {
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-mcw18__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__list li {
  margin-bottom: 10px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__article-figure {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-mcw18__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-mcw18__article-figure figcaption {
  margin-top: 10px;
  font-size: 15px;
  color: #F2C14E; /* Main Color */
}

.page-blog-huong-dan-dang-ky-mcw18__faq-section {
  padding: 60px 0;
  background-color: #111111; /* Card BG */
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-huong-dan-dang-ky-mcw18__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #0A0A0A; /* Background */
}

details.page-blog-huong-dan-dang-ky-mcw18__faq-item summary.page-blog-huong-dan-dang-ky-mcw18__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF6D6; /* Text Main */
}

details.page-blog-huong-dan-dang-ky-mcw18__faq-item summary.page-blog-huong-dan-dang-ky-mcw18__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-huong-dan-dang-ky-mcw18__faq-item summary.page-blog-huong-dan-dang-ky-mcw18__faq-question:hover {
  background: rgba(242, 193, 78, 0.1);
}

.page-blog-huong-dan-dang-ky-mcw18__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Main Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-huong-dan-dang-ky-mcw18__faq-item .page-blog-huong-dan-dang-ky-mcw18__faq-answer {
  padding: 0 25px 20px;
  background: #111111; /* Card BG */
  border-radius: 0 0 8px 8px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__faq-answer p {
  margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-mcw18__cta-section {
  padding: 60px 0;
  text-align: center;
  background-color: #0A0A0A; /* Background */
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-mcw18__cta-text {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-mcw18__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-mcw18__btn-secondary {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  color: #F2C14E; /* Main Color */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #F2C14E; /* Main Color */
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-mcw18__btn-secondary:hover {
  background-color: #F2C14E;
  color: #111111;
}

/* Universal image and container responsive styles */
.page-blog-huong-dan-dang-ky-mcw18 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-mcw18__hero-content {
    margin-top: -60px;
    padding: 25px;
    max-width: 700px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__main-title {
    font-size: clamp(26px, 3.5vw, 42px);
  }
  .page-blog-huong-dan-dang-ky-mcw18__intro-text {
    font-size: 17px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__section-title {
    font-size: 32px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__article-body {
    font-size: 16px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-dang-ky-mcw18__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-mcw18__hero-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__hero-image {
    max-height: 400px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__hero-content {
    margin-top: -40px;
    padding: 20px;
    max-width: 95%;
  }
  .page-blog-huong-dan-dang-ky-mcw18__main-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__btn-primary,
  .page-blog-huong-dan-dang-ky-mcw18__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__content-area {
    padding: 30px 0;
  }
  .page-blog-huong-dan-dang-ky-mcw18__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__article-body {
    font-size: 15px;
    padding: 0 10px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__article-body h3 {
    font-size: 22px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__article-figure {
    margin: 20px auto;
  }
  .page-blog-huong-dan-dang-ky-mcw18__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-dang-ky-mcw18__faq-section {
    padding: 40px 0;
  }
  details.page-blog-huong-dan-dang-ky-mcw18__faq-item summary.page-blog-huong-dan-dang-ky-mcw18__faq-question {
    padding: 15px 20px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__faq-qtext {
    font-size: 16px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-huong-dan-dang-ky-mcw18__faq-item .page-blog-huong-dan-dang-ky-mcw18__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-huong-dan-dang-ky-mcw18__cta-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* General content area containers for mobile */
  .page-blog-huong-dan-dang-ky-mcw18__section,
  .page-blog-huong-dan-dang-ky-mcw18__card,
  .page-blog-huong-dan-dang-ky-mcw18__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Ensure no overflow for general images */
  .page-blog-huong-dan-dang-ky-mcw18 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}