/* ─── Instruments carousel — spacing + hover effects ────────────────────────
   Adds vertical breathing room and mirrors the hover rules from homepage.css.
─────────────────────────────────────────────────────────────────────────── */

#instrumentCategoryTiles {
    padding-top: 32px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    #instrumentCategoryTiles {
        padding-top: 16px;
        padding-bottom: 8px;
    }
}

#instrumentCategoryTiles a.slide:hover img,
#instrumentCategoryTiles a.slide:focus img {
    filter: brightness(1) !important;
}

#instrumentCategoryTiles a.slide:hover span,
#instrumentCategoryTiles a.slide:focus span {
    background: #2E9DE1 !important;
    color: #fff !important;
}
