@charset "UTF-8";
.nn-widget .nn-section {
  margin-bottom: 50px;
}
.nn-widget .nn-section:last-child {
  margin-bottom: 0;
}
.nn-widget .nn-section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nn-widget .nn-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.nn-widget .nn-grid .nn-card {
  width: calc((100% - 50px * 2) / 3);
}
.nn-widget .nn-grid .nn-card .nn-card-link {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nn-widget .nn-grid .nn-card .nn-card-image {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 20px;
  background-image: url(/assets/images/main/nn_bg1.png);
  background-size: cover;
  padding: 10px;
}
.nn-widget .nn-grid .nn-card .nn-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  background-color: var(--bh_color_white);
}
.nn-widget .nn-grid .nn-card .nn-card-body {
  flex: 1;
  min-width: 0;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-desc {
  font-size: 16px;
  color: var(--bh_color_gray_600);
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-author img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: var(--bh_color_gray_600);
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats span {
  position: relative;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats span::after {
  position: absolute;
  content: "•";
  color: var(--bh_color_gray_300);
  top: 0;
  right: -10px;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats span:last-child::after {
  display: none;
}
.nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats span i {
  padding-right: 2px;
}
@media (max-width: 992px) {
  .nn-widget .nn-section {
    margin-bottom: 30px;
  }
  .nn-widget .nn-section-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .nn-widget .nn-grid {
    gap: 15px;
  }
  .nn-widget .nn-grid .nn-card {
    width: 100%;
  }
  .nn-widget .nn-grid .nn-card .nn-card-link {
    gap: 10px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    padding: 5px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-image img {
    border-radius: 5px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-body .nn-card-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-body .nn-card-desc {
    font-size: 13px;
    height: 20px;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-body .nn-card-author {
    font-size: 11px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-body .nn-card-author img {
    width: 18px;
    height: 18px;
  }
  .nn-widget .nn-grid .nn-card .nn-card-body .nn-card-stats {
    margin-top: 3px;
    font-size: 11px;
    font-weight: 500;
  }
}
/*# sourceMappingURL=60a63e17a437b545b6708efe076a2afd363f42bf.widget.scss.map */
