  .highlight-match {
    background: yellow;
    padding: 0 2px;
  }
  mark {
    background: yellow;
    padding: 0 2px;
  }
.favorite-heart{
cursor:pointer;
margin-left:10px;
font-size:24px;
color:#bbb;
padding-left:6px;
line-height:1;
}

.favorite-heart.active{
color:red;
}

.favorite-item{
padding:6px 0;
border-bottom:1px solid #eee;
}
.favorite-item{
display:flex;
justify-content:space-between;
align-items:center;
padding:6px 0;
border-bottom:1px solid #eee;
}

.favorite-remove{
background:none;
border:none;
cursor:pointer;
font-size:16px;
color:#999;
}

.favorite-remove:hover{
color:red;
}
.favorite-heart{
cursor:pointer;
margin-left:8px;
font-size:18px;
color:#bbb;
}

.favorite-heart.active{
color:red;
}

.favorite-item{
display:flex;
justify-content:space-between;
align-items:center;
padding:6px 0;
border-bottom:1px solid #eee;
}

.favorite-remove{
background:none;
border:none;
cursor:pointer;
font-size:16px;
color:#999;
}

.favorite-remove:hover{
color:red;
}
#floatingFavorites{
position:fixed;
bottom:20px;
right:20px;
width:55px;
height:55px;
background:#e63946;
color:#fff;
font-size:26px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
cursor:pointer;
box-shadow:0 4px 12px rgba(0,0,0,0.25);
z-index:9999;
}

#floatingFavorites:hover{
transform:scale(1.05);
}

/* hide on desktop */
@media (min-width: 768px){
#floatingFavorites{
display:none;
}
}
@media (max-width:768px){

.favorite-heart{
font-size:28px;
}

}

.favorites-share{
display:flex;
gap:6px;
margin-bottom:10px;
}

#favoriteShareLink{
flex:1;
padding:6px;
font-size:14px;
}

#copyFavoritesLink{
padding:6px 10px;
cursor:pointer;
border:1px solid #ccc;
background:#f5f5f5;
border-radius:4px;
}

#copyFavoritesLink:hover{
background:#eaeaea;
}

.favorites-share{
margin-top:12px;
display:flex;
gap:6px;
flex-wrap:wrap;
}

#favoriteShareLink{
flex:1;
padding:6px;
/* min-width:200px; */
}

#copyFavoritesLink,
#shareFavoritesLink{
padding:6px 10px;
cursor:pointer;
border:1px solid #ccc;
background:#f5f5f5;
border-radius:4px;
}

#copyFavoritesLink:hover,
#shareFavoritesLink:hover{
background:#eaeaea;
}

.favorite-heart.active {
    color: #e74c3c;
}

.favorite-quantity-badge {
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.favorite-item button {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.favorite-item button:hover {
    background: #ddd;
}

#shareFavoritesLink{
padding:8px 14px;
border-radius:6px;
border:1px solid #ccc;
background:#f5f5f5;
cursor:pointer;
font-weight:600;
}

#shareFavoritesLink:hover{
background:#eaeaea;
}


#helpButton {
    margin-top: 40px;
}

/*
#accordion {
    margin-top: 20px;
}
*/

