/**
 * ==========================================================
 *  File: smart-hero.css
 *  Project: New Dawn Pro – Rise Edition
 *  Version: 3.1.1
 *  Author: The Rev. Dr. Rick G. Williams
 *  Organization: New Dawn Digital Studios
 *  URL: https://newdawndigital.net/
 * ==========================================================
 *
 *  Smart Hero fallback styling.
 *
 *  Provides clean, lightweight presentation when the
 *  Smart Hero feature is unavailable or disabled.
 *
 */

.new-dawn-smart-hero-fallback {
	background: var(--nd-background);
	text-align: center;
	padding: 80px 20px;
	border-bottom: 1px solid #ddd;
}

.new-dawn-smart-hero-fallback h1 {
	margin-bottom: 0;
}

.new-dawn-smart-hero-fallback p {
	opacity: 0.7;
}

/**
 * --------------------------------------------------------------
 * END OF FILE: smart-hero.css
 * New Dawn Pro – Rise Edition v3.1.1
 * URL: https://newdawndigital.net/
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * ALL RIGHTS RESERVED
 * EOF
 */
