/* ── DatabaseBackupActionGroup — global (component-level CSS) ── */

.mud-backup-action-group-launchers {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	justify-content: center;
	align-items: stretch;
	min-width: 14rem;
	width: 100%;
	flex-wrap: wrap;
}

@media (max-width: 700px) {
	.mud-backup-action-group-launchers {
		min-width: 0;
		flex-direction: row;
		justify-content: space-between;
	}
}
