.maui-btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.maui-btn-spacer {
    flex: 1 1 auto;
}
