.academy-divider {
    margin: 0 112px;
    border-top: 1px solid #E9EAEB;
}

.academy-footer {
    display: flex;
    flex-wrap: wrap;
    row-gap: 47px;
    column-gap: 8px;
    align-items: start;
    justify-content: space-between;
    padding: 64px 112px 48px;
}

.academy-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 36px;
}

.footer-heading {
    margin-bottom: 10px;
    font-family: 'SSTProBold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #717680;
}

.academy-footer-section a {
    font-family: var(--Font-family-font-family-body, "SST Pro");
    font-style: normal;
    font-weight: 700;
    font-size: var(--Font-size-text-md, 16px);
    line-height: 24px;
    color: var(--colors-text-text-tertiary-600, #535862);
}

.academy-footer-section a:hover {
    text-decoration: none;
    color: var(--Colors-Text-text-tertiary_hover, #414651);
}

.copyright-text {
    margin-top: 33px;
    font-family: 'SSTProRoman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

@media (max-width: 768px) {
    .academy-divider {
        margin: 0;
    }

    .academy-footer {
        padding: 48px 16px 48px;
    }

    .copyright-text {
        margin-top: 25px;
    }
}

.academy-feedback-banner {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FDFDFD;
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.04);
    padding: 12px;
    gap: 16px;
}
.academy-feedback-banner__icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.academy-feedback-banner__title {
    font-family: 'SSTProBold', sans-serif;
    color: #414651;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.academy-feedback-banner__text {
    font-family: 'SSTProRoman', sans-serif;
    color: #535862;
    font-size: 16px;
    line-height: 24px;
}
