.profile-container {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 128px;
    font-family: 'Work Sans', 'Inter', sans-serif;
    color: #111827;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-x: hidden;
}

.profile-header-card-v2 {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.profile-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px;
}

.profile-header-main {
    display: flex;
    align-items: center;
    gap: 36px;
}

.profile-avatar-wrapper-v2 {
    flex-shrink: 0;
}

.profile-avatar-img-v2 {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    border: 4px solid #FFFFFF;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-info-v2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-name-row-v2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.profile-name-v2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.profile-verified-icon-v2 {
    color: #0EA5E9;
    font-size: 22px;
}

.profile-id-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6B7280;
}

.profile-copy-icon {
    cursor: pointer;
    font-size: 13px;
    color: #6B7280;
}

.profile-copy-icon:hover {
    color: #0EA5E9;
}

.profile-bio {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.profile-org-location-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-org-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.profile-location-item {
    color: #6B7280;
}

.profile-org-logo {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
}

.profile-header-actions {
    flex-shrink: 0;
}

.btn-apoiar {
    background-color: #0EA5E9;
    border: 1px solid #0EA5E9;
    color: #FFFFFF;
    height: 34px;
    padding: 0 14px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.btn-apoiar:hover {
    background-color: #0284C7;
}

.profile-tabs-row {
    display: flex;
    align-items: center;
    gap: 4px;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 0 22px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.profile-tabs-row::-webkit-scrollbar {
    display: none;
}

.profile-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
}

.profile-tab.active {
    color: #0EA5E9;
    border-bottom-color: #0EA5E9;
}

.profile-history-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-history-header {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-history-count {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #6B7280;
}

.profile-history-divider {
    height: 1px;
    width: 100%;
    background: #E5E7EB;
}

.profile-history-list {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-history-empty {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
}

.profile-history-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.15s;
}

.profile-history-item:hover {
    border-color: #9CA3AF;
}

.profile-history-item-image {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    background: #E5E7EB;
    flex-shrink: 0;
}

.profile-history-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.profile-history-item-title {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #111827;
}

.profile-history-item-meta {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
}

.profile-gallery-tab-body {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.profile-gallery-filter-wrapper {
    position: relative;
    width: 100%;
}

.profile-gallery-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 38px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #111827;
    cursor: pointer;
}

.profile-gallery-filter i {
    font-size: 12px;
    color: #6B7280;
}

.profile-gallery-filter-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.profile-gallery-filter-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
}

.profile-gallery-filter-option:hover {
    background: #F9FAFB;
}

.profile-gallery-tab-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.profile-gallery-tab-item {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.profile-gallery-tab-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-gallery-tab-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
}

.profile-gallery-tab-checkbox svg {
    width: 10px;
    height: 10px;
}

.profile-gallery-tab-checkbox.checked {
    background: #0EA5E9;
}

@media (max-width: 700px) {
    .profile-gallery-tab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.profile-stats-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    gap: 32px;
}

.profile-stat-box {
    flex: 1;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.profile-stat-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
}

.profile-stat-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3E3E3E;
}

.profile-about-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 22px 32px;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.profile-section-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-block-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.2px;
    margin: 0;
}

.profile-about-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    white-space: pre-line;
    margin: 0;
    line-height: 1.6;
}

.profile-video-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.profile-video-thumb img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.profile-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 64px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.profile-video-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-gallery-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 22px 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-gallery-grid {
    display: flex;
    gap: 16px;
}

.profile-gallery-main {
    width: 259px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.profile-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-gallery-side {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.profile-gallery-side-item {
    border-radius: 4px;
    overflow: hidden;
    height: 131px;
}

.profile-gallery-side-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-areas-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-projects-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-projects-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.profile-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 900px) {
    .profile-header-top {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 22px 12px;
    }
    .profile-header-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 36px;
    }
    .profile-stats-card {
        flex-direction: column;
        gap: 18px;
        padding: 16px 12px;
    }
    .profile-stat-box {
        width: 100%;
        min-width: 100%;
    }
    .profile-gallery-grid {
        flex-direction: column;
    }
    .profile-gallery-main {
        width: 100%;
        height: 200px;
    }
    .profile-projects-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.profile-header-card {
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.profile-avatar-wrapper {
    position: relative;
}

.profile-avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-info {
    flex: 1;
}

.profile-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.profile-name {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.profile-verified-icon {
    color: #0EA5E9;
    font-size: 20px;
}

.profile-id {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
}

.profile-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
}

.profile-meta-item i {
    color: #6B7280;
    width: 16px;
}

.profile-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-section-title i {
    color: #0EA5E9;
}

.applications-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.application-item-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.application-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.application-main-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.application-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.application-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.application-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    text-decoration: none;
    transition: color 0.2s;
}

.application-title:hover {
    color: #0EA5E9;
}

.application-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6B7280;
}

.application-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.application-status-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
}

.status-badge.recrutamento {
    background-color: #F0F9FF;
    color: #0EA5E9;
}

.status-badge.pendente {
    background-color: #FFFBEB;
    color: #D97706;
}

.status-badge.aprovada {
    background-color: #ECFDF5;
    color: #059669;
}

.btn-view-details {
    padding: 8px 16px;
    background-color: #F3F4F6;
    color: #374151;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
}

.btn-view-details:hover {
    background-color: #E5E7EB;
}

.no-applications-box {
    text-align: center;
    padding: 60px 40px;
    border: 2px dashed #E5E7EB;
    border-radius: 12px;
    background-color: #FAFAFA;
}

.no-applications-icon {
    font-size: 40px;
    color: #9CA3AF;
    margin-bottom: 16px;
}

