.dsm-profile-card {
    border-radius: 6px;
    padding: 36px 32px;
}

.dsm-profile-emoji {
    margin-bottom: 12px;
    line-height: 1;
}

.dsm-profile-image {
    margin-bottom: 12px;
}

.dsm-profile-image img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.dsm-profile-name {
    margin-top: 0;
    margin-bottom: 2px;
}

.dsm-profile-role {
    margin-top: 0;
    margin-bottom: 12px;
}

.dsm-profile-desc {
    margin-top: 0;
    margin-bottom: 16px;
}

.dsm-profile-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 14px 0;
}

.dsm-profile-contact {
    margin-top: 0;
    margin-bottom: 0;
}

.dsm-profile-contact p {
    margin: 0;
}
