/* =============================================
   Custom theme overrides
   ============================================= */


.site-footer {
    .footer__cols {
        .col__social {
            ul.social {
                justify-content:right;
            }
        }
    }
}

/* --- Payment icons (footer) --- */
.payment-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2em !important;
}

.payment-icons li {
    display: flex;
}

.payment-icons img {
    display: block;
    height: 24px;
    width: auto;
}
