/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2026 | 15:49:50 */
.kl-cabinet-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kl-cabinet-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
}

.kl-cabinet-item:hover {
    background: #f0f0f0;
}

.kl-cabinet-icon-wrap svg {
    display: block;
}

.kl-cabinet-label {
    font-size: 12px;
    line-height: 1.2;
}
