/* Styles pour le composant ApplicationFrontFooter */
.application-footer {
    flex: 0 0 auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 5;
    pointer-events: none;
    padding: 10px;
}

.application-name {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px 0;
    text-align: left;
}

.application-program {
    color: #6b7280;
    margin: 0 0 8px 0;
    font-size: 0.875rem;
    text-align: left;
}

.application-status-footer {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 768px) {
    .application-program,
    .application-status-footer {
        font-size: 0.8125rem;
    }
}
