/* YES CMS 2.0.19.18 · seven official marks in one desktop row */
.footer-marks-list {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: .65rem !important;
    width: 100%;
}

.footer-marks-list .funder-mark {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 6.2rem !important;
    padding: .48rem !important;
    overflow: hidden;
}

.footer-marks-list .funder-mark img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 4.65rem !important;
    max-height: 4.65rem !important;
    object-fit: contain !important;
}

.footer-marks-list .funder-mark i { flex: 0 0 auto; }
.footer-marks-list .funder-mark span { min-width: 0; overflow-wrap: anywhere; }

.footer-marks-list .footer-mark-edujobs img {
    height: 4.9rem !important;
    max-height: 4.9rem !important;
}

@media (max-width: 991.98px) {
    .footer-marks-list { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (max-width: 767.98px) {
    .footer-marks-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: .5rem !important; }
    .footer-marks-list .funder-mark { min-height: 5.35rem !important; padding: .4rem !important; }
    .footer-marks-list .funder-mark img,
    .footer-marks-list .footer-mark-edujobs img { height: 4rem !important; max-height: 4rem !important; }
}

@media (max-width: 399.98px) {
    .footer-marks-list { grid-template-columns: 1fr !important; }
}
