:root {
    --gap-xs: 8px;
    --gap-8: var(--gap-xs);
}
:root {
    --modal-footer-mobile-default-gap: var(--gap-8);
}
.modal__column_1g43q > *:not(:last-child):not(:only-child) {
        margin-bottom: var(--modal-footer-mobile-default-gap);
    }
.modal__start_1g43q > *:not(:last-child):not(:only-child), .modal__center_1g43q > *:not(:last-child):not(:only-child), .modal__space-between_1g43q > *:not(:last-child):not(:only-child) {
        margin-right: var(--modal-footer-mobile-default-gap);
    }
