.wishlist-wrapper-120a76c8 {
    display: inline-block;
}

.wishlist-trigger-120a76c8 {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.wishlist-trigger-120a76c8:hover {
    opacity: 0.8;
}

.wishlist-icon-container-120a76c8 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-badge-120a76c8 {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    font-weight: bold;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}
