.scans-custom-navigation {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 12px;
    justify-content: center;
    align-items: center;
}

    .scans-custom-navigation img {
        width: 84px;
        height: 84px;
        object-fit: contain;
        filter: grayscale(1);
        opacity: 0.8;
    }

@media only screen and (max-width: 981px) {
    .scans-custom-navigation img {
        width: 42px;
        height: 42px;
    }
}

.scans-custom-navigation .custom-navigation-page {
    border: none !important;
    padding-top: 0 !important;
}

.scans-custom-navigation .custom-navigation-page-active {
    background: none !important;
}

    .scans-custom-navigation .custom-navigation-page-active img {
        opacity: 1;
        filter: drop-shadow(0 -0.5px 0 black) drop-shadow(0 1px 0 black) drop-shadow(-0.5px 0 0 black) drop-shadow(1px 0 0 black);
    }
