.mobile-latest-wrap {
    padding: 10px;
}

.mobile-latest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-latest-title {
    font-size: 1.2em;
    font-weight: bold;
}

.view-all {
    font-size: 0.9em;
    color: #007bff;
    text-decoration: none;
}

.card-list .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin: 0 5px;
    width: 100%;
    max-width: 100%;
}

.card-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.card-body {
    padding: 10px;
}

.card-title {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
}

.event-meta {
    font-size: 0.85em;
    color: #555;
    line-height: 1.4;
    margin-bottom: 8px;
}

.card-footer {
    font-size: 0.75em;
    color: #999;
    display: flex;
    justify-content: space-between;
}

.badge {
    font-size: 0.7em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.badge.new { background: #cceeff; color: #007acc; }
.badge.hot { background: #ffdddd; color: #cc0000; }
.badge.cmt { background: #e8f0fe; color: #3367d6; }

.lt_meta {
    margin: 5px 0;
    font-size: 0.85em;
    color: #555;
    line-height: 1.4;
}

.lt_meta_item {
    margin-bottom: 2px;
}
