/* Main wrapper */
.reeid-checkout-wrap {
    text-align: center;
    margin: 1rem 0;
}

/* Buttons */
.reeid-checkout-btn {
    background-color: #0073e6;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.8rem 1.4rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.reeid-checkout-btn:hover {
    background-color: #005bb5;
}

/* Layout containers */
.reeid-checkout-grid {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.reeid-qty {
    width: 80px;
    padding: .3rem;
}

.reeid-qty-wrap {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.reeid-checkout-row {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
