/* Base Styles for page-blog-chien-thuat-choi-game-bai-tai-bwin */
.page-blog-chien-thuat-choi-game-bai-tai-bwin {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy-color); /* Inherited from shared.css, assuming dark */
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  position: relative;
  text-align: center;
  color: #F3F8FF;
  background-color: var(--deep-navy-color);
  padding-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-primary,
.page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  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-tai-bwin__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: none;
}

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

.page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F3F8FF;
  border: 2px solid #244D84; /* Border */
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-secondary:hover {
  background: #1B3357; /* Divider */
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__section {
  padding: 60px 0;
  background-color: var(--deep-navy-color);
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__dark-section {
  background-color: #10233F; /* Card BG */
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-blog-chien-thuat-choi-game-bai-tai-bwin p {
  margin-bottom: 15px;
  color: #AFC4E8; /* Text Secondary */
  font-size: 16px;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin p a {
  color: #4FA8FF; /* Glow */
  text-decoration: none;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin p a:hover {
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__sub-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: #F3F8FF; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-bai-tai-bwin__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #10233F; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item summary.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item summary.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item summary.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-question:hover {
  background: #1B3357; /* Divider */
}
.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF; /* Text Main */
}
.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 20px;
  width: 32px;
  text-align: center;
}
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-answer {
  padding: 0 25px 25px;
  background: #08162B; /* Deep Navy */
  border-radius: 0 0 8px 8px;
}
details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-answer p {
  color: #AFC4E8; /* Text Secondary */
  font-size: 16px;
}

/* Global image styles */
.page-blog-chien-thuat-choi-game-bai-tai-bwin img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: none; /* Ensure no CSS filters are applied */
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__container {
    padding: 20px 30px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-content {
    padding: 30px 20px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__main-title {
    font-size: 3rem;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__description {
    font-size: 1.1rem;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__section {
    padding: 50px 0;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__section-title {
    font-size: 2.2rem;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__sub-title {
    font-size: 1.6rem;
  }
  details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item summary.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-question {
    padding: 16px 20px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-qtext {
    font-size: 17px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-toggle {
    font-size: 26px;
    width: 30px;
  }
  details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 849px) {
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-image {
    object-fit: contain !important; /* HERO mobile: contain, not cover */
    aspect-ratio: unset !important; /* Reset aspect ratio for contain */
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__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-tai-bwin__hero-section {
    padding-top: 10px; /* Ensure small top padding */
    padding-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-image-wrapper {
    padding-bottom: 75%; /* Adjust aspect ratio for mobile hero */
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__hero-content {
    padding: 20px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem); /* Responsive H1 font size */
    margin-bottom: 15px;
  }

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

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__btn-secondary,
  .page-blog-chien-thuat-choi-game-bai-tai-bwin a[class*="button"],
  .page-blog-chien-thuat-choi-game-bai-tai-bwin a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__section {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem); /* Responsive section title font size */
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin p {
    font-size: 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-tai-bwin img,
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  /* FAQ Mobile */
  details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item summary.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-question {
    padding: 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-qtext {
    font-size: 16px;
  }
  .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-toggle {
    font-size: 24px;
    width: 28px;
    margin-left: 15px;
  }
  details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-answer {
    padding: 0 15px 15px;
  }
  details.page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-item .page-blog-chien-thuat-choi-game-bai-tai-bwin__faq-answer p {
    font-size: 15px;
  }
}