.site-footer {
    background-color: #222;
    color: #f5f5f5;
    padding: 2px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9em;
    border-top: 1px solid #444;
}

@media (max-width: 600px) {
    .site-footer {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

.footer-center {
    flex: 1;
    text-align: center;
}

.footer-center a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

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

.footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.github-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
