

.buttons:has(.webform-button--next), .buttons:has(.webform-button--previous) {
    justify-content: space-between;
    
    &:has(.button:only-child) {
        justify-content: end;
    }
}