.messages--dashboard {
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
}

.message--dashboard {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
    border: 1px solid transparent;
}

.message--dashboard.message-success {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}

.message--dashboard.message-error {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fecaca;
}

.message--dashboard.message-warning {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}

.message--dashboard.message-info {
    background: #dbeafe;
    color: #1e40af;
    border-color: #bfdbfe;
}
