/* Site Adjustments */

/* footer */
.footer-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 auto;
    max-width: 300px;
}

.footer-icon-container * {
    display: inline-flex;
    flex: 1;
    margin: 0;
}

.footer-icon-container > span {
    padding-bottom: 20px;
}

.footer-icon-container > span > svg {
    height: 65px;
    object-fit: contain;
    fill: var(--footer-button-bg-color);
}