.pnbc-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
}

.pnbc-footer-link {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.04);
    transition: background 0.2s ease, color 0.2s ease;
}

.pnbc-footer-link:hover {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}


