/* ===== Article list container ===== */
.box-list {
  margin: 0 auto;
  width: 29.5rem;
  max-width: 100%;
}

.box-list-1 {
  margin-left: 1.17rem;
  margin-right: 1.17rem;
}

/* Big item (first card, full width image) */
.box-list-1 .item-top-big {
  display: flex;
  width: 28.92rem;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1.42rem;
  position: relative;
}

.item-top-big .item-img {
  width: 100%;
  height: 20.5rem;
  max-height: 20.5rem;
  border-radius: 0.83rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #fff;
}

.item-top-big .name {
  display: flex;
  width: 100%;
  min-height: 5.42rem;
  flex-direction: column;
  position: relative;
  margin-top: 1.33rem;
}

.item-top-big .desc11 {
  color: #000;
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.83rem;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-top-big .desc2 {
  color: #3A3A3A;
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1.17rem;
  font-weight: 400;
}

/* Regular item (row: image left + text right) */
.box-list-1 .item-top {
  display: flex;
  width: 100%;
  margin-bottom: 1.42rem;
  position: relative;
}

.item-top .item-img {
  width: 11.75rem;
  height: 8.33rem;
  margin-right: 0.92rem;
  border-radius: 0.83rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #fff;
}

.item-top .name {
  display: flex;
  flex: 1;
  height: 8.33rem;
  flex-direction: column;
  position: relative;
  padding-top: 0.83rem;
}

.item-top .desc {
  color: #000;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.83rem;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.item-top .desc2 {
  color: #3A3A3A;
  font-size: 1.17rem;
  font-weight: 400;
  margin-top: auto;
}

/* When a real cover image is present, never show the emoji placeholder text */
.item-img.has-cover,
.detail-img.has-cover {
  color: transparent;
  font-size: 0;
}

/* "You may also like" block title */
.box-list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1.25rem;
  border-left: 0.42rem solid #CA16CD;
}

.box-list .title .lf span {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1a1a1a;
  padding-left: 0.67rem;
}
