.fav-list-bootstrap .row {
    word-wrap: break-word;
    white-space: normal;
}

.favorites-filter.open  #fav-search-box-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 999;
}

.favorites-filter.open #fav-search-box {
    z-index: 1001;
    position: fixed;
    top: 30px;
    width: 60%;
    left: 20%;
    width: clamp(200px, 50%, 800px);
    left: calc(50% - clamp(200px, 50%, 800px) / 2);
}

.favorites-filter.open .fav-list-bootstrap {
    top: 80px;
    width: 80vw;
    left: 10vw;
    width: clamp(300px, 80vw, 1400px);
    left: calc(50vw - clamp(300px, 80vw, 1400px) / 2);
    position: fixed;
    max-height: 80vh;
    overflow: auto;
}
