 .sidebar.author-widget {
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}
.sidebar .author-avatar img {
    border-radius: 50%;
}
.sidebar .author-name {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}
.sidebar .sidebar-heading-you {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1));
    font-family: Drama Regular;
    letter-spacing: 0;
    text-transform: lowercase;
}
/*.sidebar .author-bio {
    font-size: 14px;
    color: #666;
}

.sidebar .button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.sidebar .button:hover {
    background: #005177;
}*/