/* /public/css/add-product.css */
.form-group {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1.5rem;
    align-items: center;
}

.form-group label {
    justify-self: end;
    margin-bottom: 0;
}
