/* style/blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc.css */
.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc {
  background-color: #08160F; /* Nền chính theo tùy chỉnh */
  color: #F2FFF6; /* Màu chữ chính theo tùy chỉnh */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px 20px; /* Padding top nhỏ, body đã có padding-top */
  background-color: #08160F;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-image {
  width: 100%;
  height: auto;
  max-height: 900px; /* Giới hạn chiều cao để không quá lớn trên desktop */
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__main-title {
  color: #F2FFF6;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-description {
  color: #A7D9B8;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__section-title {
  color: #F2FFF6;
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid #2E7A4E;
  padding-bottom: 10px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__text-block {
  color: #F2FFF6;
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__ordered-list,
.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__unordered-list {
  color: #F2FFF6;
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__ordered-list li,
.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__unordered-list li {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__ordered-list li strong {
  color: #F2FFF6;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__cta-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1em;
  background-color: #11271B;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-item[open] .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-question {
  background-color: #0A4B2C;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-item[open] .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-toggle {
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.8;
}

.page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-answer p {
  margin: 0;
  color: #A7D9B8;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__container,
  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__article,
  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__cta-button,
  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__btn-primary {
    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;
    font-size: 1em;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-register-and-play-on-kjc-trang-chu-chinh-thuc__faq-toggle {
    font-size: 1.3em;
  }
}