.simple-footer-menu-wrapper {
    padding: 10px 0;
}

.simple-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.simple-footer-menu li {
    display: inline;
}

.simple-footer-menu li a {
    color: #fff; /* Matches StreamTube's likely footer text color */
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.simple-footer-menu li a:hover {
    text-decoration: underline;
    color: #f0f0f0; /* Slightly lighter for hover effect */
}