@charset "utf-8";

/* latest 스킨 - GeneratePress 스타일 */
.lat { position: relative; margin-bottom: 30px; background: #fff; }
.lat .lat_title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #222;
}
.lat .lat_title a { color: #222; text-decoration: none; }

.lat_ul { list-style: none; padding: 0; margin: 0; }

.lat_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.lat_item:last-child { border-bottom: none; }

/* 썸네일 */
.lat_thumb {
    flex-shrink: 0;
    width: 120px;
    height: 68px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}
.lat_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.lat_thumb:hover img { transform: scale(1.05); }

/* 콘텐츠 */
.lat_content { flex: 1; min-width: 0; }

.lat_subject {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
}
.lat_subject a {
    color: #222;
    text-decoration: none;
}
.lat_subject a:hover { color: #1e73be; }

.lat_desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 3px 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lat_meta {
    font-size: 12px;
    color: #999;
}
.lat_meta .lt_nick {
    color: #666;
    margin-right: 8px;
}

/* 뱃지 */
.new_icon {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #1e73be;
    background: #e8f4fd;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
}
.lt_cmt {
    display: inline-block;
    font-size: 11px;
    color: #1e73be;
    background: #e9eff5;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
}

.empty_li {
    text-align: center;
    padding: 40px 0;
    color: #999;
}

/* 더보기 */
.lt_more {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 13px;
    color: #1e73be;
    text-decoration: none;
}
.lt_more:hover { color: #155a96; }

/* 반응형 */
@media (max-width: 600px) {
    .lat_thumb { width: 80px; height: 50px; }
    .lat_subject { font-size: 14px; }
}
