.tray {
    background-color: lightgray;
    box-shadow: var(--shadow-shift-m) 0px 0px 0px rgb(157, 161, 165), var(--shadow-shift-m) var(--shadow-shift-m) 0px 0px rgb(157, 161, 165), 0px var(--shadow-shift-m) 0px 0px rgb(157, 161, 165), var(--shadow-shift) 0px 0px 0px rgb(224, 225, 227), var(--shadow-shift) var(--shadow-shift) 0px 0px rgb(224, 225, 227), 0px var(--shadow-shift) 0px 0px rgb(224, 225, 227);

    height: 90%;
    
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1px;
    
    padding: 1px 2px 1px 2px;
}

.tray * {
    width: auto;
    height: 100%;
}