.mwqo-fast-control {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 44px minmax(54px, 1fr) 44px;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    border: 2px solid currentColor;
    border-radius: 4px;
    background: #fff;
}

.mwqo-fast-button,
.mwqo-fast-input {
    box-sizing: border-box;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    border-radius: 0;
    font: inherit;
    font-weight: 700;
}

.mwqo-fast-button {
    padding: 0;
    border: 0;
    background: #f3f3f3;
    color: #111;
    cursor: pointer;
}

.mwqo-fast-button:hover,
.mwqo-fast-button:focus-visible {
    background: #e4e4e4;
}

.mwqo-fast-input {
    width: 100%;
    padding: 0 4px;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    outline: 0;
    background: #fff;
    color: #111;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.mwqo-fast-input::-webkit-inner-spin-button,
.mwqo-fast-input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.mwqo-fast-input:focus {
    box-shadow: inset 0 0 0 2px currentColor;
}
