﻿.no-wrap-grid {
    display: flex;
    column-gap: 24px;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    align-items: stretch;
}

.footer-logo-col {
    min-width: 18.75rem;
    display: flex;
}

.footer-col {
    min-width: 7.8125rem;
}

.footer-shell {
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 950px) {
    .scroll-when-narrow {
        overflow-x: auto;
    }

    .scroll-when-narrow::-webkit-scrollbar {
        height: 0.5rem;
    }
}

