/* General styles for page-blog-chien-thuat-choi-game-bai-dt88 */
.page-blog-chien-thuat-choi-game-bai-dt88 {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-game-bai-dt88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-bai-dt88__section-title {
  font-size: 2.5em;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-game-bai-dt88__article-subtitle,
.page-blog-chien-thuat-choi-game-bai-dt88__feature-title {
  font-size: 1.8em;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-game-bai-dt88__paragraph {
  font-size: 1em;
  margin-bottom: 1em;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__list li {
  margin-bottom: 0.5em;
}

.page-blog-chien-thuat-choi-game-bai-dt88 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__inline-link {
  color: #2F6BFF;
  text-decoration: underline;
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-bai-dt88__hero-section {
  padding-top: 10px; /* Specific top padding */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-blog-chien-thuat-choi-game-bai-dt88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
  max-width: 1170px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-bai-dt88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__main-title {
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-game-bai-dt88__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__btn-primary,
.page-blog-chien-thuat-choi-game-bai-dt88__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-game-bai-dt88__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-game-bai-dt88__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-chien-thuat-choi-game-bai-dt88__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-chien-thuat-choi-game-bai-dt88__btn-secondary:hover {
  background: #f0f7ff;
  color: #255ad9;
  border-color: #255ad9;
}

.page-blog-chien-thuat-choi-game-bai-dt88__hero-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-dt88__side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Content Area */
.page-blog-chien-thuat-choi-game-bai-dt88__content-area {
  padding: 60px 0;
  background-color: #ffffff; /* Card BG */
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__article-card {
  background-color: #ffffff;
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-game-bai-dt88__article-image {
  margin-bottom: 25px;
  border-radius: 10px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__strategy-card {
  background-color: #f8faff; /* Lighter background for strategy cards */
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

/* Feature Row */
.page-blog-chien-thuat-choi-game-bai-dt88__feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-blog-chien-thuat-choi-game-bai-dt88__feature-item {
  background-color: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-game-bai-dt88__feature-image {
  margin: 0 auto 25px;
  border-radius: 10px;
}

/* Conclusion Section */
.page-blog-chien-thuat-choi-game-bai-dt88__conclusion-section {
  background: #2F6BFF;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-dt88__conclusion-section .page-blog-chien-thuat-choi-game-bai-dt88__section-title {
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-dt88__conclusion-section .page-blog-chien-thuat-choi-game-bai-dt88__paragraph {
  color: #f0f7ff;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1em;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-bai-dt88__faq-section {
  padding: 60px 0;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-item {
  background-color: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  background-color: #fcfdff;
  user-select: none;
  list-style: none;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-item[open] > .page-blog-chien-thuat-choi-game-bai-dt88__faq-question {
  background-color: #eef4ff;
  border-bottom: 1px solid #D6E2FF;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-item[open] .page-blog-chien-thuat-choi-game-bai-dt88__faq-toggle {
  content: '−';
}

.page-blog-chien-thuat-choi-game-bai-dt88__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #1F2D3D;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-bai-dt88__main-title {
    font-size: 2.5em;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__section-title {
    font-size: 2em;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__hero-container {
    padding: 30px 16px;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-chien-thuat-choi-game-bai-dt88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__hero-content {
    flex: 1 1 100%;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-dt88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Content Area (general images, containers) */
  .page-blog-chien-thuat-choi-game-bai-dt88__content-area,
  .page-blog-chien-thuat-choi-game-bai-dt88__conclusion-section,
  .page-blog-chien-thuat-choi-game-bai-dt88__faq-section {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__article-subtitle,
  .page-blog-chien-thuat-choi-game-bai-dt88__feature-title {
    font-size: 1.4em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__article-card {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__strategy-grid,
  .page-blog-chien-thuat-choi-game-bai-dt88__feature-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__feature-item {
    padding: 20px;
  }

  /* General image responsive rule for content area */
  .page-blog-chien-thuat-choi-game-bai-dt88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ Section */
  .page-blog-chien-thuat-choi-game-bai-dt88__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }

  .page-blog-chien-thuat-choi-game-bai-dt88__conclusion-section .page-blog-chien-thuat-choi-game-bai-dt88__paragraph {
    font-size: 1em;
  }
}