/* Popup "Tray Notifier App" (TrayNotifierDownloadComponent).
   Classi namespaciate vp-tnd-* (ADR-DashboardCssNamespace): il componente e'
   renderizzato inline nello shell XAF e condivide i CSS globali. */

.vp-traynotifier-download {
    max-width: 720px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #1f2937;
    line-height: 1.5;
}

.vp-traynotifier-download .vp-tnd-subtitle {
    color: #6b7280;
    margin: 0 0 16px;
}

.vp-traynotifier-download .vp-tnd-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
}

.vp-traynotifier-download .vp-tnd-card h3 {
    font-size: 17px;
    margin: 0 0 12px;
}

.vp-traynotifier-download .vp-tnd-card ol {
    padding-left: 20px;
    margin: 0;
}

.vp-traynotifier-download .vp-tnd-card ol li {
    margin-bottom: 6px;
}

.vp-traynotifier-download .vp-tnd-install-btn {
    display: inline-block;
    background: #0078d4;
    color: #ffffff;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.15s;
    margin-bottom: 4px;
}

.vp-traynotifier-download .vp-tnd-install-btn:hover {
    background: #005a9e;
    color: #ffffff;
    text-decoration: none;
}

.vp-traynotifier-download .vp-tnd-hint {
    color: #6b7280;
    font-size: 13px;
    margin: 10px 0 0;
}

.vp-traynotifier-download .vp-tnd-alert {
    background: #fff7ed;
    border-left: 4px solid #f59e0b;
    padding: 10px 14px;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 13px;
}
