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

.wccl-item {
    margin-bottom: 12px;
    line-height: 1.4;
}

.wccl-item:last-child {
    margin-bottom: 0;
}

.wccl-link {
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.wccl-count {
    font-size: 0.85em;
    opacity: 0.6;
}

.wccl-empty {
    margin: 0;
    opacity: 0.6;
    font-style: italic;
}
