.liked-name { font-weight: bold; color: #ff1493;}
.liked-list { list-style: none; padding: 0; }
.liked-item { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; padding: 10px; border-bottom: 1px solid #ccc; }
.liked-item img { border-radius: 50%; margin-right: 10px; width: 50px; height: 50px; }
.liked-item a { font-size:11px;padding: 5px 10px; background-color: #ff69b4; color: white; border: none; border-radius: 5px; cursor: pointer; margin-left: auto; }
  