.page-blog-chien-thuat-choi-game-bai-7clubs {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--page-bg-color, #F5F7FA); /* Using default background color */
}

.page-blog-chien-thuat-choi-game-bai-7clubs__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
}

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

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

.page-blog-chien-thuat-choi-game-bai-7clubs__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

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

.page-blog-chien-thuat-choi-game-bai-7clubs__hero-image {
  flex: 1 1 40%;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.page-blog-chien-thuat-choi-game-bai-7clubs__btn-primary,
.page-blog-chien-thuat-choi-game-bai-7clubs__btn-secondary {
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__btn-primary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__btn-primary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__btn-secondary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid #FF5A4F;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__btn-secondary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  border-color: #E53935;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 16px;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__section-title {
  font-size: 2.2em;
  color: #E53935;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #333333;
}

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

.page-blog-chien-thuat-choi-game-bai-7clubs__strategy-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__strategy-subtitle {
  font-size: 1.4em;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-blog-chien-thuat-choi-game-bai-7clubs__game-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__game-tip-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__game-tip-title {
  font-size: 1.4em;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__dark-section {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  color: #ffffff;
  padding: 60px 16px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-7clubs__dark-section .page-blog-chien-thuat-choi-game-bai-7clubs__section-title,
.page-blog-chien-thuat-choi-game-bai-7clubs__dark-section .page-blog-chien-thuat-choi-game-bai-7clubs__text-block {
  color: #ffffff; /* Ensure white text on dark background */
}

.page-blog-chien-thuat-choi-game-bai-7clubs__faq-list {
  margin-top: 30px;
}

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

.page-blog-chien-thuat-choi-game-bai-7clubs__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  list-style: none;
}

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

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

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

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

.page-blog-chien-thuat-choi-game-bai-7clubs__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #555555;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-7clubs {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__hero-container {
    flex-direction: column;
    padding: 30px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__hero-content,
  .page-blog-chien-thuat-choi-game-bai-7clubs__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__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-7clubs__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-7clubs__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-7clubs__content-area,
  .page-blog-chien-thuat-choi-game-bai-7clubs__dark-section {
    padding: 30px 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-blog-chien-thuat-choi-game-bai-7clubs__strategy-grid,
  .page-blog-chien-thuat-choi-game-bai-7clubs__game-tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-7clubs__faq-answer {
    padding: 0 15px 15px 15px;
  }
}