/* Neelix — zentrale Safety-Komponente (nc-safety-*) */

.nc-safety-emergency { margin: 0 0 1rem; }
.nc-safety-emergency-bar {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
    padding: 0.7rem 0.9rem; border-radius: 12px;
    background: rgba(220,38,38,0.09); border: 1px solid rgba(220,38,38,0.3);
    font-size: 0.9rem; line-height: 1.45;
}
.nc-safety-emergency-bar strong { color: #b91c1c; }
.nc-safety-emergency-bar span { flex: 1; min-width: 180px; color: #475569; }
.nc-safety-112 {
    margin-left: auto; padding: 0.45rem 1rem; background: #dc2626; color: #fff;
    font-weight: 800; border-radius: 999px; text-decoration: none; font-size: 1.05rem;
}
.nc-safety-redflags { margin-top: 0.4rem; }
.nc-safety-redflags > summary { cursor: pointer; font-size: 0.84rem; color: #b91c1c; font-weight: 700; padding: 0.3rem 0; }
.nc-safety-redflags ul { margin: 0.3rem 0 0; padding-left: 1.2rem; font-size: 0.86rem; color: #475569; }
.nc-safety-redflags li { margin: 0.12rem 0; }
.nc-safety-hint { font-size: 0.84rem; color: #64748b; margin: 0.4rem 0 0; }

/* Disclaimer-Box */
.nc-safety-disclaimer {
    padding: 0.7rem 0.9rem; margin: 0.7rem 0; border-radius: 8px;
    background: rgba(217,119,6,0.07); border-left: 3px solid #d97706;
    font-size: 0.84rem; line-height: 1.5; color: #475569;
}

/* Footer-Hinweis */
.nc-safety-footer {
    margin-top: 1.2rem; padding-top: 0.8rem; border-top: 1px solid #e2e8f0;
    font-size: 0.78rem; line-height: 1.5; color: #94a3b8; text-align: center;
}

/* Hotline-Liste */
.nc-safety-hotlines { display: grid; gap: 0.5rem; }
.nc-safety-hotline {
    border: 1px solid #e2e8f0; border-left: 3px solid #6366f1; border-radius: 10px;
    padding: 0.6rem 0.8rem; background: #fff;
}
.nc-safety-hotline.is-urgent { border-left-color: #dc2626; background: rgba(220,38,38,0.04); }
.nc-safety-hotline.is-regional { border-left-color: #94a3b8; }
.nc-safety-hot-name { font-weight: 700; color: #1e293b; }
.nc-safety-hot-nums { margin: 0.15rem 0; }
.nc-safety-hot-num { font-weight: 700; color: #4f46e5; text-decoration: none; }
.nc-safety-hotline.is-urgent .nc-safety-hot-num { color: #dc2626; font-size: 1.05rem; }
.nc-safety-hot-when { font-size: 0.84rem; color: #475569; }
.nc-safety-hot-small { font-size: 0.78rem; color: #94a3b8; margin-top: 0.15rem; }

@media (max-width: 600px) { .nc-safety-112 { margin-left: 0; } }
