.ActionIconWrapper{background:var(--background-fill);border-radius:20px;gap:10px;width:fit-content;padding:13px;display:flex}.ActionIconWrapper svg{width:29px;height:29px}.AddItemCard{background:var(--background-sidebar-selected);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #00000014}.AddItemCard:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.AddItemCard__text{color:var(--text-primary)}.ActionIconWrapper.AddItemCard__icon{background:var(--background-sidebar-hover)}.ActionIconWrapper.AddItemCard__icon svg{color:var(--text-primary)}
