/**
 * IU Media Folder Gallery - editor-only styles.
 */

.iu-gallery-editor-preview {
	.iu-gallery-editor-loading {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 16px;
		color: #555;
	}

	.iu-gallery-editor-empty {
		padding: 16px;
		color: #888;
		font-style: italic;
		text-align: center;
	}

	// Restrict preview image height in editor.
	.iu-gallery-img {
		max-height: 180px;
	}
}
