/* Footer Styles */
.app-footer {
    position: static;
    width: 100%;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    margin-top: 20px;
}

.footer-content {
    text-align: center;
    margin: 0;
}

.footer-content p {
    margin: 0;
    color: #6c757d;
    font-size: 0.875rem;
}
