/* Linke Spalte (Käuferinformation) ausblenden */
body.view-user.task-editaddresscart .vm-form-row > .col.col-lg-6:first-child {
    display: none !important;
}

/* Rechte Spalte (Rechnungsadresse) auf volle Breite */
body.view-user.task-editaddresscart .vm-form-row > .col.col-lg-6:nth-child(2) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

