﻿.copyright-notice {
    text-align: center;
    font-size: unset;
    line-height: 1.5;
    color: #333;
    padding-bottom: 12px !important; /* base – overrides older 60px rule */
}

/* Centering on medium+ screens */
@media (min-width: 768px) {
    .copyright-notice {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1920px) {
    .copyright-notice {
        max-width: 1280px;
    }
}

/* Desktop only – push copyright to bottom of viewport */
@media (min-width: 992px) {
    body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    #wrapper {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
    }

    #content.mb-to-footer {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
    }

    .copyright-notice {
        margin-top: auto;
        padding-bottom: 70px !important; /* clears the fixed footer */
    }
}
