@charset "utf-8";

/* 최근 게시물 스킨 (latest) - RedMoon Dark Theme */
.lt { width:100% !important; position:relative; }
.lt ul { margin:0; padding:0; list-style:none; }
.lt li { border-bottom:1px solid rgba(255,255,255,.06); }
.lt li:last-child { border-bottom:none; }

.lt .lt_row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:9px 4px;
    text-decoration:none;
    transition:background .15s;
    gap:10px;
}
.lt .lt_row:hover {
    background:rgba(255,255,255,.05);
}

.lt .lt_subject {
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#ccc;
    font-size:13px;
    line-height:1.5;
}
.lt .lt_row:hover .lt_subject {
    color:#fff;
}

.lt .lt_comment {
    margin-left:5px;
    color:#ff3061;
    font-size:11px;
    font-weight:700;
}

.lt .lt_new {
    display:inline-block;
    margin-left:5px;
    padding:1px 4px;
    background:#ff3061;
    color:#fff;
    font-size:9px;
    font-weight:700;
    border-radius:2px;
    vertical-align:middle;
    line-height:1.3;
}

.lt .lt_date {
    flex-shrink:0;
    color:#666;
    font-size:11px;
    letter-spacing:.5px;
}

.lt .lt_empty {
    padding:20px 4px;
    color:#555;
    font-size:12px;
    text-align:center;
}

/* Responsive */
@media screen and (max-width: 640px) {
    .lt .lt_subject { font-size:12px; }
    .lt .lt_row { padding:8px 2px; }
}
