.profile-card-container-007655b0 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-family: sans-serif;
    margin-bottom: 20px;
}

.profile-cover-007655b0 {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: background 0.3s ease;
}

.profile-details-007655b0 {
    padding: 0 24px 24px;
    text-align: center;
    position: relative;
    margin-top: -60px;
}

.profile-avatar-wrapper-007655b0 {
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
}

.profile-avatar-007655b0 {
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.upload-btn-007655b0 {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.upload-btn-007655b0:hover {
    background: rgba(0, 0, 0, 0.8);
}

.bg-upload-btn-007655b0 {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.avatar-upload-btn-007655b0 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
}

.profile-username-007655b0 {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
}

.upload-status-007655b0 {
    padding: 10px;
    text-align: center;
    background: #f7fafc;
    border-top: 1px solid #edf2f7;
    font-size: 14px;
    color: #4a5568;
}

.profile-uploader-not-logged-in {
    padding: 20px;
    text-align: center;
    background: #fffaf0;
    border: 1px solid #feebc8;
    color: #dd6b20;
    border-radius: 8px;
}
