/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
/* =========================
   GLOBAL DISCLAIMER
   ========================= */
.gsh-ymyl-disclaimer {
    background: #fff3cd;
    border-left: 4px solid #ffcc00;
    padding: 12px 15px;
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #856404;
    border-radius: 0 4px 4px 0;
}

/* =========================
   AUTHOR BOX WRAPPER
   ========================= */
.gsh-author-box {
    border-top: 2px solid #eee;
    margin-top: 30px;
    padding: 20px 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* AUTHOR IMAGE */
.gsh-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #ddd;
}

/* AUTHOR CONTENT */
.gsh-author-content {
    flex: 1;
    min-width: 0;
}

.gsh-author-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.gsh-title {
    font-size: 13px;
    color: #777;
    margin: 4px 0 8px;
}

/* BIO TEXT */
.gsh-author-content p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 10px;
}

/* =========================
   EXPERTISE TAGS
   ========================= */
.gsh-tags {
    margin: 8px 0 10px;
}

.gsh-tag {
    display: inline-block;
    background: #f1f1f1;
    color: #555;
    font-size: 11px;
    padding: 3px 8px;
    margin: 2px;
    border-radius: 3px;
    font-weight: 600;
}

/* =========================
   LINKS
   ========================= */
.gsh-author-box a {
    font-size: 13px;
    color: #0073aa;
    text-decoration: none;
    margin-right: 12px;
    font-weight: 600;
}

.gsh-author-box a:hover {
    text-decoration: underline;
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 600px) {
    .gsh-author-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .gsh-avatar {
        width: 80px;
        height: 80px;
    }
}