.ww-author-infobox {
    display: flex;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px auto;
    max-width: 1000px;
}

.ww-author-avatar {
    flex-shrink: 0;
    margin-right: 20px;
}

.ww-author-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}


.ww-author-content {
    flex-grow: 1;
}

.ww-author-name {
    font-size: 24px;
    color: #F38221;
    margin: 0 0 10px 0;
}

.ww-author-bio {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}

.ww-author-social {
    display: flex;
    gap: 10px;
}

.ww-author-social a {
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #e0e0e0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ww-author-social a:hover {
    background-color: #ababab;
}

.ww-author-social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
