footer {
    width: 100%;
    min-height: 4.5rem;
    padding: 1.5rem 0;
    background-color: #fff;
    margin-top: auto;
}

.footer-suffolk-logo {
    display: inline-block;
    height: 44px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.footer-suffolk-logo:hover {
    opacity: 0.85;
}

.public-footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: center;
    text-align: center;
}

.public-footer-links a {
    color: var(--better-blue);
    text-decoration: none;
}

.public-footer-links a:hover {
    color: var(--brand-blue-hover);
    text-decoration: underline;
}

.public-footer-credit {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin: 0.65rem 0 0;
    text-align: center;
}