.user-profile-card-fab9bea7 {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
    position: relative;
}

.profile-header-wrap-fab9bea7 {
    position: relative;
    width: 100%;
    height: 200px;
    background: #f0f0f0;
}

.profile-header-img-fab9bea7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-avatar-wrap-fab9bea7 {
    position: relative;
    width: 120px;
    height: 120px;
    margin: -60px auto 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    z-index: 2;
}

.profile-avatar-img-fab9bea7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.profile-stats-fab9bea7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.profile-stats-fab9bea7 .stat-box strong {
    color: #222;
    font-size: 16px;
}

.file-input-fab9bea7 {
    display: none;
}

.edit-btn-fab9bea7 {
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-header-wrap-fab9bea7:hover .header-edit-fab9bea7,
.profile-avatar-wrap-fab9bea7:hover .avatar-edit-fab9bea7 {
    opacity: 1;
}

.header-edit-fab9bea7 {
    bottom: 10px;
    right: 10px;
}

.avatar-edit-fab9bea7 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.profile-fields-fab9bea7 {
    padding: 20px 30px 30px;
}

.field-group-fab9bea7 {
    margin-bottom: 20px;
}

.field-group-fab9bea7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.field-group-fab9bea7 input[type="text"],
.field-group-fab9bea7 textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.field-group-fab9bea7 input[type="text"]:focus,
.field-group-fab9bea7 textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.btn-action-fab9bea7 {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
    font-weight: 600;
}

.btn-action-fab9bea7:hover {
    background: #005177;
}

.btn-action-fab9bea7:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.profile-message-fab9bea7 {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.profile-message-fab9bea7.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.profile-message-fab9bea7.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Public Profile Styles */
.public-profile-info-fab9bea7 {
    text-align: center;
}

.public-name-fab9bea7 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #333;
}

.public-bio-fab9bea7 {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.toggle-follow-btn-fab9bea7 {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
}
