.pq-7a45d128-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pq-7a45d128-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}
.pq-7a45d128-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
}
.pq-7a45d128-btn {
    background: #ffffff;
    border: none;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    transition: background-color 0.2s ease;
}
.pq-7a45d128-btn:hover {
    background: #f5f5f5;
}
.pq-7a45d128-input {
    width: 50px;
    height: 44px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    appearance: textfield;
    -moz-appearance: textfield;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
.pq-7a45d128-input::-webkit-outer-spin-button,
.pq-7a45d128-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pq-7a45d128-input:focus {
    outline: none;
}