/* Profile page specific styles */

.avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ddd;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
}

/* Optional: tighten spacing inside profile panels on small screens */
@media (max-width: 767px) {
    .profile .panel-body {
        padding: 10px 12px;
    }
}
