/* Global favorite bookmark standard */
.edx-favorite-btn,
.edx-product-favorite-btn,
.edx-exhibitor-card-favorite,
.edx-talk-favorite-btn,
.edx-exhibitor-talk-favorite-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.edx-favorite-btn:hover,
.edx-product-favorite-btn:hover,
.edx-exhibitor-card-favorite:hover,
.edx-talk-favorite-btn:hover,
.edx-exhibitor-talk-favorite-btn:hover,
.edx-favorite-btn.is-active,
.edx-product-favorite-btn.is-active,
.edx-exhibitor-card-favorite.is-active,
.edx-talk-favorite-btn.is-active,
.edx-exhibitor-talk-favorite-btn.is-active {
    color: #e6531b !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.edx-favorite-bookmark-icon {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    color: currentColor !important;
}

.edx-menu-favorites-icon .edx-favorite-bookmark-icon {
    color: #e6531b;
}
