.tu-storybook-user-presets-actions {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.tu-storybook-user-presets-pack-actions {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.tu-storybook-user-presets-actions button,
.tu-storybook-user-presets-pack-actions button {
	padding: 5px 9px;
	cursor: pointer;
}

.tu-storybook-user-presets-delete {
	color: #b32d2e;
}

.tu-storybook-user-presets-delete:disabled {
	color: #8c8f94;
	cursor: not-allowed;
}

.tu-storybook-user-presets-file-input {
	display: none;
}

#storybook-preset-pack-manager {
	max-width: 620px;
	margin-top: 32px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
}

#storybook-preset-pack-manager h3 {
	margin-top: 0;
}

#storybook-preset-pack-manager .tu-storybook-user-presets-pack-actions {
	border-top: 0;
	padding-top: 0;
}
