/* /profil-uebernehmen/ — Claim-Flow. Flach, ruhig, ein Bildschirm. */
.icl-main { flex: 1 1 100%; width: 100%; min-width: 0; }
.icl-wrap { max-width: 560px; }
.icl-h1 { text-align: left; margin-bottom: 6px; }
.icl-sub { color: #475569; font-size: 15.5px; line-height: 1.6; margin: 0 0 22px; }

.icl-biz { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; margin: 0 0 18px;
  border: 1px solid var(--isr-line, #e3e9f0); border-left: 3px solid var(--isr-navy, #1e456c);
  border-radius: 8px; background: #f8fafc; }
.icl-biz strong { color: var(--isr-navy, #16324c); font-size: 16.5px; }
.icl-biz span { color: #64748b; font-size: 14px; }

.icl-card { border: 1px solid var(--isr-line, #e3e9f0); border-radius: 12px; background: #fff; padding: 22px; }
.icl-label { display: block; font-weight: 700; font-size: 14px; color: var(--isr-navy, #16324c); margin: 0 0 6px; }
.icl-label span { font-weight: 400; color: #5c6b80; }
.icl-card input.icl-input { width: 100% !important; padding: 11px 14px; margin: 0 0 18px;
  border: 1px solid #cbd5e1; border-radius: 10px; font-size: 15px; background: #fff; color: #1e293b; }
.icl-card input.icl-input:focus { outline: 2px solid var(--isr-navy, #16324c); outline-offset: 1px; border-color: var(--isr-navy, #16324c); }
.icl-submit { width: 100%; justify-content: center; }
.icl-err { background: #fdecec; border: 1px solid #f0b4b4; color: #9b2c2c; border-radius: 8px;
  padding: 9px 12px; font-size: 14px; margin: 0 0 14px; }
.icl-fine { font-size: 12.5px; color: #64748b; line-height: 1.55; margin: 14px 0 0; }
.icl-alt { font-size: 13.5px; color: #64748b; margin: 18px 0 0; }
.icl-alt a { color: var(--isr-navy, #1f4f8b); font-weight: 600; }

/* Betriebssuche (ohne ?p=) */
.icl-results { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.icl-hit { display: flex; flex-direction: column; padding: 10px 12px; border: 1px solid var(--isr-line, #e3e9f0);
  border-radius: 8px; text-decoration: none; background: #fff; }
.icl-hit:hover { border-color: var(--isr-navy, #1e456c); background: #f8fafc; }
.icl-hit strong { color: var(--isr-navy, #16324c); font-size: 15px; }
.icl-hit span { color: #64748b; font-size: 13px; }
.icl-empty { color: #64748b; font-size: 14px; margin: 8px 0 0; }
.icl-code-ok { font-size: 13.5px; font-weight: 600; margin: -10px 0 16px; }
.icl-code-ok.is-ok { color: #1f6b4f; }
.icl-code-ok.is-bad { color: #9b2c2c; }
