Item label

                @use "../abstracts/css-util";

.item-label {
    font-weight: 640;
    font-size: 1.44rem;
    border-radius: 4px;
    padding: 0.2rem 1.2rem;
    align-items: center;
    display: flex;
    gap: 0.8rem;
    height: 30px;
    background-color: #E0E0E0;
    color: #A1A1A1;
    white-space: nowrap;
}
            
Item label
                
Item label