/*
Theme Name: Tin tức
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.meta-related ul li a{color: #0092ff;} .meta-related ul li{line-height: 20px;} .meta-related ul{margin-left: 10px}


/* PREMIUM E-E-A-T AUTHOR BOX STYLES */
.premium-author-box {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    border-left: 5px solid #d4af37; /* Gold trust accent */
}

.author-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-avatar-wrapper img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
    margin-right: 25px;
}

.author-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.author-label {
    background: #f0f2f5;
    color: #65676b;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.author-badge-verified {
    color: #1d9bf0;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.author-display-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.author-professional-title {
    color: #d4af37;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-biography {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.author-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px dashed #e1e8ed;
}

.author-more-posts {
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.author-more-posts:hover {
    color: #d4af37;
}

.author-social-icons {
    display: flex;
    gap: 15px;
}

.author-social-icons a {
    color: #65676b;
    font-size: 18px;
    transition: color 0.2s;
}

.author-social-icons a:hover {
    color: #1d9bf0;
}

@media (max-width: 600px) {
    .author-box-header {
        flex-direction: column;
        text-align: center;
    }
    .author-avatar-wrapper img {
        margin: 0 0 15px 0;
    }
    .author-meta-top {
        justify-content: center;
    }
    .author-box-footer {
        flex-direction: column;
        gap: 20px;
    }
}