.no-applications-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.no-applications-box p {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 24px;
}

.profile-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.profile-skill-tag {
    background-color: #FFFFFF;
    color: #374151;
    border: 1px solid #E5E7EB;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1024px) {
    .profile-container {
        padding: 32px 40px;
    }
}

@media (max-width: 768px) {
    .profile-container {
        padding: 16px;
    }

    .profile-header-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 20px;
    }
    .profile-name-row {
        justify-content: center;
    }
    .profile-meta-grid {
        justify-content: center;
    }
    .application-item-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .application-status-area {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
        padding-top: 12px;
        border-top: 1px solid #F3F4F6;
    }
}

[data-theme="dark"] .profile-container {
    color: var(--text-color);
}

[data-theme="dark"] .profile-header-card-v2,
[data-theme="dark"] .profile-stats-card,
[data-theme="dark"] .profile-about-card,
[data-theme="dark"] .profile-gallery-card,
[data-theme="dark"] .profile-areas-card,
[data-theme="dark"] .profile-projects-card,
[data-theme="dark"] .application-item-card,
[data-theme="dark"] .profile-header-card {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    color: var(--text-color);
}

[data-theme="dark"] .profile-avatar-img-v2,
[data-theme="dark"] .profile-avatar-img {
    border-color: var(--card-bg);
}

[data-theme="dark"] .profile-name-v2,
[data-theme="dark"] .profile-bio,
[data-theme="dark"] .profile-org-item,
[data-theme="dark"] .profile-block-title,
[data-theme="dark"] .profile-projects-title,
[data-theme="dark"] .profile-name,
[data-theme="dark"] .application-title,
[data-theme="dark"] .no-applications-box h3,
[data-theme="dark"] .profile-stat-value {
    color: var(--text-color);
}

[data-theme="dark"] .profile-id-row,
[data-theme="dark"] .profile-copy-icon,
[data-theme="dark"] .profile-location-item,
[data-theme="dark"] .profile-tab,
[data-theme="dark"] .profile-stat-label,
[data-theme="dark"] .profile-about-text,
[data-theme="dark"] .application-meta,
[data-theme="dark"] .no-applications-box p {
    color: var(--text-secondary);
}

[data-theme="dark"] .profile-tabs-row {
    border-top-color: var(--border-color);
    border-bottom-color: var(--border-color);
}

[data-theme="dark"] .profile-tab.active {
    color: var(--bell-bg);
    border-bottom-color: var(--bell-bg);
}

[data-theme="dark"] .profile-stat-box {
    background-color: var(--bg-color);
    border-color: var(--border-color);
}

[data-theme="dark"] .status-badge.recrutamento {
    background-color: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
}

[data-theme="dark"] .status-badge.pendente {
    background-color: rgba(217, 119, 6, 0.15);
    color: #fbbf24;
}

[data-theme="dark"] .status-badge.aprovada {
    background-color: rgba(5, 150, 105, 0.15);
    color: #34d399;
}

[data-theme="dark"] .btn-view-details {
    background-color: var(--bg-color);
    color: var(--text-color);
}

[data-theme="dark"] .btn-view-details:hover {
    background-color: var(--dropdown-hover);
}

[data-theme="dark"] .no-applications-box {
    border-color: var(--border-color);
    background-color: var(--bg-color);
}

[data-theme="dark"] .profile-skill-tag {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-color: var(--border-color);
}

[data-theme="dark"] .profile-header-card {
    background: linear-gradient(135deg, var(--bg-color) 0%, var(--card-bg) 100%);
}

.profile-loading-state {
    text-align: center;
    padding: 40px;
    color: #4B5563;
}

.profile-loading-spinner-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.profile-error-state {
    text-align: center;
    padding: 40px;
    color: #EF4444;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 500px;
}

.profile-error-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.profile-error-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.profile-error-message {
    color: #6B7280;
    font-size: 0.875rem;
}

.profile-error-retry-btn {
    margin-top: 16px;
    background-color: #3B82F6;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.profile-updates-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-updates-list {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-update-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profile-update-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-update-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    object-fit: cover;
    flex-shrink: 0;
}

.profile-update-author-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profile-update-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-update-author-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.profile-update-dot {
    color: #6B7280;
    font-size: 14px;
}

.profile-update-time {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

.profile-update-options {
    background: none;
    border: none;
    color: #6B7280;
    cursor: pointer;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.profile-update-options:hover {
    background: #F3F4F6;
    color: #111827;
}

.profile-update-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profile-update-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    white-space: pre-line;
}

.profile-update-images {
    border-radius: 8px;
    overflow: hidden;
}

.profile-update-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.profile-update-footer {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #F3F4F6;
}

.profile-update-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s;
}

.profile-update-action-btn:hover {
    background: #F3F4F6;
    color: #111827;
}

.profile-update-action-btn i {
    font-size: 18px;
}

[data-theme="dark"] .profile-updates-card,
[data-theme="dark"] .profile-update-item {
    background-color: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .profile-update-author-name {
    color: var(--text-color);
}

[data-theme="dark"] .profile-update-text {
    color: var(--text-muted);
}

[data-theme="dark"] .profile-update-options:hover,
[data-theme="dark"] .profile-update-action-btn:hover {
    background-color: var(--dropdown-hover);
    color: var(--text-color);
}

[data-theme="dark"] .profile-update-footer {
    border-top-color: var(--border-color);
}

.profile-recomendacoes-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn-add-recomendacao {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #0EA5E9;
    color: #FFFFFF;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-add-recomendacao:hover {
    background-color: #0284C7;
}

