.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* Basic Footer Styling (add to styles.css or keep here) */
.footer-container {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    background-color: #141414; /* Light grey background */
    border-top: 1px solid #dee2e6; /* Subtle top border */
    font-size: 0.9em;
    color: #495057; /* Darker grey text */
}
.footer-links {
    margin-bottom: 15px;
}
.footer-links a {
    margin: 0 10px;
    color: #007bff; /* Link color */
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-container p {
    margin-bottom: 10px;
    line-height: 1.5;
}