## Problem 1. When the input field size is "small" and it has an icon, input text is overlapping the icon. 2. According to [General Form Rules](https://www.tedi.ee/1ee8444b7/p/41c9f9-general-form-rules/t/fa3afd6d80), font-size for "small" should be 16px, right now it's 14px (`var(--body-small-regular-size)`). ## Solution 1. For "default" and "large" sizes there's a right-padding added to the input. 2. Change font-size to `var(--body-regular-size)`. ## Examples and information <img width="441" height="299" alt="Image" src="https://github.com/user-attachments/assets/f2bc072c-c8e5-4970-9b5d-f1b9edd533b1" />