
/* Favorite button styling - Only color the heart, not the button background */
.btn-save-modern.favorited {
    background: #f8f9fa !important;
    color: #ff6b35 !important;
    border-color: #e9ecef !important;
}

.btn-save-modern.favorited:hover {
    background: #e9ecef !important;
    color: #e55a2b !important;
    border-color: #adb5bd !important;
    transform: scale(1.05);
}

.btn-save-modern {
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #e9ecef;
}
