↓
/* Target all date input fields */ input[type="date"] { font-size: 16px; /* Increases text size */ padding: 12px 16px; /* Adds space inside the input */ width: 100%; /* Makes it full width of container */ max-width: 400px; /* Optional: cap width */ height: 50px; /* Optional: height of the field */ box-sizing: border-box; } /* Optional: Style the calendar icon */ input[type="date"]::-webkit-calendar-picker-indicator { filter: brightness(0) saturate(100%) invert(30%); /* tint icon */ cursor: pointer; height: 30px; width: 30px; }
↓
↓
↓
Please fill the form below to request a reservation.