.makes-label {
    border: 1px solid #afddfd;
    color: #999999;
    background: white;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}

.makes-label > a:first-child {
    padding: 5px;
}

.makes-label .edit-page {
    background: #b0dfff;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    width: 28px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #33a6e1;
}

.makes-label:hover {
    filter: brightness(0.9);
}


.makes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}