.pap-author-card {
    margin-top: 40px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
    box-shadow: 0 14px 40px rgba(12, 24, 39, .08);
}

.pap-author-card__inner {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    padding: 24px;
    align-items: start;
}

.pap-author-card__media {
    width: 140px;
}

.pap-author-card__image {
    width: 140px;
    height: 140px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.pap-author-card__topline {
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .7;
    margin-bottom: 8px;
}

.pap-author-card__name {
    margin: 0 0 8px;
    line-height: 1.2;
}

.pap-author-card__meta {
    font-size: 14px;
    opacity: .8;
    margin-bottom: 14px;
}

.pap-author-card__badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
}

.pap-author-card__badges li {
    margin: 0;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(27,35,63,.08);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}

.pap-author-card__description p:last-child {
    margin-bottom: 0;
}

.pap-author-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.pap-author-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    text-decoration: none !important;
    box-shadow: none;
}

.pap-author-card__button--primary {
    background: #1b233f;
    color: #fff !important;
    border-color: #1b233f;
}

.pap-author-card__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    font-size: 14px;
}

.pap-author-card__socials a {
    text-decoration: none;
}

.pap-author-card__reviewed {
    padding: 14px 24px 18px;
    border-top: 1px solid rgba(0,0,0,.07);
    font-size: 14px;
    opacity: .85;
}

#top .pap-author-card a:hover,
#top .pap-author-card a:focus {
    opacity: .9;
}

@media (max-width: 767px) {
    .pap-author-card__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pap-author-card__media,
    .pap-author-card__image {
        width: 96px;
        height: 96px;
    }
}
