/*
 Theme Name:   Newsup Child
 Template:     newsup
 Version:      1.0.0
*/
/* Footer background color fix */
.site-footer {
    background-color: #000000 !important;
    color: #ffffff;
    padding: 20px 0;
}

/* Footer copyright text style */
.site-info {
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
}

/* Footer menu center fix - desktop & mobile */
.footer-navigation {
    text-align: center !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

#footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}