/* Override .content-article img { height: auto } so author headshots stay circular */
.content-article .p2m-post-author__photo-link {
    display: block;
    flex-shrink: 0;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.content-article .p2m-post-author__photo {
    width: 132px !important;
    max-width: 132px !important;
    height: 132px !important;
    max-height: 132px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-sizing: border-box;
    vertical-align: middle;
}
.p2m-author-engage-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 1.4rem;
}
.p2m-post-author {
    margin-top: 0;
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid #e9e5dd;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #faf8f4 100%);
    display: flex;
    align-items: center;
    gap: 16px;
}
.p2m-engage-inline {
    width: 100%;
    margin-top: 12px;
    border: 1px solid #e9e5dd;
    border-radius: 14px;
    background: var(--bg-card, #fff);
    overflow: hidden;
}
.p2m-engage-inline .p2m-engage-row--under-author {
    border-bottom: none;
    margin: 0;
}
/* When reactions are above the share tray, share row is first in tray — add top divider */
.engage-tray > .engage-row-share:first-child {
    border-top: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}
.p2m-post-author__meta {
    min-width: 0;
}
.p2m-post-author__label {
    margin: 0 0 3px;
    font-size: 0.73rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #8a7a53;
    font-weight: 700;
}
.p2m-post-author__name {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 1.15rem;
    color: #1a1a2e;
    line-height: 1.2;
}
.p2m-post-author__bio {
    margin: 8px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;
    color: #4b5563;
}
