.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6;
  background-color: #08160F;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__container--center {
  text-align: center;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__highlight-text {
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-section {
  position: relative;
  padding-top: 10px; /* Small top margin, assuming body handles header offset */
  margin-bottom: 40px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-content {
  padding: 40px 20px;
  text-align: center;
  background-color: #11271B; /* Card BG color */
  border-radius: 0 0 10px 10px;
  margin-top: -10px; /* Overlap slightly with image wrapper for smooth transition */
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8;
}

.page-blog-cac-tro-choo-hap-dan-nhat-tai-ae88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__content-section,
.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__light-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__dark-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E;
  line-height: 1.3;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__section-title--light {
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__paragraph {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__paragraph--light {
  color: #A7D9B8;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__games-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: #11271B;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card--full-width {
  grid-column: 1 / -1; /* Spans full width */
  margin-top: 30px;
  padding: 30px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2FFF6;
  padding: 0 15px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A7D9B8;
  margin-bottom: 20px;
  flex-grow: 1;
  padding: 0 15px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: auto; /* Push to bottom */
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card-button:hover {
  opacity: 0.9;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: #08160F;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-item {
  background-color: #11271B;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A7D9B8;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-section {
  padding: 60px 0;
  background-color: #11A84E; /* Main color */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: #08160F;
}

details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #2E7A4E;
  overflow: hidden;
  background: #11271B;
  color: #F2FFF6;
}

details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item summary.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item summary.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item summary.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-question:hover {
  background: rgba(46, 122, 78, 0.2); /* Slightly lighter border color for hover */
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2FFF6;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #57E38D;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-answer {
  padding: 0 20px 20px;
  background: rgba(17, 39, 27, 0.5); /* Slightly transparent Card BG */
  border-radius: 0 0 5px 5px;
  color: #A7D9B8;
}

.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__conclusion-section {
  padding: 60px 0;
  background-color: #11271B;
  text-align: center;
}

/* General image responsiveness */
.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__container {
    padding: 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-section {
    margin-bottom: 20px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-image-wrapper {
    height: 300px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-image {
    object-fit: contain !important; /* HERO mobile: object-fit: contain */
    aspect-ratio: unset !important;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-content {
    padding: 20px 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 10px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__content-section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__games-section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__cta-section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__conclusion-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__paragraph {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__game-card--full-width {
    padding: 20px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__usp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__section,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__card,
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item summary.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-question {
    padding: 15px;
  }

  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-qtext {
    font-size: 15px;
  }

  details.page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-item .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__faq-answer {
    padding: 0 15px 15px;
  }
}

@media (max-width: 849px) {
  .page-blog-cac-tro-choi-hap-dan-nhat-tai-ae88__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}