.thing-todo-article-card {
  overflow: hidden;
  border-radius: 12px;
  border-radius: 12px;
  aspect-ratio: 4/3;
  min-height: 300px;
}
@media screen and (max-width: 1023px) {
  .thing-todo-article-card {
    aspect-ratio: unset;
  }
}
.thing-todo-article-card .thing-todo-article-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  aspect-ratio: 16/9;
}
.thing-todo-article-card .thing-todo-article-card__image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  object-position: center;
}
.thing-todo-article-card .thing-todo-article-card__content .thing-todo-article-card__title {
  height: 60px;
}
.thing-todo-article-card .thing-todo-article-card__content .thing-todo-article-card__meta {
  display: flex;
  justify-content: space-between;
}
.thing-todo-article-card .thing-todo-article-card__content .text-truncate-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thing-todo-article-card .thing-todo-article-card__content .thing-todo-article-card__actions {
  gap: 4%;
}
.thing-todo-article-card .thing-todo-article-card__content .thing-todo-article-card__actions .btn-see-detail {
  width: 100%;
  display: block;
}

/*# sourceMappingURL=thing-todo-article.css.map */
