﻿.cu-footer {
    background-color: var(--theme-container-color);
    color: var(--theme-text-color);
    width: 100%;
    height: 60px;
}

.custom-footer-copyright {
    margin-right: 5px;
}

.custom-footer-redirects {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .custom-footer-copyright {
        margin-right: 0;
        text-align: center;
    }

    .custom-footer-redirects {
        margin-left: 0;
        text-align: center;
    }
}
