/* 头像基础样式 */
.my-avatar {
    width: 48px !important; /* 稍微缩小一点，匹配原主题文字大小 */
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    vertical-align: middle;
    margin-right: 12px;
    object-fit: cover;
    display: inline-block !important;
}

/* 确保标题不换行，头像和文字在一行 */
#blogTitle h1 {
    display: flex !important;
    align-items: center !important;
}