/* Park Expert — rapor kapı sayfası (lead-gen) ek stilleri.
   Form/kart iskeleti components.css'ten (.form-layout, .form-card, .pe-summary)
   gelir; burada yalnızca bu şablona özgü parçalar tanımlanır. Rapor içeriğinin
   kendisi .pe-editorial (blog-editorial.css) sınıfını yeniden kullanır. */

.report-author{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.report-author img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.report-author b{display:block;font-size:15px}
.report-author span{display:block;font-size:12.5px;color:var(--muted-foreground);margin-top:2px}
.report-author a{display:inline-flex;align-items:center;gap:5px;margin-top:6px;font-size:12.5px;font-weight:700;color:var(--primary)}

#rapor-icerik[hidden]{display:none}
#rapor-icerik{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}

.form-layout.is-unlocked .form-card{opacity:.55;pointer-events:none}

.pe-editorial .ref-list{list-style:decimal;margin:0 0 26px 1.3em;font-size:.85em;line-height:1.65;color:var(--muted-foreground)}
.pe-editorial .ref-list li{margin-bottom:12px;word-break:break-word}
.pe-editorial .ref-list a{color:var(--primary)}
.pe-editorial .table-caption{font-family:var(--edt-sans);font-weight:700;font-size:.95em;margin:44px 0 10px;color:var(--foreground)}
.pe-editorial .formula{font-family:var(--edt-sans);font-size:.92em;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:12px 16px;margin-bottom:14px}

@media print{
  .site-header,.site-footer,.mobile-ctabar,.mobile-drawer,.breadcrumb,.report-gate-form{display:none !important}
  #rapor-icerik{display:block !important;border:none;margin:0;padding:0}
  .pe-editorial{padding-inline:0;font-size:12.5pt}
}
