.fav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #d4c4b4;
    transition: all 0.3s ease;
    padding: 6px;
    margin-left: auto;
}

.fav-btn:hover { transform: scale(1.2); }
.fav-btn.active { color: #e52e71; }

.fav-filter-btn {
    background: #faf8f3;
    border: 1px solid #ece4d8;
    border-radius: 8px;
    padding: 10px 18px;
    color: #7a6a5a;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
    flex: 1;
}

.fav-filter-btn:hover { border-color: #c49a6c; color: #5b4636; }
.fav-filter-btn.active { background: #e52e71; color: #fff; border-color: #e52e71; }
.fav-filter-btn i { margin-right: 4px; }

.export-btn {
    background: #faf8f3;
    border: 1px solid #ece4d8;
    border-radius: 8px;
    padding: 10px 18px;
    color: #7a6a5a;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
    flex: 1;
}

.export-btn:hover { border-color: #c49a6c; color: #5b4636; }
.export-btn i { margin-right: 4px; }
