.mega-menu-link-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle;
    white-space: nowrap;
}

.mega-menu-link-badge--green {
    color: #474a61;
    background-color: #dbf3df;
}

.mega-menu-link-badge--light-blue {
    color: #474a61;
    background-color: #def4ff;
}

.mega-menu-link-badge--blue {
    color: #3367ee;
    background-color: #e6ebf9;
}

.mega-menu-link-badge--purple {
    color: #3b1b67;
    background-color: #e9e7ee;
}

.mega-menu-link-badge--black {
    color: #fff;
    background-color: #1f1f1f;
}

.mega-menu-link-badge--red {
    color: #f85243;
    background-color: #fbe1e1;
}

.mega-menu-link-badge--yellow {
    color: #feb22f;
    background-color: #fff2d3;
}

.footer-social-links {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-social-links img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.certificates-and-socials {
    align-items: flex-start;
    gap: 12px;
    height: auto;
    min-height: 44px;
}

@media screen and (max-width: 992px) {
    .footer-social-links {
        justify-content: center;
        margin-left: 0;
    }

    .footer-social-links img {
        width: 28px;
        height: 28px;
    }
}
