.footer-container {
    background-color: #161b22;
    border-top: 1px solid #30363d;
    text-align: center;
    padding: 20px;
    margin-top: auto;
    flex-shrink: 0;
}
.tmdb-credit {
    font-size: 0.9rem;
    color: #8b949e;
    margin-bottom: 8px;
}

.footer-content p {
    font-size: 0.95rem;
    color: #c9d1d9;
}

.signature {
    font-size: 0.8rem;
    color: #6e7681;
    margin-top: 8px;
}