/**
 * Team Hub: Pontano Sans für Kurzcode-Bereiche (Font-Stylesheet separat: svh-font-pontano-sans).
 * „body“/„html body“ erhöht die Spezifität gegenüber früheren font-family: inherit-Regeln in Hub-CSS.
 */

body .svh-login-root,
body .svh-login-root button,
body .svh-login-root input,
body .svh-login-root select,
body .svh-login-root textarea,
body .svh-fe-admin,
body .svh-fe-admin button,
body .svh-fe-admin input,
body .svh-fe-admin select,
body .svh-fe-admin textarea:not(.code),
body .svh-staff-dash,
body .svh-staff-dash button,
body .svh-staff-dash input,
body .svh-staff-dash select,
body .svh-staff-dash textarea,
body .svh-staff-hub-actions,
body .svh-ops-dash,
body .svh-ops-dash button,
body .svh-ops-dash input,
body .svh-ops-dash select,
body .svh-ops-dash textarea,
body .svh-chat,
body .svh-chat-composer,
body .svh-chat-composer button,
body .svh-chat-composer input,
body .svh-chat-composer textarea,
body .svh-intern-thread,
body .svh-intern-thread button,
body .svh-intern-thread input,
body .svh-intern-thread textarea,
body .svh-intern-back .button,
body .svh-checklist-prod,
body .svh-checklist-prod button,
body .svh-checklist-prod input,
body .svh-checklist-prod select,
body .svh-checklist-prod textarea,
html body.svh-checklist-page,
html body.svh-checklist-page button,
html body.svh-checklist-page input,
html body.svh-checklist-page select,
html body.svh-checklist-page textarea,
html body #svh-stempeluhr-root.svh-stempeluhr,
html body #svh-stempeluhr-root.svh-stempeluhr button,
html body #svh-stempeluhr-root.svh-stempeluhr input,
html body #svh-stempeluhr-root.svh-stempeluhr select,
html body #svh-stempeluhr-root.svh-stempeluhr textarea,
body .svh-zeit-settings,
body .svh-zeit-settings button,
body .svh-zeit-settings input,
body .svh-zeit-settings select,
body .svh-zeit-settings textarea,
body .svh-kunden-hub,
body .svh-kunden-hub button,
body .svh-kunden-hub input,
body .svh-kunden-hub textarea,
body .svh-proj-dash,
body .svh-proj-dash button,
body .svh-proj-dash input,
body .svh-proj-dash textarea,
body .svh-kunde-kontakt,
body .svh-kunde-kontakt-success,
body .svh-kunde-kontakt input,
body .svh-kunde-kontakt textarea,
body .svh-kunde-kontakt button,
body .svh-contract-req-form,
body .svh-contract-req-form input,
body .svh-contract-req-form textarea,
body .svh-contract-req-form button,
body .svh-contract-req-form select,
body .svh-rates-settings,
body .svh-rates-settings input,
body .svh-rates-settings textarea,
body .svh-rates-settings button,
body .svh-rates-settings select {
    font-family: "Pontano Sans", ui-sans-serif, system-ui, sans-serif;
}

body .svh-fe-admin textarea.code,
body .svh-fe-admin .svh-fe-admin__textarea.code {
    font-family: ui-monospace, monospace;
}

/* Erfolg nach Kontaktformular (ohne Formular darunter) */
body .svh-kunde-kontakt-success {
    max-width: 36rem;
    padding: 1.5rem 1.25rem;
    margin: 1rem 0;
    border: 1px solid #c3e6cb;
    border-radius: 10px;
    background: linear-gradient(180deg, #f9fdfb 0%, #f8faf9 100%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

body .svh-kunde-kontakt-success__lead {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #1d2327;
}

body .svh-kunde-kontakt-success__hint {
    margin: 0 0 1.25rem;
    color: #50575e;
    line-height: 1.55;
    font-size: 0.95rem;
}

body .svh-kunde-kontakt-success__actions {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}
