.tsg-wishlist-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    outline: none !important;
}

.tsg-wishlist-btn:hover {
    transform: scale(1.1);
    background: transparent !important;
}

.tsg-wishlist-btn:active, .tsg-wishlist-btn:focus {
    background: transparent !important;
    outline: none !important;
}

.tsg-heart-svg {
    width: 24px;
    height: 24px;
    display: block;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.tsg-wishlist-counter {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 5px;
}

.tsg-wishlist-counter .tsg-heart-svg {
    width: 28px;
    height: 28px;
}

.tsg-wishlist-counter .count {
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: -5px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wishlist_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.wishlist_table th, .wishlist_table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.wishlist_table .product-thumbnail img {
    max-width: 80px;
    height: auto;
}

.wishlist_table .remove-from-wishlist {
    color: #ff0000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

/* Elementor Widget Container */
.elementor-widget-tsg_wishlist_counter {
    display: inline-block;
}
