.icon {
    width: 24px;
    height: 24px;
    vertical-align: sub;
    stroke-width: 2;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

nav a > .icon,
button > .icon {
    vertical-align: top;
}

.icon--hand-grab,
.icon--x {
    position: absolute;
    top: 0.5rem;
    background-color: var(--color-bg);
    border-radius: 50%;
}

.icon--x {
    right: 0.5rem;
}

.icon--x,
.icon--mail,
.icon--mail-filled {
    cursor: pointer;
}

.icon--hand-grab {
    left: 0.5rem;
    cursor: grab;
}

.avatar--small,
.icon--message,
.icon--logo,
.icon--mail,
.icon--mail-filled,
.icon--plus {
    width: 42px;
    height: 42px;
}

.icon--message {
    padding-top: 8px;
}

.icon--photo-up {
    width: 120px;
    height: 120px;
}

.icon--tag {
    width: 20px;
    height: 20px;
}

#item-image-container .icon--photo-off {
    width: 400px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
}

/* Avatar */
.avatar {
    height: 100px;
    width: 100px;
}

table .avatar--small {
    vertical-align: middle;
}

.avatar--loaded {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
