/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.5.1.1788793096
Updated: 2026-09-07 22:58:16

*/

/* Reading progress bar */
#reading-progress {
    position: fixed;
    top: 0; left: 0;
    height: 2px;
    background: #2E7D6E;
    width: 0%;
    z-index: 99999;
    transition: width 0.08s linear;
}

/* Featured image caption — overlay */
.nic-post-hero { position: relative; }
.nic-img-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(10,25,33,0.9) 0%, rgba(10,25,33,0.6) 55%, rgba(10,25,33,0) 100%);
    padding: 48px 32px 16px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(244,233,221,0.8);
    pointer-events: none;
}

/* Author bio card */
.nic-author-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(86,88,92,0.18);
    border-radius: 4px;
    padding: 20px;
    margin-top: 36px;
}
.nic-author-card img {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(86,88,92,0.18);
}
.nic-author-label {
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #2E7D6E;
    margin-bottom: 4px;
}
.nic-author-name {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 700;
    color: #1C244B;
    margin-bottom: 6px;
}
.nic-author-bio {
    font-size: 13px;
    line-height: 1.68;
    color: #56585C;
}
.nic-author-bio a {
    color: #2E7D6E;
    text-decoration: none;
    border-bottom: 1px solid rgba(46,125,110,0.3);
}

@media (max-width: 767px) {
    .nic-img-caption { padding: 40px 20px 14px; font-size: 11px; }
}

#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #C9A961;
    width: 0%;
    z-index: 99999;
    transition: width 0.08s linear;
    pointer-events: none;
}