.favorite-btn{display:flex;align-items:center;justify-content:center;padding:5px;background:transparent;border:none;cursor:pointer;transition:transform .2s ease;color:#c41e3a}.favorite-btn:hover{transform:scale(1.2)}.favorite-btn.active{color:#c41e3a}.favorite-btn.active svg{fill:#c41e3a}.favorite-btn:not(.active) svg{stroke:#c41e3a}.heart-icon-filled{filter:brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(3793%) hue-rotate(342deg) brightness(91%) contrast(96%)}@media screen and (min-width:768px){.history-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 15px;gap:8px;width:100%}}@media screen and (max-width:768px){.history-item{background:#f5f5f5;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:background .3s ease;flex-direction:column;justify-content:space-between;text-align:left!important;padding:10px 15px;gap:8px;width:100%}}.history-title{font-weight:700;overflow:hidden;max-width:280px;flex-grow:1}.history-date{font-size:12px;color:#777;white-space:nowrap;flex-shrink:0}.menu-footer{padding:10px 15px;font-size:14px;color:#c41e3a;font-weight:700;border-top:1px solid rgba(0,0,0,.1);text-align:center}.menu-footer:hover{background-color:#f0f0f0}.history-hover-menu{max-height:200px;overflow-y:auto;scrollbar-width:thin}.favoriten-hover-menu::-webkit-scrollbar,.history-hover-menu::-webkit-scrollbar{width:6px}.favoriten-hover-menu::-webkit-scrollbar-track,.history-hover-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.favoriten-hover-menu::-webkit-scrollbar-thumb,.history-hover-menu::-webkit-scrollbar-thumb{background:#c41e3a;border-radius:10px}.favoriten-hover-menu::-webkit-scrollbar-thumb:hover,.history-hover-menu::-webkit-scrollbar-thumb:hover{background:#a01a30}