form.cart {
    /* flex-wrap: wrap; */
}

#wc-fc {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wc-fc-row,
.wc-fc-row label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wc-fc-row .wc-fc-needed {
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 5px;
}

.wc-fc-row .wc-fc-needed input {
    width: 60px;
    padding: 5px;
    border: none;
    font-size: 1rem;
}