.profile2-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.profile2-card .card-header{
    padding:20px 25px;
    border-bottom:1px solid #eee;
}

.profile2-preview{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #fff;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.form-label{
    font-weight:600;
    color:#6c757d;
    margin-bottom:8px;
}

.view-mode{
    background:#f8fafc;
    border:1px solid #e9ecef;
    padding:12px;
    border-radius:10px;
    min-height:48px;
}

.security-section{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid #eee;
}

.security-section h6{
    margin-bottom:15px;
    font-weight:700;
}