.site-footer {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-top: 2rem;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 0.85rem;
}

.site-footer p {
    margin: 0.25rem 0;
}

.site-footer a {
    color: #0073bb;
    text-decoration: none;
    font-weight: 500;
}

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