.counter-input {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.counter-input button {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.counter-input input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
}