/* Public Poetry Reader (Pashto-only) */
.poetry-wrap{max-width:1100px;margin:16px auto;padding:0 12px;direction:rtl;text-align:right;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans Arabic","Noto Nastaliq Urdu",sans-serif;}
.poetry-wrap .card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:14px;}
.poetry-form .form-select{border-radius:12px;}
.poetry-pager{margin-top:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.poetry-page{margin-top:12px;}
.poetry-meta{border-bottom:1px solid #eef2f7;padding-bottom:10px;margin-bottom:12px;}
.poetry-meta-line{font-size:14px;color:#111827;margin:2px 0;}
.poetry-meta-line .k{color:#6b7280;}
.poetry-body{min-height:360px;}
.poetry-line{font-size:22px;line-height:1.9;white-space:pre-wrap;}
.poetry-empty{color:#6b7280;padding:18px 6px;}
@media(max-width:700px){
  .poetry-line{font-size:20px;}
}
