/* catalog/static/catalog/css/careers.css
 * Hover effect externalised from templates/catalog/why_us/careers.html (CSP script-src).
 *
 * The "Two-time Irish Accountancy Awards winner" tooltip on this page is NOT handled
 * here — its resting styles live in templates/partials/iaa_winner_tooltip.html and its
 * hover/focus reveal rule is added there too (the same shared partial index.html already
 * drives entirely with CSS via the .iaa-winner-badge wrapper class this page now also
 * carries). No self-collision on the one hover left in this file.
 */

.im-hover-lift-tiny:hover {
    transform: translateY(-1px);
}
