.txmy-author-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    gap: 12px;
}

.txmy-author-simple {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
}

@media (max-width: 767px) {
    .txmy-author-simple {
        grid-template-columns: 1fr;
    }

    .txmy-author-socials {
        margin-top: 12px;
    }
}

.txmy-author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.txmy-author-name a {
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.txmy-author-name a:hover {
    text-decoration: underline;
}

.txmy-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.txmy-author-bio {
    font-size: 14px;
    color: #444;
}

.txmy-author-date {
    font-size: 13px;
    color: #888;
}

.txmy-author-socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-right: 8px;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.txmy-author-socials a i {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.txmy-author-socials a:hover {
    filter: brightness(105%);
}

.txmy-author-full .txmy-author-long-bio {
    font-size: 15px;
    line-height: 1.6;
}
