/* Manual patch: these Tailwind utility classes were used only on the
   Δημοσιεύσεις (articles) page and were missing from the compiled
   app-yn8UWm0V.css (Tailwind JIT scan gap during the original Laravel build). */
.w-5 { width: calc(var(--spacing) * 5); }
.h-5 { height: calc(var(--spacing) * 5); }
.mt-1\.5 { margin-top: calc(var(--spacing) * 1.5); }
@media (width >= 64rem) {
  .lg\:mt-2 { margin-top: calc(var(--spacing) * 2); }
}
