﻿.gpch-footer {
    background-color: #2f538e;
    color: white;
    padding: 1rem 1rem;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 -8px 8px rgba(0,0,0,0.2);
}

.footer-content {
max-width: 720px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}

.footer-content nav {
display: flex;
gap: 1rem;
}

.footer-content nav a {
color: white;
text-decoration: none;
font-weight: 500;
}

.footer-content nav a:hover {
text-decoration: underline;
}
