/* Livuvo Plugin Styles - Reset button backgrounds within plugin container */

.lvv-list1-container .like-button,
.lvv-list1-container .lvv-share-button,
.lvv-list1-container .lvv-down-button,
.lvv-list1-container .lvv-up-button,
.lvv-list1-container .lvv-left-button,
.lvv-list1-container .lvv-right-button,
.lvv-list1-container .lvv-close-button {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Additional reset properties to ensure clean appearance */
.lvv-list1-container .like-button,
.lvv-list1-container .lvv-share-button,
.lvv-list1-container .lvv-down-button,
.lvv-list1-container .lvv-up-button,
.lvv-list1-container .lvv-left-button,
.lvv-list1-container .lvv-right-button,
.lvv-list1-container .lvv-close-button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}