/* style/blog-chien-thuat-choi-game-bai-1bmw.css */
.page-blog-chien-thuat-choi-game-bai-1bmw {
  color: #F3F8FF; /* Text Main */
  background-color: transparent; /* Body background handled by shared.css var(--deep-navy) */
}

.page-blog-chien-thuat-choi-game-bai-1bmw__dark-bg {
  background-color: var(--deep-navy); /* #08162B */
  color: #F3F8FF;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__light-bg {
  background-color: #10233F; /* Card BG, slightly lighter for content */
  color: #F3F8FF;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__hero-section {
  padding-top: 10px; /* Adjust for fixed header, as body handles var(--header-offset) */
  padding-bottom: 60px;
  background-color: var(--deep-navy);
}

.page-blog-chien-thuat-choi-game-bai-1bmw__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

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

.page-blog-chien-thuat-choi-game-bai-1bmw__main-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  max-width: 700px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__intro-text {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-chien-thuat-choi-game-bai-1bmw__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

.page-blog-chien-thuat-choi-game-bai-1bmw__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-game-bai-1bmw__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-1bmw__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-blog-chien-thuat-choi-game-bai-1bmw__btn-secondary:hover {
  background-color: #F2C14E;
  color: #113B7A; /* Main color */
  transform: translateY(-2px);
}

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

.page-blog-chien-thuat-choi-game-bai-1bmw__main-illustration {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold */
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #1D5FD1; /* Auxiliary color */
  border-radius: 2px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__content-area p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #AFC4E8;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-game-bai-1bmw__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2B73F6;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__benefits-list,
.page-blog-chien-thuat-choi-game-bai-1bmw__guide-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__benefits-list li,
.page-blog-chien-thuat-choi-game-bai-1bmw__guide-list li {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #F3F8FF;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__benefits-list li strong {
  color: #F2C14E;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__guide-list li::before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  font-weight: bold;
  color: #4FA8FF; /* Glow */
  font-size: 1.2rem;
  flex-shrink: 0;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-list {
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F3F8FF;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F2C14E; /* Gold */
  list-style: none;
  position: relative;
}

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

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-question .page-blog-chien-thuat-choi-game-bai-1bmw__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #4FA8FF;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-item[open] .page-blog-chien-thuat-choi-game-bai-1bmw__faq-question .page-blog-chien-thuat-choi-game-bai-1bmw__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #AFC4E8;
}

.page-blog-chien-thuat-choi-game-bai-1bmw__faq-answer p {
  margin-bottom: 0;
  color: #AFC4E8;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-1bmw__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

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

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

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

  .page-blog-chien-thuat-choi-game-bai-1bmw__main-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

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

  .page-blog-chien-thuat-choi-game-bai-1bmw__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-1bmw__btn-secondary,
  .page-blog-chien-thuat-choi-game-bai-1bmw a[class*="button"],
  .page-blog-chien-thuat-choi-game-bai-1bmw a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 0.95rem !important;
    padding: 12px 20px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__content-area {
    padding: 40px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__section-title::after {
    width: 60px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__content-area p {
    font-size: 0.95rem;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__sub-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__benefits-list li,
  .page-blog-chien-thuat-choi-game-bai-1bmw__guide-list li {
    font-size: 0.95rem;
    padding: 12px 15px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__benefits-list li strong {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__guide-list li::before {
    font-size: 1.1rem;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__faq-answer {
    font-size: 0.9rem;
    padding: 0 20px 15px;
  }

  /* General image responsiveness for content area */
  .page-blog-chien-thuat-choi-game-bai-1bmw img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__container,
  .page-blog-chien-thuat-choi-game-bai-1bmw__content-area,
  .page-blog-chien-thuat-choi-game-bai-1bmw__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }

  .page-blog-chien-thuat-choi-game-bai-1bmw__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }
}