.categories-list-5e13b718 {
    display: flex;
    gap: 12px;
}

.categories-list-5e13b718.layout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.categories-list-5e13b718.layout-list {
    flex-direction: column;
}

.categories-list-5e13b718.layout-inline {
    flex-wrap: wrap;
    align-items: center;
}

.cat-item-link-5e13b718 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.cat-item-link-5e13b718:hover {
    background-color: #f1f3f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cat-item-name-5e13b718 {
    font-weight: 600;
    font-size: 15px;
    color: #212529;
    transition: color 0.3s ease;
}

.cat-item-count-5e13b718 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #228be6;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 20px;
    min-width: 28px;
    height: 20px;
    transition: all 0.3s ease;
}
