/* style/blog-chien-thuat-choi-game-bai-88clb.css */

:root {
  --primary-color: #E53935;
  --secondary-color: #FF5A4F;
  --text-main-color: #333333;
  --card-bg-color: #FFFFFF;
  --background-color: #F5F7FA;
  --border-color: #E0E0E0;
}

.page-blog-chien-thuat-choi-game-bai-88clb {
  font-family: 'Arial', sans-serif;
  color: var(--text-main-color); /* Default text color for the page */
  background-color: var(--background-color);
}

.page-blog-chien-thuat-choi-game-bai-88clb__hero-section {
  background-color: var(--card-bg-color);
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
}

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

.page-blog-chien-thuat-choi-game-bai-88clb__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-blog-chien-thuat-choi-game-bai-88clb__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

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

.page-blog-chien-thuat-choi-game-bai-88clb__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.page-blog-chien-thuat-choi-game-bai-88clb__intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: var(--text-main-color);
}

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

.page-blog-chien-thuat-choi-game-bai-88clb__btn-primary,
.page-blog-chien-thuat-choi-game-bai-88clb__btn-secondary,
.page-blog-chien-thuat-choi-game-bai-88clb a[class*="button"],
.page-blog-chien-thuat-choi-game-bai-88clb a[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow word breaking */
  box-sizing: border-box;
  max-width: 100%;
}

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

.page-blog-chien-thuat-choi-game-bai-88clb__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-88clb__btn-secondary {
  background: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-chien-thuat-choi-game-bai-88clb__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-88clb__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: var(--card-bg-color);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-game-bai-88clb__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-88clb__sub-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-88clb p {
  margin-bottom: 15px;
  color: var(--text-main-color);
}

.page-blog-chien-thuat-choi-game-bai-88clb__guide-section .page-blog-chien-thuat-choi-game-bai-88clb__guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: var(--background-color);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-choi-game-bai-88clb__guide-section .page-blog-chien-thuat-choi-game-bai-88clb__guide-item:nth-child(even) {
    flex-direction: column-reverse; /* Alternate image/text order */
}

.page-blog-chien-thuat-choi-game-bai-88clb__guide-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-game-bai-88clb__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-chien-thuat-choi-game-bai-88clb__list li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.page-blog-chien-thuat-choi-game-bai-88clb a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-blog-chien-thuat-choi-game-bai-88clb a:hover {
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-bai-88clb__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-bai-88clb__card {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-chien-thuat-choi-game-bai-88clb__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-game-bai-88clb__card-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-88clb__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-blog-chien-thuat-choi-game-bai-88clb__faq-section {
  background-color: var(--card-bg-color);
  padding: 40px 16px;
  max-width: 1170px;
  margin: 0 auto 24px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-choi-game-bai-88clb__faq-list {
  margin-top: 20px;
}

.page-blog-chien-thuat-choi-game-bai-88clb__faq-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: var(--background-color);
  overflow: hidden;
}

.page-blog-chien-thuat-choi-game-bai-88clb__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-main-color);
  cursor: pointer;
  background-color: #ffffff;
  user-select: none;
  list-style: none; /* For details/summary */
}

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

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

.page-blog-chien-thuat-choi-game-bai-88clb__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 10px;
  color: var(--primary-color);
}

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

.page-blog-chien-thuat-choi-game-bai-88clb__faq-answer {
  padding: 10px 20px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main-color);
  background-color: var(--background-color);
}

.page-blog-chien-thuat-choi-game-bai-88clb__conclusion-section {
  text-align: center;
  padding-bottom: 60px;
}

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

/* General image responsiveness */
.page-blog-chien-thuat-choi-game-bai-88clb img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-88clb {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-chien-thuat-choi-game-bai-88clb__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__hero-container {
    flex-direction: column-reverse; /* Image above content */
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__hero-content,
  .page-blog-chien-thuat-choi-game-bai-88clb__hero-image {
    flex: 1 1 100%;
    min-width: unset;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__main-title {
    font-size: 32px;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__intro-text {
    font-size: 16px;
    text-align: center;
  }

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

  /* Buttons */
  .page-blog-chien-thuat-choi-game-bai-88clb__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-88clb__btn-secondary,
  .page-blog-chien-thuat-choi-game-bai-88clb a[class*="button"],
  .page-blog-chien-thuat-choi-game-bai-88clb 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;
  }

  /* Content Area */
  .page-blog-chien-thuat-choi-game-bai-88clb__content-area,
  .page-blog-chien-thuat-choi-game-bai-88clb__faq-section {
    padding: 25px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__section-title {
    font-size: 28px;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__sub-title {
    font-size: 22px;
  }

  /* Guide Section (tutorial/strategy) */
  .page-blog-chien-thuat-choi-game-bai-88clb__guide-section .page-blog-chien-thuat-choi-game-bai-88clb__guide-item {
    padding: 15px;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__guide-section .page-blog-chien-thuat-choi-game-bai-88clb__guide-item:nth-child(even) {
    flex-direction: column; /* Reset order for mobile */
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__guide-image {
    margin-bottom: 15px;
  }

  /* Feature Grid (card layout) */
  .page-blog-chien-thuat-choi-game-bai-88clb__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-blog-chien-thuat-choi-game-bai-88clb__card-title {
    font-size: 20px;
  }

  /* FAQ Section */
  .page-blog-chien-thuat-choi-game-bai-88clb__faq-question {
    font-size: 16px;
    padding: 12px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-88clb__faq-answer {
    padding: 8px 15px 15px;
    font-size: 15px;
  }

  /* Universal image and container sizing for mobile */
  .page-blog-chien-thuat-choi-game-bai-88clb img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-chien-thuat-choi-game-bai-88clb__section,
  .page-blog-chien-thuat-choi-game-bai-88clb__card,
  .page-blog-chien-thuat-choi-game-bai-88clb__container,
  .page-blog-chien-thuat-choi-game-bai-88clb__cta-buttons,
  .page-blog-chien-thuat-choi-game-bai-88clb__button-group,
  .page-blog-chien-thuat-choi-game-bai-88clb__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-88clb__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-chien-thuat-choi-game-bai-88clb__conclusion-section .page-blog-chien-thuat-choi-game-bai-88clb__cta-buttons {
    padding-left: 0;
    padding-right: 0;
  }
}