[data-once='editButton'] .edit-button {
    display: none;
    text-decoration: none;
    font-size: 0.75em;
    padding-left: 0.5em;
    vertical-align: middle;
}
[data-once='editButton']:hover .edit-button {
    display: inline;
}

#block-project-nodes-animations .views-row:first-child .delete-button {
    pointer-events: none;
    opacity: 0.5;
}

.project-animation-screenshot img {
    width: auto;
    height: auto;
    max-height: 100px;
}

.box {
    padding: 0.8rem 1.5rem 1rem 1.5rem;
    margin: 0.25rem 0;
    background: var(--white);
    border-radius: 0.5rem;
    width: fit-content;
}

.animation-renders-list {
    margin-top: 1rem;
}

.render-node a {
    text-decoration: none;
}
.render-node a:hover {
    text-decoration: underline;
}

.limapp-download-wrapper {
    display: inline-block;
    margin: 0.7rem 2rem 0 0;
}
.limapp-download-wrapper a {
    text-decoration: none;
}