/* Add to the end of the file */

/* Status message styling */
.status-message {
    font-size: 12px;
    color: #666666; /* Text Secondary color per design system */
    margin-top: 8px;
    text-align: center;
    font-family: 'Inter', 'Segoe UI', sans-serif; /* Primary font per design system */
    font-weight: 400;
    transition: opacity 0.3s ease;
} 