/* Phase 1: minimal custom styles on top of Tailwind CDN. */
.htmx-request { opacity: 0.6; }
del { text-decoration: line-through; }

/* Adminkadan kelgan erkin HTML (sahifalar, e'lonlar). Tailwind CDN'da
   typography plagini yo'q — matn teglariga uslub shu yerda beriladi,
   aks holda muharrir yozgan sarlavha/ro'yxat tekis matnga aylanib qoladi. */
.rich { line-height: 1.7; color: #1f2937; }
.rich > *:first-child { margin-top: 0; }
.rich h1, .rich h2, .rich h3, .rich h4 {
  font-weight: 700; color: #14532d; line-height: 1.3; margin: 1.6em 0 0.5em;
}
.rich h1 { font-size: 1.5rem; }
.rich h2 { font-size: 1.25rem; }
.rich h3 { font-size: 1.1rem; }
.rich p { margin: 0.8em 0; }
.rich ul, .rich ol { margin: 0.8em 0; padding-left: 1.5rem; }
.rich ul { list-style: disc; }
.rich ol { list-style: decimal; }
.rich li { margin: 0.3em 0; }
.rich a { color: #15803d; text-decoration: underline; }
.rich strong { font-weight: 700; }
.rich blockquote {
  margin: 1em 0; padding: 0.5em 1em; border-left: 3px solid #86efac;
  background: #f0fdf4; color: #374151;
}
.rich table { border-collapse: collapse; margin: 1em 0; width: 100%; }
.rich th, .rich td { border: 1px solid #d1d5db; padding: 0.4em 0.6em; }
.rich th { background: #f3f4f6; font-weight: 600; }
.rich img { max-width: 100%; height: auto; }
/* Keng jadval sahifani gorizontal siljitmasin */
.rich { overflow-x: auto; }

/* --- Vizual yangilash (2026-08-22): tipografika va kartalar --- */
/* Sarlavhalar — ilmiy jurnalga xos serif (Lora, base.html'da ulanadi);
   body/nav sans qoladi. */
h1, h2, .font-display { font-family: "Lora", Georgia, "Times New Roman", serif; }

/* Karta hoveri — yumshoq ko'tarilish */
.card-lift { transition: box-shadow .2s ease, transform .2s ease; }
.card-lift:hover { transform: translateY(-2px);
  box-shadow: 0 10px 28px -10px rgb(20 83 45 / .28); }

/* Bo'lim sarlavhasi — yashil aksent chiziqcha bilan */
.sec-title { display: flex; align-items: center; gap: .55rem; }
.sec-title::before { content: ""; width: .28rem; height: 1.1em;
  border-radius: 9999px; background: #16a34a; flex: none; }

/* Muqova rasmi hoverda sekin kattalashadi (konteyner kesib turadi) */
.cover-zoom { overflow: hidden; border-radius: .5rem; }
.cover-zoom img { transition: transform .35s ease; display: block; }
.card-lift:hover .cover-zoom img { transform: scale(1.04); }
