@charset "UTF-8";

footer.footer {
height: 50px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
align-items: center;
line-height: var(--base-headings-line-height);
}
footer.footer a {
color: inherit;
}
footer.footer p:last-child {
margin-bottom: 0;
}