.page-blog-how-to-register-and-play-at-winvn-chinh-thuc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles --header-offset, this is decorative top padding */
  background-color: var(--background-color);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-content {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-primary,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: var(--text-main);
  border: 2px solid transparent;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-secondary:hover {
  background-color: var(--border-color);
  color: var(--text-main);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-center {
  display: block;
  margin: 30px auto;
  width: fit-content;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__cta-buttons--bottom {
  margin-top: 50px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background-color);
  color: var(--text-main);
  box-sizing: border-box;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section-wrapper {
  padding: 20px 0;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section-title {
  font-size: 2.2em;
  color: var(--gold);
  margin-bottom: 25px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__subsection-title {
  font-size: 1.6em;
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid var(--deep-green);
  padding-left: 15px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: var(--text-secondary);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__list,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__list li,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__ordered-list li {
  margin-bottom: 10px;
  color: var(--text-secondary);
  font-size: 1.0em;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 10px;
  object-fit: cover;
  min-height: 200px;
  min-width: 200px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-container {
  margin-top: 30px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-secondary);
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--deep-green);
  border-radius: 8px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: var(--text-secondary);
  border-top: 1px solid var(--divider);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-primary,
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__subsection-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc p {
    font-size: 0.95em;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__list,
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__ordered-list {
    margin-left: 20px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__list li,
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__ordered-list li {
    font-size: 0.9em;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__image-full-width {
    margin: 30px 0;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item summary {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-answer {
    padding: 15px;
    font-size: 0.95em;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__cta-buttons--bottom {
    margin-top: 30px;
  }
}

/* Ensure all images are responsive */
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure all image containers are responsive */
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__card,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section,
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__card,
  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-register-and-play-at-winvn-chinh-thuc__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}

/* Color Contrast Adjustments (using custom colors) */
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc {
  color: var(--text-main); /* #F2FFF6 */
  background-color: var(--background-color); /* #08160F */
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__card,
.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item {
  background-color: var(--card-bg); /* #11271B */
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__section-title {
  color: var(--gold); /* #F2C14E */
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__subsection-title {
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-how-to-register-and-play-at-winvn-chinh-thuc__faq-item summary {
  background-color: var(--deep-green); /* #0A4B2C */
  color: var(--text-main); /* #F2FFF6 */
}