/*
Theme Name: Neve Child
Template: neve
*/
.site-footer {
    background: #071a2c;
    color: #ffffff;
    padding: 40px 20px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}

.footer-nav a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-text {
    font-size: 14px;
    opacity: 0.7;
}
