.wcwl-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.25em;
    line-height: 1;
    padding: 0.25em;
    color: inherit;   
    transition: color 0.3s;
    position: absolute;
    z-index: 3;
   	top: 8px;
	right: 8px;
}

.wcwl-btn:hover {
    color: inherit;   
}

.wcwl-btn.is-active {
    color: inherit;
}

.wcwl-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcwl-list-item {
    display: flex;
    align-items: center;
    gap: 0.75em;
    padding: 0.6em 0;
    border-bottom: 1px solid #eee;
}

.wcwl-list-link {
    display: flex;
    align-items: center;
    gap: 0.75em;
    text-decoration: none;
    color: inherit;
}

.wcwl-list-link img {
    width: 48px;
    height: auto;
}

.wcwl-price {
    margin-left: auto;
}

.wcwl-remove {
    background: none;
    border: 1px solid #ccc;
    padding: 0.3em 0.6em;
    cursor: pointer;
}

.wcwl-actions {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0.6em;
}

.wcwl-clear-all {
    background: none;
    border: 1px solid #ccc;
    padding: 0.3em 0.6em;
    cursor: pointer;
}

.wcwl-empty {
    padding: 1em 0;
}
