.pp-card {
    text-align: center;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    background: #fff;
}

.pp-cover {
    height: 100px;
    background: linear-gradient(45deg, #0073aa, #00c6ff);
}

.pp-avatar-wrap {
    margin-top: -70px;
    position: relative;
}

#pp-preview {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 6px solid #fff;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.pp-actions {
    margin-top: 15px;
}

.pp-actions button {
    margin: 6px;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#pp-upload-btn {
    background: #0073aa;
    color: white;
}

#pp-camera {
    background: #f0f0f0;
}

/* Choose File / No file chosen লুকানোর জন্য */
#pp-upload {
    display: none !important;
}
