sudo tee /var/www/html/v/includes/footer/footer.css > /dev/null << 'EOF'
/* ====================================================
   VIDEOMAT — GLOBAL MINI FOOTER (unabhängig vom Theme)
   ==================================================== */

.vmini-footer {
    width: 100%;
    padding: 10px 20px 20px 20px;
    background: transparent;
    border-top: 1px solid #222;
    font-family: "Roboto Mono", monospace;
    font-size: 11px;
    color: #888;
    box-sizing: border-box;
}

.vmini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vmini-links a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-family: "Roboto Mono", monospace;
}

.vmini-links a:hover {
    color: #fff;
}
EOF
