/* Base styles for the page content */
.page-blog-giai-ma-suc-hut-no-hu-daga6789 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f8f8; /* Slightly off-white background for main content */
}

/* Container for centralizing content */
.page-blog-giai-ma-suc-hut-no-hu-daga6789__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding for fixed header */
  margin-bottom: 40px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-content-wrapper {
  display: flex;
  flex-direction: column; /* Default to column for image-on-top */
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9; /* Maintain aspect ratio */
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-text-container {
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size */
  color: #017439;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #555555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-primary,
.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-secondary,
.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-small {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-secondary {
  background-color: transparent;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-small {
  padding: 8px 18px;
  font-size: 0.9rem;
  background-color: #017439;
  color: #FFFFFF;
  border: 1px solid #017439;
  border-radius: 5px;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__btn-small:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}


/* Content Section */
.page-blog-giai-ma-suc-hut-no-hu-daga6789__content-section {
  padding: 40px 0;
  background-color: #ffffff; /* White background for main content blocks */
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #017439;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789 p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333333;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789 p a {
  color: #017439;
  text-decoration: underline;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789 p a:hover {
  color: #005a2e;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__list,
.page-blog-giai-ma-suc-hut-no-hu-daga6789__list-ordered {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__list-ordered {
  list-style-type: decimal;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__list li,
.page-blog-giai-ma-suc-hut-no-hu-daga6789__list-ordered li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__article-figure {
  margin: 30px 0;
  text-align: center;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Min size requirement */
  min-height: 200px; /* Min size requirement */
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__article-figure figcaption {
  margin-top: 10px;
  font-style: italic;
  color: #666666;
  font-size: 0.9rem;
}

/* Game Showcase (No gameshow type for non-homepage) */
.page-blog-giai-ma-suc-hut-no-hu-daga6789__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__game-card img {
  width: 100%;
  height: auto;
  max-height: 200px; /* Limit height for uniform cards */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Min size requirement */
  min-height: 200px; /* Min size requirement */
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__card-title {
  font-size: 1.25rem;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-giai-ma-suc-hut-no-hu-daga6789__card-description {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1; /* Make description take available space */
}

/* FAQ Section */
.page-blog-giai-ma-suc-hut-no-hu-daga6789__faq-list {
  margin-top: 30px;
}

details.page-blog-giai-ma-suc-hut-no-hu-daga6789__faq-item {
  margin-bottom: 15px;
  border-radius: 8px; /* Slightly larger border-radius for modern look */
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

details.page-blog-giai-ma-suc-hut-no-hu-daga6789__faq-item[open] {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}