@charset "utf-8";

.cj-meta-simple-v20260502{
  width:100%;
  margin:34px 0 38px;
  color:var(--text);
}

.cj-meta-simple-v20260502,
.cj-meta-simple-v20260502 *{
  box-sizing:border-box;
}

.cj-meta-simple-v20260502 a{

  text-decoration:none;
}

.cj-meta-simple-inner-v20260502{
  width:100%;
}

.cj-meta-simple-head-v20260502{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
}

.cj-meta-simple-title-v20260502{
  margin:0;
  font-size:24px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.04em;
  color:var(--text);
}

.cj-meta-simple-more-v20260502{
display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: var(--text-sub, var(--text-md, #666));
    transition: color .18s ease;
}


.cj-meta-simple-list-v20260502{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap:12px;
}

.cj-meta-simple-item-v20260502{
  min-width:0;
  border:1px solid var(--border-light);
  border-radius:16px;
  background:var(--surface-1);
  overflow:hidden;
}

.cj-meta-simple-item-v20260502:hover{
  background:var(--surface-2);
  border-color:var(--border-medium);
}

.cj-meta-simple-link-v20260502{
  display:grid;
  grid-template-columns:148px minmax(0, 1fr);
  gap:14px;
  align-items:center;
  min-height:126px;
  padding:10px;
}

.cj-meta-simple-thumb-v20260502{
  width:148px;
  height:100px;
  border-radius:12px;
  overflow:hidden;
  background:var(--surface-3);
  border:1px solid var(--border-light);
}

.cj-meta-simple-thumb-v20260502 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.cj-meta-simple-body-v20260502{
  min-width:0;
}

.cj-meta-simple-subject-v20260502{
  margin:0;
  color:var(--text);
  font-size:15px;
  font-weight:900;
  line-height:1.38;
  letter-spacing:-.035em;
  word-break:keep-all;
  overflow-wrap:anywhere;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.cj-meta-simple-desc-v20260502{
  margin:6px 0 0;
  color:var(--text-sub);
  font-size:13px;
  line-height:1.48;
  word-break:keep-all;
  overflow-wrap:anywhere;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}

.cj-meta-simple-date-v20260502{
  display:block;
  margin-top:8px;
  color:var(--text-sub2);
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.cj-meta-simple-empty-v20260502{
  padding:18px 0;
  color:var(--text-sub);
  font-size:14px;
}

@media (max-width:1024px){
  .cj-meta-simple-list-v20260502{
    grid-template-columns:1fr;
  }

  .cj-meta-simple-link-v20260502{
    grid-template-columns:156px minmax(0, 1fr);
    min-height:128px;
  }

  .cj-meta-simple-thumb-v20260502{
    width:156px;
    height:104px;
  }
}

@media (max-width:767px){
  .cj-meta-simple-v20260502{
    margin:28px 0 32px;
  }

  .cj-meta-simple-title-v20260502{
    font-size:20px;
  }

  .cj-meta-simple-more-v20260502{
    height:28px;
    padding:0 9px;
    font-size:11px;
  }

  .cj-meta-simple-list-v20260502{
    gap:10px;
  }

  .cj-meta-simple-item-v20260502{
    border-radius:14px;
  }

  .cj-meta-simple-link-v20260502{
    grid-template-columns:108px minmax(0, 1fr);
    gap:10px;
    min-height:120px;
    padding:8px;
  }

  .cj-meta-simple-thumb-v20260502{
    width:108px;
    height:78px;
    border-radius:11px;
  }

  .cj-meta-simple-subject-v20260502{
    font-size:14px;
    line-height:1.36;
  }

  .cj-meta-simple-desc-v20260502{
    margin-top:5px;
    font-size:12px;
    line-height:1.42;
    -webkit-line-clamp:4;
  }

  .cj-meta-simple-date-v20260502{
    margin-top:7px;
    font-size:11px;
  }
}

@media (max-width:420px){
  .cj-meta-simple-link-v20260502{
    grid-template-columns:98px minmax(0, 1fr);
  }

  .cj-meta-simple-thumb-v20260502{
    width:98px;
    height:72px;
  }
}