/**
 * Preview Tab Styles - (Hidden from Users)
 *
 * Minimal styling for the hidden preview tab.
 *
 * @author Austin Steil
 * @version 1.0.0
 * @license MIT <https://raw.githubusercontent.com/AustinSteil/generate-files-model/refs/heads/main/LICENSE>
 * @copyright 2025 Austin Steil
 * @created October 18, 2025
 * @updated October 18, 2025
 */

.preview-content {
    padding: var(--spacing-lg);
    color: var(--color-text-secondary);
    text-align: center;
}

