.header-profile-dropdown .header-profile-trigger {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.header-icon-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff6b35;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
    z-index: 2;
}

.header-profile-menu {
    min-width: 240px;
    padding: 10px 0;
    border: none;
    border-radius: 12px;
    margin-top: 12px !important;
}

.header-profile-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
    z-index: 0;
}

.header-profile-menu > li {
    position: relative;
    z-index: 1;
}

.header-profile-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.header-profile-menu-item:hover,
.header-profile-menu-item:focus {
    background: #f5f8fc;
    color: #11408a;
}

.header-profile-menu-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

.header-profile-menu-icon.icon-orders { color: #11408a; }
.header-profile-menu-icon.icon-coins { color: #e8a317; }
.header-profile-menu-icon.icon-offers { color: #e53935; }
.header-profile-menu-icon.icon-profile { color: #11408a; }
.header-profile-menu-icon.icon-referrals { color: #00a651; }
.header-profile-menu-icon.icon-logout { color: #e53935; }

.header-profile-menu-count {
    color: #11408a;
    font-weight: 600;
}

.header-profile-menu-logout .header-profile-menu-label {
    color: #1a1a1a;
}

.top-icons .header-icon-badge {
    top: -6px;
    right: -10px;
}
