/* Favorites specific styles */
#favorites-grid {
    min-height: 400px;
}

.cta-button:hover {
    background-color: rgb(200, 40, 0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 68, 0, 0.3);
    transition: all 0.3s ease;
}