shortcut {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: fit-content;
    max-height: 100px;
    padding: 10px;
    user-select: none;
    border-radius: 2px;
}

shortcut:hover {
    background-color: #28a9ff36;
    outline: 1px solid #53baff81;
}

shortcut:focus {
    background-color: #28a9ff79;
    outline: 1px solid #53baffbb;
}

shortcut img {
    width: var(--panel-height);
    height: var(--panel-height);
    object-fit: contain;
    filter: drop-shadow(2px 2px 2px #0004);
}

shortcut span {
    text-wrap-mode: wrap;
    width: 100%;
    word-break: break-all;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 2px #0007;
}
