/* Villkorsdatabas – global stil utöver Tailwind CDN */

html { scroll-behavior: smooth; }

/* Prose-vänlig brödtext i avtalsvyn */
.prose-friendly p { font-size: 1rem; line-height: 1.65; }
.prose-friendly ul { font-size: 1rem; line-height: 1.65; }
.prose-friendly h2, .prose-friendly h3, .prose-friendly h4 {
  scroll-margin-top: 5rem;
}

/* Line-clamp för kort-beskrivningar (om Tailwinds line-clamp-plugin saknas) */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Skriv ut: dölj sidonav, AI-knapp och toggles */
@media print {
  header, footer, aside, nav { display: none !important; }
  .fixed { display: none !important; }
  body { background: white; color: black; }
  .bg-white, .bg-brand-50 { background: white !important; box-shadow: none !important; border: none !important; }
  article { border: none !important; padding: 0 !important; }
  .provision { page-break-inside: avoid; }
  .help-box { border-left: 3px solid #c8504a; background: #faf2ed !important; }
}
