/* ===== FIX CARD GIỐNG MẪU 2 CỘT ===== */

body.category #post-list > .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.category #post-list > .row:before,
body.category #post-list > .row:after {
  display: none !important;
}

body.category #post-list .post-item {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

/* Card */
body.category #post-list .post-item .box-text {
  min-height: 260px !important;
  padding: 26px 26px 24px !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}

/* Bên trong card */
body.category #post-list .post-item .box-text-inner {
  display: flex !important;
  flex-direction: column !important;
  min-height: 210px !important;
  height: 100% !important;
  text-align: left !important;
}

/* Ẩn ảnh, mô tả, divider mặc định */
body.category #post-list .post-item .box-image,
body.category #post-list .post-item .image-cover,
body.category #post-list .post-item .from_the_blog_excerpt,
body.category #post-list .post-item .post-meta,
body.category #post-list .post-item .is-divider {
  display: none !important;
}

/* Tiêu đề */
body.category #post-list .post-item .post-title {
  margin: 0 0 26px !important;
  min-height: auto !important;
  text-align: left !important;
}

body.category #post-list .post-item .post-title a {
  color: #111820 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-decoration: none !important;
}

/* Category */
.cqr-archive-category {
  margin: 0 0 28px !important;
  color: #6b7280 !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

/* Dòng số câu hỏi */
.cqr-archive-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  color: #6b7280 !important;
  font-size: 21px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.cqr-archive-meta span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Icon dấu hỏi */
.cqr-archive-dot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #6b7280 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Nút */
.cqr-archive-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: auto !important;
}

.cqr-archive-start {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62% !important;
  min-height: 54px !important;
  border-radius: 10px !important;
  background: #22c55e !important;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 24px !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cqr-archive-start:hover {
  background: #16a34a !important;
  color: #fff !important;
}

/* Ẩn thời gian, tym, lưu nếu có */
.cqr-archive-time,
.cqr-archive-heart,
.cqr-archive-save,
.cqr-archive-bookmark,
.cqr-archive-favorite,
.cqr-archive-actions .icon-heart,
.cqr-archive-actions .icon-bookmark {
  display: none !important;
}

/* Tablet */
@media (max-width: 900px) {
  body.category #post-list > .row {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile */
@media (max-width: 560px) {
  body.category #post-list .post-item .box-text {
    padding: 22px 20px !important;
    min-height: 240px !important;
  }

  body.category #post-list .post-item .post-title a {
    font-size: 22px !important;
  }

  .cqr-archive-category,
  .cqr-archive-meta {
    font-size: 19px !important;
  }

  .cqr-archive-start {
    width: 100% !important;
    font-size: 20px !important;
  }
}