input[type="text"] {
    width: 100% !important;
    height: 35px;
}

input[type="text"]:hover,
input[type="text"]:active {
    font-weight: normal;
}

input[type="text"]:focus {
    outline-offset: var(--outline-inset);
}