/* Import parent theme styles */
@import url("../newsup/style.css");

/*
 Theme Name:   Newsup Child
 Theme URI:    http://yourwebsite.com/newsup-child
 Description:  Child theme for Newsup
 Author:       Your Name
 Author URI:   http://yourwebsite.com
 Template:     newsup
 Version:      1.0.0
*/

/* Footer styling to center text */
.mg-footer-copyright .footer-credit,
.mg-footer-copyright .footer-links {
    text-align: center; /* centers both lines */
    display: block;
    margin: 0 auto; /* ensures it’s centered */
}

.mg-footer-copyright .footer-links a {
    color: #fff; /* link color */
    text-decoration: none;
    margin: 0 5px;
}

.mg-footer-copyright .footer-links a:hover {
    text-decoration: underline;
}
