html {
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

body > * {
    flex-shrink: 0;
}

.stich-m, #root {
    flex: 1 0 auto;
}

div[data-automated-test="footer-aboutus"] li {
    margin-bottom: 8px !important;
}

div[data-automated-test="footer-ordersupport"] li {
    margin-bottom: 8px !important;
}

div[data-automated-test="footer-graingersgotyourback"] li {
    margin-bottom: 8px !important;
}

div[data-automated-test="footer-connect"] li {
    margin-bottom: 8px !important;
}

div[data-automated-test="footer-weremobile"] li {
    margin-bottom: 8px !important;
}

div[data-automated-test="footer-aboutus"] li:last-child {
    margin-bottom: 0 !important;
}

div[data-automated-test="footer-ordersupport"] li:last-child {
    margin-bottom: 0 !important;
}

div[data-automated-test="footer-graingersgotyourback"] li:last-child {
    margin-bottom: 0 !important;
}

div[data-automated-test="footer-connect"] li:last-child {
    margin-bottom: 0 !important;
}

div[data-automated-test="footer-weremobile"] li:last-child {
    margin-bottom: 0 !important;
}