.profile-hero-wrap {
    min-height: 55vh;
}

.profile-hero-wrap .card {
    border-radius: 1rem;
}

.profile-meta-box {
    background: #f8fafc;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 1rem;
    height: 100%;
}

.profile-excerpt-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8rem;
}
