.shared-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #111111;
    padding: 15px;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    border-top: 1px solid #333;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.shared-footer p {
    margin: 5px 0;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #4CAF50;
}
