/* Heartbeat page custom styles */

/* Pink hover effect for icons */
.hover-pink:hover {
    color: #d63384 !important;
    transition: color 0.2s ease;
}

/* Smooth transitions for all links */
a.hover-pink {
    transition: color 0.2s ease;
}

button.hover-pink {
    transition: color 0.2s ease;
}
