.emab-author-box {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.emab-author-box__image-wrap {
    flex: 0 0 auto;
}

.emab-author-box__avatar {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
}

.emab-author-box__content {
    min-width: 0;
}

.emab-author-box__name {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.emab-author-box__name a {
    color: inherit;
    text-decoration: none;
}

.emab-author-box__title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    opacity: 0.75;
}

.emab-author-box__bio p {
    margin: 0 0 0.75rem;
}

.emab-author-box__bio p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .emab-author-box {
        flex-direction: column;
    }
}
