/* AvaStore Connector — Front-office styles */

.avastore-configure-btn-wrapper {
    margin-top: 10px;
}

.avastore-configure-btn {
    display: inline-block;
    width: 100%;
}

/* Quantity is set during AvaStore configuration, not editable via the cart —
   keep the disabled input legible instead of the browser's greyed-out default. */
input.avastore-qty-locked {
    opacity: 1;
    background-color: #fff;
    color: inherit;
    cursor: not-allowed;
}
