/* Profile Image */
.profile-img-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border-color);
    background: var(--card-bg);
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}