﻿.profile-card {
    display: flex;
    align-items: center;
    position: relative;
    height: Calc(100% - 34px);
    max-height: Calc(100% - 34px);
    padding: 1rem 0.625rem;
    margin: 0;
    text-decoration: none;
    box-sizing: content-box !important;
    overflow: auto;
}

.profile-card-image {
    width: 60px;
    border-radius: 100px;
}

.profile-card>figcaption {
    padding-left: 20px;
}

.profile-card-title {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    margin-top: 1px;
}

.profile-card-name {
    color: black;
    font-weight: 500;
    font-size: 13px;
    margin-top: 2px;
}