.footer-container {
    bottom: 0;
    padding: 8px;
    width: 100%;
    text-align: center;
}

.footer-text {
    color: var(--text-muted);
    font-weight: normal;
    font-size: 0.75rem;
}

.footer-dark-mode-toggle {
    border-radius: var(--radius-sm);
    border: var(--border-card);
    background-color: inherit;
    font-size: inherit;
    padding: 8px;
    outline: none;
    color: var(--text);
}

.footer-dark-mode-toggle:active {
    outline: none;
}
