/* PERSİS Yardım V2 — replika ortak stili.
   Gerçek uygulama CSS'i (persis.css = bootstrap+AdminLTE+skins) üstüne binen düzeltmeler:
   - AdminLTE'nin min-height:100% kuralları iframe otomatik-yükseklik döngüsüne yol açar → nötrle.
   - Replika salt-görsel: tüm etkileşim kapatılır (pointer-events:none). */
html, body { margin: 0; background: #ecf0f5; }
html, body { min-height: 0 !important; height: auto !important; }
.wrapper, .content-wrapper { margin: 0 !important; min-height: 0 !important; height: auto !important; }
.content-wrapper { margin-left: 0 !important; }
a, button, input, select, textarea, .btn { pointer-events: none !important; }
.content { padding: 10px 6px; }
/* dev/örnek görselleri yerine nötr yer tutucu */
.persis-ph { background: #e2e8f0; color: #94a3b8; display: inline-flex; align-items: center;
  justify-content: center; font-family: "Segoe UI", sans-serif; }
