/**
 * --------------------------------------------------------------
 * New Dawn Pro – Rise Edition
 * Smart Hero Styling
 * --------------------------------------------------------------
 * Version: 3.1.1
 * Author: The Rev. Dr. Rick G. Williams
 * Website: https://rickgwilliams.life
 * Description: Light styling for the fallback smart hero.
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * All Rights Reserved
 */

.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
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * EOF
 */
