footer > div {
    background: #0d1117 !important;
    border-top: 1px solid #30363d;
    padding: 0.75rem 1.5rem !important;
}

footer a {
    font-size: 12px;
    color: #8b949e !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.15s;
}

footer a:hover {
    color: #e6edf3 !important;
}

footer a img {
    width: 18px !important;
    opacity: 0.7;
    filter: grayscale(1);
}