:root {
    --gap-xs: 8px;
    --gap-8: var(--gap-xs);
}
:root {
    --modal-footer-mobile-default-gap: var(--gap-8);
}
.column > *:not(:last-child):not(:only-child) {
        margin-bottom: var(--modal-footer-mobile-default-gap);
    }
.start > *:not(:last-child):not(:only-child), .center > *:not(:last-child):not(:only-child), .space-between > *:not(:last-child):not(:only-child) {
        margin-right: var(--modal-footer-mobile-default-gap);
    }
