width: calc(10px + 100px);
width: calc(2em * 5);
width: calc(100% - 32px);
width: calc(var(--predefined-width) - calc(16px * 2));