.footer__link {
    list-style: none;
}

.footer__link .link__label {
    font-size: 0.889em;
}

.footer__link:not(:first-child) {
    margin-top: 0.5em;
}

.footer__link-text {
    display: block;
    margin-left: 1.5rem;
    margin-bottom: 0.5em;
}

/* Only icons (columns) */
.page-footer__columns .footer__element--icons .footer__link:not(:first-child) {
    margin-top: 0;
}

.page-footer__columns .footer__element--icons .link {
    align-items: center;
    border-style: solid;
    display: flex;
    height: 2.5em;
    justify-content: center;
    width: 2.5em;
}

.page-footer__rows .footer__element--icons .link {
    height: 100%;
}

.page-footer__columns .footer__element--icons .icon {
    margin-right: 0;
    width: 50%;
}

/* Only icons, hide label (columns & rows) */
.footer__element--icons .link__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0.063rem;
    margin: -0.063rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.063rem;
}

@media (min-width: 48rem) {
    /* Rows */
    .page-footer__rows .footer__link:not(:first-child) {
       margin-top: 0;
   }
}
