body{background:#f6f7fb}.card{border:0;box-shadow:0 .15rem .8rem rgba(0,0,0,.06)}
.avatar-lg{width:110px;height:110px;object-fit:cover;border-radius:50%;border:4px solid #fff;box-shadow:0 2px 12px rgba(0,0,0,.12)}
.avatar-sm{width:46px;height:46px;object-fit:cover;border-radius:50%}
.cv-header{background:#212529;color:#fff;padding:2rem;border-radius:1rem}.badge-skill{margin:.15rem}
@media print{.no-print,nav,.btn,form{display:none!important}body{background:#fff}.container{max-width:100%}.card{box-shadow:none;border:1px solid #ddd}}

.admin-readonly form,.admin-readonly details{display:none!important;}


.profile-photo-main{
    width:190px;
    height:220px;
    max-width:100%;
    object-fit:cover;
    border-radius:14px;
    border:4px solid #fff;
    box-shadow:0 4px 18px rgba(0,0,0,.15);
}
.profile-photo-placeholder{
    width:190px;
    height:220px;
    max-width:100%;
    margin:auto;
    border-radius:14px;
    background:#e9ecef;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6c757d;
    font-weight:600;
}
