﻿.edit-room-card {
    background-color: var(--mud-palette-surface);
}

.edit-room-card-actions {
    justify-content: space-between;
}

.edit-room-card-actions-item-left {
    display: flex;
}

.edit-room-card-actions-item-right {
    display: flex;
    justify-content: flex-end;
}
