/*
 * app.css — site-level overrides for ІменаUA
 *
 * Tailwind utility classes are loaded via the Play CDN script (see base.html).
 * This file holds only custom rules that cannot be expressed as Tailwind utilities
 * or that need to be applied unconditionally without JavaScript execution.
 *
 * NOTE: Once a proper Tailwind build step is added (CLI or PostCSS),
 * the generated output should replace the Play CDN script tag and this file
 * can absorb any remaining custom rules.
 */

/* Prevent layout shift from the sticky header on anchor navigation */
html {
  scroll-padding-top: 4rem;
}

/* Line-clamp polyfill for older WebKit (Safari < 14) */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
