.page-blog-tong-quan-game-bai-v999 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: var(--color-deep-navy); /* Body background from shared */
}

.page-blog-tong-quan-game-bai-v999__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-tong-quan-game-bai-v999__section-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* HERO Section */
.page-blog-tong-quan-game-bai-v999__hero-section {
  padding-top: 10px; /* Adhering to ~10px top padding */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #113B7A 0%, #08162B 100%); /* Blue Gold style */
  color: #F3F8FF;
}

.page-blog-tong-quan-game-bai-v999__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.page-blog-tong-quan-game-bai-v999__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-tong-quan-game-bai-v999__main-title {
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-blog-tong-quan-game-bai-v999__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-tong-quan-game-bai-v999__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-tong-quan-game-bai-v999__btn-primary,
.page-blog-tong-quan-game-bai-v999__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-tong-quan-game-bai-v999__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-tong-quan-game-bai-v999__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6); /* Glow */
}

.page-blog-tong-quan-game-bai-v999__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F2C14E; /* Gold */
  border: 2px solid #244D84; /* Border */
}

.page-blog-tong-quan-game-bai-v999__btn-secondary:hover {
  background: #244D84; /* Border */
  color: #ffffff;
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6); /* Glow */
}

.page-blog-tong-quan-game-bai-v999__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-tong-quan-game-bai-v999__hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* General Content Styles */
.page-blog-tong-quan-game-bai-v999__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 20px;
}

.page-blog-tong-quan-game-bai-v999__section-description {
  font-size: 1.05em;
  color: #AFC4E8; /* Text Secondary */
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-blog-tong-quan-game-bai-v999__content-area p,
.page-blog-tong-quan-game-bai-v999__content-area li {
  color: #F3F8FF; /* Text Main */
  font-size: 1.05em;
  margin-bottom: 1em;
}

.page-blog-tong-quan-game-bai-v999__content-area h2,
.page-blog-tong-quan-game-bai-v999__content-area h3 {
  color: #F2C14E; /* Gold */
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.page-blog-tong-quan-game-bai-v999__content-area h2 {
  font-size: 2em;
}

.page-blog-tong-quan-game-bai-v999__content-area h3 {
  font-size: 1.5em;
}

/* Game List Cards */
.page-blog-tong-quan-game-bai-v999__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tong-quan-game-bai-v999__game-card {
  background: #10233F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-tong-quan-game-bai-v999__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(79, 168, 255, 0.6); /* Glow */
}

.page-blog-tong-quan-game-bai-v999__game-card-img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-tong-quan-game-bai-v999__game-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-tong-quan-game-bai-v999__game-card-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-tong-quan-game-bai-v999__game-card-text {
  color: #AFC4E8; /* Text Secondary */
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-tong-quan-game-bai-v999__game-card-button {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  display: block;
  text-align: center;
  transition: background 0.3s ease;
}

.page-blog-tong-quan-game-bai-v999__game-card-button:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
}

/* Benefits List */
.page-blog-tong-quan-game-bai-v999__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-tong-quan-game-bai-v999__benefits-item {
  background: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #244D84; /* Border */
}

.page-blog-tong-quan-game-bai-v999__benefits-title {
  font-size: 1.8em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-tong-quan-game-bai-v999__benefits-text {
  color: #AFC4E8; /* Text Secondary */
  font-size: 1em;
}

/* Guide Steps */
.page-blog-tong-quan-game-bai-v999__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tong-quan-game-bai-v999__step-card {
  background: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #244D84; /* Border */
}

.page-blog-tong-quan-game-bai-v999__step-icon-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(79, 168, 255, 0.4); /* Glow */
}

.page-blog-tong-quan-game-bai-v999__step-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Ensure icon is white on colored background */
}

.page-blog-tong-quan-game-bai-v999__step-title {
  font-size: 1.7em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-tong-quan-game-bai-v999__step-text {
  color: #AFC4E8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-tong-quan-game-bai-v999__cta-section {
  text-align: center;
  margin-top: 50px;
}

.page-blog-tong-quan-game-bai-v999__btn-full-width {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* FAQ Section */
.page-blog-tong-quan-game-bai-v999__faq-list {
  margin-top: 40px;
}

.page-blog-tong-quan-game-bai-v999__faq-item {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-tong-quan-game-bai-v999__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F3F8FF; /* Text Main */
  cursor: pointer;
  background-color: #1B3357; /* Divider - slightly darker for summary */
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-tong-quan-game-bai-v999__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-tong-quan-game-bai-v999__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E; /* Gold */
}

.page-blog-tong-quan-game-bai-v999__faq-item[open] .page-blog-tong-quan-game-bai-v999__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-tong-quan-game-bai-v999__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #AFC4E8; /* Text Secondary */
  background-color: #10233F; /* Card BG */
}

/* Conclusion Section */
.page-blog-tong-quan-game-bai-v999__conclusion-section {
  text-align: center;
}

/* Images */
.page-blog-tong-quan-game-bai-v999 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-tong-quan-game-bai-v999 {
    font-size: 15px;
  }

  .page-blog-tong-quan-game-bai-v999__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-tong-quan-game-bai-v999__hero-container {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
  }

  .page-blog-tong-quan-game-bai-v999__hero-content,
  .page-blog-tong-quan-game-bai-v999__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-tong-quan-game-bai-v999__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-blog-tong-quan-game-bai-v999__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-tong-quan-game-bai-v999__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-tong-quan-game-bai-v999__btn-primary,
  .page-blog-tong-quan-game-bai-v999__btn-secondary,
  .page-blog-tong-quan-game-bai-v999__game-card-button,
  .page-blog-tong-quan-game-bai-v999 a[class*="button"],
  .page-blog-tong-quan-game-bai-v999 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-tong-quan-game-bai-v999__cta-buttons,
  .page-blog-tong-quan-game-bai-v999__button-group,
  .page-blog-tong-quan-game-bai-v999__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-tong-quan-game-bai-v999__section-title {
    font-size: 1.8em;
  }

  .page-blog-tong-quan-game-bai-v999__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-blog-tong-quan-game-bai-v999__game-list,
  .page-blog-tong-quan-game-bai-v999__benefits-list,
  .page-blog-tong-quan-game-bai-v999__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-tong-quan-game-bai-v999__game-card-img {
    
  }

  .page-blog-tong-quan-game-bai-v999__game-card-title {
    font-size: 1.4em;
  }

  .page-blog-tong-quan-game-bai-v999__benefits-title {
    font-size: 1.5em;
  }

  .page-blog-tong-quan-game-bai-v999__step-title {
    font-size: 1.4em;
  }

  .page-blog-tong-quan-game-bai-v999__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-tong-quan-game-bai-v999__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-tong-quan-game-bai-v999 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-tong-quan-game-bai-v999__section-spacing,
  .page-blog-tong-quan-game-bai-v999__container,
  .page-blog-tong-quan-game-bai-v999__game-card,
  .page-blog-tong-quan-game-bai-v999__benefits-item,
  .page-blog-tong-quan-game-bai-v999__step-card,
  .page-blog-tong-quan-game-bai-v999__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Specific override for step icon as it's a small fixed-size image */
  .page-blog-tong-quan-game-bai-v999__step-icon {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
  }
  .page-blog-tong-quan-game-bai-v999__step-icon-wrapper {
    width: 100px !important;
    height: 100px !important;
  }
}