.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-section {
  background-color: #ffffff; /* White background for hero */
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  color: #333333;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439; /* Brand color for main title */
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-primary,
.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-secondary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-image {
  flex: 1 1 40%;
  min-width: 250px;
  text-align: center;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__intro-section,
.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area,
.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-section {
  padding: 60px 0;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: inherit; /* Inherits color from parent section */
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-item:hover {
  transform: translateY(-8px);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__icon-box-media {
  width: 180px; /* Adjusted from 240px to fit 400x400 image better */
  height: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #017439;
  box-shadow: 0 0 0 8px rgba(1, 116, 57, 0.2);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #017439;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-text {
  font-size: 1em;
  color: #555555;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #017439;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #017439;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area p {
  margin-bottom: 1em;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area li {
  margin-bottom: 0.5em;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-section .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-title {
  color: #ffffff;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-section .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-description {
  color: #f0f0f0;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-section {
  padding: 60px 0;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  list-style: none;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-item[open] .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-content {
    order: 2;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__main-title,
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-description {
    text-align: center;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-buttons {
    justify-content: center;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368 {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-container {
    padding: 20px 0 !important;
    gap: 20px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em) !important;
    margin-bottom: 15px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px !important;
  }

  /* Buttons */
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-primary,
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Images */
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__hero-image {
    margin-bottom: 20px !important;
  }

  /* Module 1 - Three columns with circular images */
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-grid {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__feature-item {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__icon-box-media {
    width: 150px !important; /* Keep square shape */
    height: 150px !important; /* Keep square shape */
    margin-bottom: 15px !important;
    border-width: 3px !important;
    box-shadow: 0 0 0 6px rgba(1, 116, 57, 0.2) !important;
  }

  /* Content Sections (Content, CTA, FAQ) */
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__intro-section,
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area,
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__cta-section,
  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-section {
    padding: 40px 0 !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-title {
    font-size: clamp(1.5em, 6vw, 2em) !important;
    margin-bottom: 15px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__section-description {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area h3 {
    font-size: 1.4em !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__content-area h4 {
    font-size: 1.2em !important;
    margin-top: 25px !important;
    margin-bottom: 8px !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-question {
    padding: 15px 20px !important;
    font-size: 1em !important;
  }

  .page-blog-meo-choi-game-bai-thang-lon-voi-ok8368__faq-answer {
    padding: 0 20px 15px !important;
  }
}