.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, assuming body handles header-offset */
  margin-bottom: 40px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  display: block;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-content-wrapper {
  position: relative; /* Relative to allow content to be placed below image */
  padding: 40px 20px;
  text-align: center;
  background-color: #FFFFFF; /* Ensure content area has a clear background */
  box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* General Section Styling */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section {
  padding: 60px 0;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-subtitle {
  font-size: 1.1rem;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__content-area {
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__content-area p {
  margin-bottom: 15px;
}

/* Games Showcase */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-title {
  font-size: 1.5rem;
  color: #017439;
  padding: 15px 20px 5px;
  margin: 0;
  font-weight: 600;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-title a {
  color: #017439;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-title a:hover {
  color: #005f2f;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-play {
  display: inline-block;
  background-color: #017439;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 20px 20px;
  text-align: center;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-play:hover {
  background-color: #005f2f;
  transform: translateY(-2px);
}

/* Benefits Section */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  color: #333333;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-item img {
  
  
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
}

/* How To Join Section */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__step-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__step-title {
  font-size: 1.3rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-action {
  display: inline-block;
  background-color: #C30808; /* Custom color for register/login type buttons */
  color: #FFFF00; /* Custom color for register/login text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-action:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

/* FAQ Section */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  color: #333333;
}

details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item summary.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__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;
  font-weight: 600;
}

details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item summary.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item summary.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: #017439;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
  line-height: 1;
}

details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-answer {
  padding: 0 25px 25px;
  background: #fcfcfc;
  border-radius: 0 0 8px 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-answer p {
  margin: 0;
}

/* Bottom CTA Section */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-bottom {
  text-align: center;
  background-color: #017439;
  color: #FFFFFF;
  padding: 80px 0;
  border-radius: 0;
  box-shadow: none;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-bottom .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-description {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Primary Button */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-primary {
  display: inline-block;
  background-color: #C30808; /* Custom register color */
  color: #FFFF00; /* Custom register text color */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-primary:hover {
  background-color: #a30606;
  transform: translateY(-3px);
}

/* Secondary Button */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-secondary {
  display: inline-block;
  background-color: #FFFFFF;
  color: #017439;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: 2px solid #017439;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #005f2f;
  transform: translateY(-3px);
}

/* General image styling for content area */
.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image {
    height: 400px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-title {
    font-size: 1.3rem;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-qtext {
    font-size: 1rem;
  }
}

@media (max-width: 849px) {
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image img {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    width: 100% !important; /* Ensure it fills width */
    height: auto !important; /* Adjust height automatically */
  }
}

@media (max-width: 768px) {
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__container,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-content-wrapper,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-buttons {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* HERO 主图区域 */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image {
    height: 250px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  /* General Section Styling */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 15px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__content-area {
    font-size: 0.95rem;
  }

  /* Sản phẩm/trò chơi grid (games-grid) */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__games-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
    gap: 15px;
    margin-top: 20px;
    overflow-x: hidden;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-card img {
    
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-title {
    font-size: 1.1rem;
    padding: 10px 15px 5px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__game-description {
    font-size: 0.85rem;
    padding: 0 15px 10px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-play {
    padding: 10px 15px;
    font-size: 0.9rem;
    margin: 0 15px 15px;
    width: calc(100% - 30px) !important; /* Ensure full width minus padding */
  }

  /* Benefits Grid */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-item {
    padding: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-item img {
    
    
    margin-bottom: 15px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__benefit-title {
    font-size: 1.2rem;
  }

  /* How To Join Steps */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__step-card {
    padding: 20px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-action {
    padding: 10px 15px;
    font-size: 0.9rem;
    width: 100% !important;
  }

  /* FAQ Section */
  details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item summary.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-question {
    padding: 15px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-toggle {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
  details.page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-item .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__faq-answer {
    padding: 0 15px 15px;
  }

  /* Bottom CTA */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-bottom {
    padding: 50px 0;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-primary,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
    width: 100% !important;
  }

  /* Ensure all content images are responsive */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All buttons responsive */
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-button,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-primary,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-secondary,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567 a[class*="button"],
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567 a[class*="btn"] {
    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-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__cta-buttons,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__button-group,
  .page-blog-kham-pha-cac-tro-choi-hot-nhat-tai-ga567__btn-container {
    flex-direction: column;
    gap: 10px;
  }
}