﻿.content #scroll-container-crypto a > img,
.content #scroll-container-crypto p > img {
    margin-bottom: 0 !important;
}

#scroll-container-crypto.scroll {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: proximity;
    flex-wrap: nowrap;
    overflow-x: auto;
}

#scroll-container-crypto.scroll:before,
#scroll-container-crypto.scroll:after {
    display: none;
}

#scroll-container-crypto:before,
#scroll-container-crypto.scroll:after {
    --tw-content: "";
    content: var(--tw-content);
}

#scroll-container-crypto.scroll::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}