.page-author__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.page-author__socials {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.page-author__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.page-author__social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 480px) {
    .page-author__box {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
    }
}
