/* 
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 */



/* ============================================================
   AUTHOR BIO BOX
   ============================================================ */

.tgl-author-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #F5F7FA;
    border: 1px solid #B6DDF3;
    border-left: 5px solid #1B365D;
    border-radius: 6px;
    padding: 28px;
    margin: 48px 0 32px;
}

.tgl-author-avatar-wrap {
    flex-shrink: 0;
}

.tgl-author-avatar-wrap img,
.tgl-author-avatar {
    width: 96px !important;
    height: 96px !important;
    border-radius: 50%;
    border: 3px solid #1B365D;
    display: block;
}

.tgl-author-content {
    flex: 1;
}

.tgl-author-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2D9CDB;
    margin: 0 0 4px;
}

.tgl-author-name {
    font-size: 18px;
    font-weight: 700;
    color: #1B365D;
    margin: 0 0 10px;
    line-height: 1.3;
}

.tgl-author-name a {
    color: #1B365D;
    text-decoration: none;
}

.tgl-author-name a:hover {
    color: #2D9CDB;
}

.tgl-author-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 12px;
}

.tgl-author-link {
    font-size: 13px;
    font-weight: 600;
    color: #2D9CDB;
    text-decoration: none;
}

.tgl-author-link:hover {
    color: #1B365D;
    text-decoration: underline;
}

/* Mobile: stack avatar above content */
@media (max-width: 600px) {
    .tgl-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
}
