/* ============================================
   PROFILE PAGE STYLES
   ============================================ */

/* Header Section */
.profile-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 60px 0 40px 0 !important;
}

.profile-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.profile-subtitle {
    font-size: 0.95rem !important;
    font-weight: 400 !important;
}

/* Navigation */
.profile-nav-link {
    padding: 12px 20px !important;
    margin-bottom: 8px !important;
    border-radius: 8px !important;
    color: #6c757d !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: block !important;
}

.profile-nav-link:hover {
    background-color: #f8f9fa !important;
    color: #495057 !important;
}

.profile-nav-link.active {
    background-color: #007bff !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

/* Content Section */
.profile-content-section {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

/* Profile Picture Container */
.profile-picture-container {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid #e9ecef !important;
    transition: border-color 0.3s ease !important;
}

.profile-picture-container:hover {
    border-color: #007bff !important;
}

/* Camera Button */
.camera-btn {
    cursor: pointer !important;
    width: 28px !important;
    height: 28px !important;
    transition: all 0.2s ease !important;
}

.camera-btn:hover {
    transform: scale(1.1) !important;
    background-color: #0056b3 !important;
}

.camera-icon {
    font-size: 0.7rem !important;
}

/* Form Labels */
.profile-form-label {
    font-size: 0.9rem !important;
    color: #495057 !important;
}

/* Delete Account Section */
.delete-account-section {
    background: #fff5f5 !important;
    border: 1px solid #ffe0e0 !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
}

.delete-account-title {
    color: #dc3545 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.delete-account-text {
    color: #6c757d !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}
