/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* === Publication Page Styles === */

/* Inline authors list for publication header */
.ich-authors-inline {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
}
.ich-authors-inline a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    transition: text-decoration-color 0.2s;
}
.ich-authors-inline a:hover {
    text-decoration-color: #fff;
}

/* ICH gradient line (blue / yellow / green) */
.ich-gradient-line {
    display: flex;
    width: 120px;
    height: 4px;
    margin: 0.75rem 0 1.5rem;
    border-radius: 2px;
    overflow: hidden;
}
.ich-gradient-line span {
    flex: 1;
}
.ich-gradient-line span:nth-child(1) { background: #2b6cb0; }
.ich-gradient-line span:nth-child(2) { background: #e8a838; }
.ich-gradient-line span:nth-child(3) { background: #48a9a6; }

/* "Read the Report" button */
.elementor-button-publications {
    margin: 1.5rem 0;
}
.elementor-button-publications a {
    display: inline-block;
    background: #2b9f5b;
    color: #fff;
    padding: 14px 32px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}
.elementor-button-publications a:hover {
    background: #247a49;
}

/* Publication abstract section */
.ich-publication-abstract {
    max-width: 800px;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Publication citation section */
.ich-publication-citation {
    max-width: 800px;
    font-size: 1.05rem;
    line-height: 1.7;
}
