.lhv-ranking {
    display: block;
}

.lhv-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: center;
}

.lhv-thumb-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}

.lhv-thumb-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.lhv-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    background: #f2f2f2;
}

.lhv-thumb-placeholder {
    background: #e9e9e9;
}

.lhv-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background: #e10600;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
}

.lhv-content {
    flex: 1;
}

.lhv-title {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.3rem;
    font-size: 1rem;
}

.lhv-title a {
    text-decoration: none;
    color: var(--color-principal);
}

.lhv-count {
    font-size: 13px;
    color: #666;
}

@media (max-width: 480px) {
    .lhv-thumb-wrapper {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .lhv-badge {
        font-size: 12px;
        padding: 3px 6px;
    }

    .lhv-title {
        font-size: 15px;
    }

    .lhv-count {
        font-size: 12px;
    }
}
